[ds6-devel] nc6 configure.ac,1.4,1.5

chris@deepspace6.net chris@deepspace6.net
Tue Dec 24 23:47:26 2002


Update of /cvs/nc6

Modified Files:
	configure.ac 
Log Message:
Reworked circ_buf to work the same way as io_stream, etc (normalized function
names, changed construction/destruction to init/destroy).

BTW - Merry Christmas all!


Index: configure.ac
===================================================================
RCS file: /cvs/nc6/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.ac	24 Dec 2002 09:16:39 -0000	1.4
+++ configure.ac	24 Dec 2002 23:47:24 -0000	1.5
@@ -30,6 +30,7 @@
 AC_C_CONST
 AC_C_INLINE
 AC_TYPE_SIZE_T
+AC_CHECK_TYPE(ssize_t, int)
 TYPE_SOCKLEN_T
 TYPE_STRUCT_SOCKADDR_STORAGE(,
   [AC_MSG_ERROR([Your system does not support 'struct sockaddr_storage', which is needed to compile nc6])])



More information about the ds6-devel mailing list