Module Name: xsrc Committed By: veego Date: Sun Jan 10 09:57:23 UTC 2010
Modified Files: xsrc/external/mit/libFS/include: config.h Log Message: Regenerate to match current source * VERSION updated to 1.0.2 * Commented entry added (HAVE_LIBWS2_32) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libFS/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/libFS/include/config.h diff -u xsrc/external/mit/libFS/include/config.h:1.2 xsrc/external/mit/libFS/include/config.h:1.3 --- xsrc/external/mit/libFS/include/config.h:1.2 Thu Jul 9 06:45:53 2009 +++ xsrc/external/mit/libFS/include/config.h Sun Jan 10 09:57:22 2010 @@ -10,6 +10,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 +/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ +/* #undef HAVE_LIBWS2_32 */ + /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 @@ -83,4 +86,4 @@ #define UNIXCONN 1 /* Version number of package */ -#define VERSION "1.0.1" +#define VERSION "1.0.2"