Author: jberry
Date: Sun May 29 07:24:10 2005
New Revision: 178951
URL: http://svn.apache.org/viewcvs?rev=178951&view=rev
Log:
Misc include and make issues; patch from Axel Weis.
Modified:
xerces/c/branches/jberry/3.0-unstable/configure.ac
xerces/c/branches/jberry/3.0-unstable/src/Makefile.am
xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h.in
Modified: xerces/c/branches/jberry/3.0-unstable/configure.ac
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure.ac?rev=178951&r1=178950&r2=178951&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure.ac (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure.ac Sun May 29 07:24:10 2005
@@ -195,6 +195,9 @@
AC_DEFINE([XERCES_SSIZE_T], [ssize_t], [Define as the appropriate
ssize_t type]),
AC_DEFINE([XERCES_SSIZE_T], [unsigned long], [Define as the appropriate
ssize_t type]))
+AS_IF([test x$ac_cv_cxx_have_namespaces = xyes],
+ AC_DEFINE([XERCES_HAS_CPP_NAMESPACE], 1, [Define if namespaces is
supported by the compiler]))
+
AS_IF([test x$ac_cv_cxx_have_std_namespace = xyes],
AC_DEFINE([XERCES_STD_NAMESPACE], 1, [Define if the std namespace is
supported]))
Modified: xerces/c/branches/jberry/3.0-unstable/src/Makefile.am
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/Makefile.am?rev=178951&r1=178950&r2=178951&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/Makefile.am (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/Makefile.am Sun May 29 07:24:10
2005
@@ -42,7 +42,7 @@
src_libraries += libutil.la
libutil_ladir = ${includedir}
-nobase_libutil_la_HEADERS = ${util_headers}
+nobase_libutil_la_HEADERS = ${util_headers}
../xerces_hdr_config.h
libutil_la_SOURCES = ${util_sources}
src_libraries += libdom.la
@@ -662,6 +662,7 @@
xercesc/util/XML88591Transcoder.hpp \
xercesc/util/XMLAbstractDoubleFloat.hpp \
xercesc/util/XMLASCIITranscoder.hpp \
+ xercesc/util/XMLAtomicOpMgr.hpp \
xercesc/util/XMLBigDecimal.hpp \
xercesc/util/XMLBigInteger.hpp \
xercesc/util/XMLChar.hpp \
@@ -675,11 +676,13 @@
xercesc/util/XMLEnumerator.hpp \
xercesc/util/XMLException.hpp \
xercesc/util/XMLExceptMsgs.hpp \
+ xercesc/util/XMLFileMgr.hpp \
xercesc/util/XMLFloat.hpp \
xercesc/util/XMLIBM1047Transcoder.hpp \
xercesc/util/XMLIBM1140Transcoder.hpp \
xercesc/util/XMLInitializer.hpp \
xercesc/util/XMLInteger.hpp \
+ xercesc/util/XMLMutexMgr.hpp \
xercesc/util/XMLMsgLoader.hpp \
xercesc/util/XMLNetAccessor.hpp \
xercesc/util/XMLNumber.hpp \
Modified: xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h.in
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h.in?rev=178951&r1=178950&r2=178951&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h.in Sun May 29
07:24:10 2005
@@ -76,6 +76,7 @@
#undef XERCES_SIZE_T
#undef XERCES_SSIZE_T
+#undef XERCES_HAS_CPP_NAMESPACE
#undef XERCES_STD_NAMESPACE
#undef XERCES_NEW_IOSTREAMS
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]