From: <sg...@us...> - 2003-10-14 03:11:21
|
Update of /cvsroot/libfunutil/libfunutil/include In directory sc8-pr-cvs1:/tmp/cvs-serv4678/include Modified Files: config.h.at Log Message: s11n-related changes Index: config.h.at =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/include/config.h.at,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- config.h.at 27 Sep 2003 22:38:25 -0000 1.6 +++ config.h.at 14 Oct 2003 03:11:17 -0000 1.7 @@ -28,4 +28,11 @@ #define HAVE_ZLIB @HAVE_ZLIB@ // ^^^^ from the zlib test + +#define HAVE_BZLIB @HAVE_BZLIB@ +// ^^^^ from the bzlib test + +#define DEFAULT_DLLLOADER_PATH "@DEFAULT_DLLLOADER_PATH@" +#define S11N_LIBRARY_VERSION "@PACKAGE_VERSION@" + #endif // CONFIG_H_INCLUDED |