[sword-cvs] sword/include config.h,1.4,1.5

sword at www.crosswire.org sword at www.crosswire.org
Thu Jun 10 09:02:17 MST 2004


Committed by: mgruner

Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv17313/include

Modified Files:
	config.h 
Log Message:
mgruner: bugfix. swbuf crashed when trying to append "\0".
	C is evil. We need to be more careful with pointer stuff!


Index: config.h
===================================================================
RCS file: /cvs/core/sword/include/config.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config.h	12 May 2004 04:19:22 -0000	1.4
+++ config.h	10 Jun 2004 16:02:14 -0000	1.5
@@ -7,8 +7,11 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
+/* Define to 1 if you have the `ftplib' library (-lftplib). */
+/* #undef HAVE_LIBFTPLIB */
+
 /* Define to 1 if you have the `z' library (-lz). */
-/* #undef HAVE_LIBZ */
+#define HAVE_LIBZ 1
 
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1



More information about the sword-cvs mailing list