From: <sg...@us...> - 2003-09-27 22:38:43
|
Update of /cvsroot/libfunutil/libfunutil/include In directory sc8-pr-cvs1:/tmp/cvs-serv8291/include Modified Files: config.h.at Log Message: added HAVE_ZLIB Index: config.h.at =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/include/config.h.at,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- config.h.at 30 Aug 2003 19:44:19 -0000 1.5 +++ config.h.at 27 Sep 2003 22:38:25 -0000 1.6 @@ -18,10 +18,14 @@ #define BUILD_DESCRIPTION "@PACKAGE_NAME@ @PACKAGE_VERSION@ built " __TIME__ " " __DATE__ " by @BUILD_USER@@@BUILD_HOST@" #define HAVE_READLINE @HAVE_READLINE@ -// ^^^^ comment-out or define it to 0 if you do not run the 'readline' test. +// ^^^^ from the readline test #define CONFIG_HAVE_QT @HAVE_QT@ +// ^^^^ from the qt test #define CONFIG_HAVE_CYGWIN @CYGWIN@ // toc test: running_under_cygwin. 0 or 1 +// ^^^^ from the running_under_cygwin test +#define HAVE_ZLIB @HAVE_ZLIB@ +// ^^^^ from the zlib test #endif // CONFIG_H_INCLUDED |