From: <sg...@us...> - 2003-12-10 21:14:41
|
Update of /cvsroot/libfunutil/libfunutil/include In directory sc8-pr-cvs1:/tmp/cvs-serv32211/include Modified Files: config.h.at Log Message: mass commit: an absolute boatload of build-related fixes. Index: config.h.at =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/include/config.h.at,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- config.h.at 14 Oct 2003 03:11:17 -0000 1.7 +++ config.h.at 10 Dec 2003 21:14:38 -0000 1.8 @@ -33,6 +33,6 @@ // ^^^^ from the bzlib test #define DEFAULT_DLLLOADER_PATH "@DEFAULT_DLLLOADER_PATH@" -#define S11N_LIBRARY_VERSION "@PACKAGE_VERSION@" +#define @S11N_NAMESPACE@_S11N_LIBRARY_VERSION "@PACKAGE_VERSION@" #endif // CONFIG_H_INCLUDED |