STRLCPY_ST_OBJ=@STRLCPY_ST_OBJ@
STRLCPY_OBJ=@STRLCPY_OBJ@
+##DOS##STRLCPY_ST_OBJ= strlcpy.o
+##DOS##STRLCPY_OBJ= $(OUTPRE)strlcpy.$(OBJEXT)
PRINTF_ST_OBJ= @PRINTF_ST_OBJ@
PRINTF_OBJ= @PRINTF_OBJ@
+##DOS##PRINTF_ST_OBJ= printf.o
+##DOS##PRINTF_OBJ= $(OUTPRE)printf.$(OBJEXT)
IPC_ST_OBJ=
IPC_OBJ=
+##DOS##IPC_ST_OBJ= ipc_stream.o
+##DOS##IPC_OBJ= $(OUTPRE)ipc_stream.$(OBJEXT)
+IPC_SYMS= \
+ krb5int_ipc_stream_data krb5int_ipc_stream_new \
+ krb5int_ipc_stream_write krb5int_ipc_stream_read \
+ krb5int_ipc_stream_read_int32 krb5int_ipc_stream_write_int32 \
+ krb5int_ipc_stream_read_int64 krb5int_ipc_stream_write_int64 \
+ krb5int_ipc_stream_read_uint32 krb5int_ipc_stream_write_uint32 \
+ krb5int_ipc_stream_read_string krb5int_ipc_stream_write_string \
+ krb5int_ipc_stream_release krb5int_ipc_stream_size \
+ krb5int_ipc_stream_free_string
STLIBOBJS= \
threads.o \
##DOS##all-windows:: libkrb5support.exports
EXTRA_SUPPORT_SYMS= @EXTRA_SUPPORT_SYMS@
-##DOS##EXTRA_SUPPORT_SYMS= krb5int_mkstemp
+##DOS##EXTRA_SUPPORT_SYMS= krb5int_mkstemp krb5int_strlcpy krb5int_strlcat \
+##DOS## krb5int_vasprintf krb5int_asprintf $(IPC_SYMS)
##DOS##!if 0
libkrb5support.exports: $(srcdir)/libkrb5support-fixed.exports Makefile