silc_socket_write (that used to be silc_packet_[read/write].
The implementation of these are platform specific.
+ * Added WIN32 specific routines of silc_socket_[read/write]
+ to lib/silcutil/win32/silcwin32sockconn.c.
+
Sat Jun 23 16:01:00 EEST 2001 Pekka Riikonen <priikone@silcnet.org>
* Added preliminary support for native WIN32 compilation under
[ --with-win32 Compile native WIN32 code (-mno-cygwin)],
[ AC_DEFINE(SILC_WIN32)
AM_CONDITIONAL(SILC_WIN32, test xtrue = xtrue)
- CFLAGS="-mno-cygwin $CFLAGS" ])
+ CFLAGS="-mno-cygwin $CFLAGS"
+ LIBS="-lwsock32 $LIBS" ])
# Debug checking
AC_MSG_CHECKING(for enabled debugging)