Author: jberry
Date: Sun May 29 07:40:39 2005
New Revision: 178954

URL: http://svn.apache.org/viewcvs?rev=178954&view=rev
Log:
Move xerces_hdr_config.h to src/xercesc/util

Added:
    xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_hdr_config.h
      - copied, changed from r178953, 
xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h
    
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_hdr_config.h.in
      - copied unchanged from r178953, 
xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h.in
Removed:
    xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h
    xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h.in
Modified:
    xerces/c/branches/jberry/3.0-unstable/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/config.h.in
    xerces/c/branches/jberry/3.0-unstable/configure
    xerces/c/branches/jberry/3.0-unstable/configure.ac
    xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/src/Makefile.in
    xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/   (props changed)
    xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in

Modified: xerces/c/branches/jberry/3.0-unstable/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/Makefile.in?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/Makefile.in Sun May 29 07:40:39 2005
@@ -37,7 +37,8 @@
 host_triplet = @host@
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-       $(srcdir)/xerces_hdr_config.h.in $(top_srcdir)/configure \
+       $(top_srcdir)/configure \
+       $(top_srcdir)/src/xercesc/util/Xerces_hdr_config.h.in \
        config/compile config/config.guess config/config.sub \
        config/depcomp config/install-sh config/ltmain.sh \
        config/missing config/mkinstalldirs
@@ -69,7 +70,8 @@
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno configure.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
-CONFIG_HEADER = config.h xerces_hdr_config.h
+CONFIG_HEADER = config.h \
+       $(top_builddir)/src/xercesc/util/Xerces_hdr_config.h
 CONFIG_CLEAN_FILES =
 SOURCES =
 DIST_SOURCES =
@@ -233,7 +235,7 @@
 target_alias = @target_alias@
 SUBDIRS = lib src obj tests samples
 ACLOCAL_AMFLAGS = -I m4
-all: config.h xerces_hdr_config.h
+all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 .SUFFIXES:
@@ -285,18 +287,18 @@
        rm -f stamp-h1
        touch $@
 
-xerces_hdr_config.h: stamp-h2
+src/xercesc/util/Xerces_hdr_config.h: src/xercesc/util/stamp-h2
        @if test ! -f $@; then \
-         rm -f stamp-h2; \
-         $(MAKE) stamp-h2; \
+         rm -f src/xercesc/util/stamp-h2; \
+         $(MAKE) src/xercesc/util/stamp-h2; \
        else :; fi
 
-stamp-h2: $(srcdir)/xerces_hdr_config.h.in $(top_builddir)/config.status
-       @rm -f stamp-h2
-       cd $(top_builddir) && $(SHELL) ./config.status xerces_hdr_config.h
+src/xercesc/util/stamp-h2: 
$(top_srcdir)/src/xercesc/util/Xerces_hdr_config.h.in 
$(top_builddir)/config.status
+       @rm -f src/xercesc/util/stamp-h2
+       cd $(top_builddir) && $(SHELL) ./config.status 
src/xercesc/util/Xerces_hdr_config.h
 
 distclean-hdr:
-       -rm -f config.h stamp-h1 xerces_hdr_config.h stamp-h2
+       -rm -f config.h stamp-h1 src/xercesc/util/Xerces_hdr_config.h 
src/xercesc/util/stamp-h2
 
 mostlyclean-libtool:
        -rm -f *.lo
@@ -389,7 +391,7 @@
        mkid -fID $$unique
 tags: TAGS
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in xerces_hdr_config.h.in 
$(TAGS_DEPENDENCIES) \
+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
        tags=; \
        here=`pwd`; \
@@ -406,7 +408,7 @@
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
          fi; \
        done; \
-       list='$(SOURCES) $(HEADERS) config.h.in xerces_hdr_config.h.in $(LISP) 
$(TAGS_FILES)'; \
+       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
@@ -418,11 +420,11 @@
            $$tags $$unique; \
        fi
 ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in 
xerces_hdr_config.h.in $(TAGS_DEPENDENCIES) \
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
        tags=; \
        here=`pwd`; \
-       list='$(SOURCES) $(HEADERS) config.h.in xerces_hdr_config.h.in $(LISP) 
$(TAGS_FILES)'; \
+       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
@@ -443,7 +445,7 @@
 distdir: $(DISTFILES)
        $(am__remove_distdir)
        mkdir $(distdir)
-       $(mkdir_p) $(distdir)/config $(distdir)/m4
+       $(mkdir_p) $(distdir)/config $(distdir)/m4 $(distdir)/src/xercesc/util
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \
@@ -584,7 +586,7 @@
               exit 1; } >&2
 check-am: all-am
 check: check-recursive
-all-am: Makefile config.h xerces_hdr_config.h
+all-am: Makefile config.h
 installdirs: installdirs-recursive
 installdirs-am:
 install: install-recursive

Modified: xerces/c/branches/jberry/3.0-unstable/config.h.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/config.h.in?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/config.h.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/config.h.in Sun May 29 07:40:39 2005
@@ -263,6 +263,9 @@
 /* Define to true if autoconf is used in this configuration */
 #undef XERCES_AUTOCONF
 
+/* Define if namespaces is supported by the compiler */
+#undef XERCES_HAS_CPP_NAMESPACE
+
 /* Define to 1 if we have sys/types.h */
 #undef XERCES_HAVE_SYS_TYPES_H
 

Modified: xerces/c/branches/jberry/3.0-unstable/configure
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure Sun May 29 07:40:39 2005
@@ -1570,7 +1570,7 @@
    { (exit 1); exit 1; }; }
 fi
 
-                    ac_config_headers="$ac_config_headers config.h 
xerces_hdr_config.h"
+                    ac_config_headers="$ac_config_headers config.h 
src/xercesc/util/Xerces_hdr_config.h"
 
                                                             
ac_config_files="$ac_config_files Makefile lib/Makefile src/Makefile 
obj/Makefile tests/Makefile samples/Makefile"
 
@@ -25464,6 +25464,15 @@
 fi
 
 
+if test x$ac_cv_cxx_have_namespaces = xyes; then
+
+cat >>confdefs.h <<\_ACEOF
+#define XERCES_HAS_CPP_NAMESPACE 1
+_ACEOF
+
+fi
+
+
 if test x$ac_cv_cxx_have_std_namespace = xyes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -26166,7 +26175,7 @@
   "samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;;
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-  "xerces_hdr_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS xerces_hdr_config.h" 
;;
+  "src/xercesc/util/Xerces_hdr_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS 
src/xercesc/util/Xerces_hdr_config.h" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;

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=178954&r1=178953&r2=178954&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:40:39 2005
@@ -28,7 +28,7 @@
 AC_CONFIG_LIBOBJ_DIR([xercesc/compat])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_HEADERS([config.h xerces_hdr_config.h])
+AC_CONFIG_HEADERS([config.h src/xercesc/util/Xerces_hdr_config.h])
 AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile obj/Makefile 
tests/Makefile samples/Makefile])
 
 # Check the target system

Modified: xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/lib/Makefile.in Sun May 29 07:40:39 
2005
@@ -87,14 +87,14 @@
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-       $(top_builddir)/xerces_hdr_config.h
+       $(top_builddir)/src/xercesc/util/Xerces_hdr_config.h
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 am__DEPENDENCIES_1 = @LTLIBOBJS@
 libcompat_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am_libcompat_la_OBJECTS = xerces_compat.lo
 libcompat_la_OBJECTS = $(am_libcompat_la_OBJECTS)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 
-I$(top_builddir)/src/xercesc/util
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \

Modified: xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/obj/Makefile.in Sun May 29 07:40:39 
2005
@@ -86,7 +86,7 @@
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-       $(top_builddir)/xerces_hdr_config.h
+       $(top_builddir)/src/xercesc/util/Xerces_hdr_config.h
 CONFIG_CLEAN_FILES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
@@ -100,7 +100,7 @@
 libxerces_la_DEPENDENCIES = ${src}/libsrc.la ${lib}/libcompat.la
 am_libxerces_la_OBJECTS =
 libxerces_la_OBJECTS = $(am_libxerces_la_OBJECTS)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 
-I$(top_builddir)/src/xercesc/util
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
@@ -260,6 +260,7 @@
 libxerces_la_SOURCES = 
 nodist_EXTRA_libxerces_la_SOURCES = dummyfile-to-force-cpp-linking.cpp
 libxerces_la_LIBADD = ${src}/libsrc.la ${lib}/libcompat.la
+libxerces_la_LDFLAGS = -version-info 3:0:0
 all: all-am
 
 .SUFFIXES:

Modified: xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/samples/Makefile.in Sun May 29 
07:40:39 2005
@@ -87,7 +87,7 @@
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-       $(top_builddir)/xerces_hdr_config.h
+       $(top_builddir)/src/xercesc/util/Xerces_hdr_config.h
 CONFIG_CLEAN_FILES =
 am__EXEEXT_1 = CreateDOMDocument$(EXEEXT) DOMCount$(EXEEXT) \
        DOMPrint$(EXEEXT) EnumVal$(EXEEXT) MemParse$(EXEEXT) \
@@ -172,7 +172,7 @@
 StdInParse_OBJECTS = $(am_StdInParse_OBJECTS)
 StdInParse_LDADD = $(LDADD)
 StdInParse_DEPENDENCIES = ../obj/libxerces.la
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 
-I$(top_builddir)/src/xercesc/util
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 CXXLD = $(CXX)

Modified: xerces/c/branches/jberry/3.0-unstable/src/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/Makefile.in?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/Makefile.in Sun May 29 07:40:39 
2005
@@ -143,7 +143,7 @@
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-       $(top_builddir)/xerces_hdr_config.h
+       $(top_builddir)/src/xercesc/util/Xerces_hdr_config.h
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libcfurl_la_LIBADD =
@@ -573,7 +573,7 @@
 @XERCES_USE_NETACCESSOR_LIBWWW_TRUE@   $(am__objects_22)
 libwww_la_OBJECTS = $(am_libwww_la_OBJECTS)
 @[EMAIL PROTECTED] =
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 
-I$(top_builddir)/src/xercesc/util
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 CXXLD = $(CXX)
@@ -872,7 +872,7 @@
        $(am__append_9) $(am__append_10) $(am__append_11) \
        $(am__append_12) $(am__append_13)
 libutil_ladir = ${includedir}
-nobase_libutil_la_HEADERS = ${util_headers}
+nobase_libutil_la_HEADERS = ${util_headers} ../xerces_hdr_config.h
 libutil_la_SOURCES = ${util_sources}
 libdom_ladir = ${includedir}
 nobase_libdom_la_HEADERS = ${dom_headers}
@@ -1398,6 +1398,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 \
@@ -1411,11 +1412,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 \
@@ -4283,7 +4286,7 @@
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-       $(mkdir_p) $(distdir)/xercesc/dom $(distdir)/xercesc/dom/impl 
$(distdir)/xercesc/framework $(distdir)/xercesc/framework/psvi 
$(distdir)/xercesc/internal $(distdir)/xercesc/parsers $(distdir)/xercesc/sax 
$(distdir)/xercesc/sax2 $(distdir)/xercesc/util 
$(distdir)/xercesc/util/AtomicOpManagers $(distdir)/xercesc/util/FileManagers 
$(distdir)/xercesc/util/MsgLoaders/InMemory 
$(distdir)/xercesc/util/MutexManagers 
$(distdir)/xercesc/util/NetAccessors/LibWWW 
$(distdir)/xercesc/util/NetAccessors/MacOSURLAccessCF 
$(distdir)/xercesc/util/NetAccessors/Socket 
$(distdir)/xercesc/util/Transcoders/ICU 
$(distdir)/xercesc/util/Transcoders/Iconv 
$(distdir)/xercesc/util/Transcoders/MacOSUnicodeConverter 
$(distdir)/xercesc/util/regx $(distdir)/xercesc/validators/DTD 
$(distdir)/xercesc/validators/common $(distdir)/xercesc/validators/datatype 
$(distdir)/xercesc/validators/schema 
$(distdir)/xercesc/validators/schema/identity
+       $(mkdir_p) $(distdir)/.. $(distdir)/xercesc/dom 
$(distdir)/xercesc/dom/impl $(distdir)/xercesc/framework 
$(distdir)/xercesc/framework/psvi $(distdir)/xercesc/internal 
$(distdir)/xercesc/parsers $(distdir)/xercesc/sax $(distdir)/xercesc/sax2 
$(distdir)/xercesc/util $(distdir)/xercesc/util/AtomicOpManagers 
$(distdir)/xercesc/util/FileManagers 
$(distdir)/xercesc/util/MsgLoaders/InMemory 
$(distdir)/xercesc/util/MutexManagers 
$(distdir)/xercesc/util/NetAccessors/LibWWW 
$(distdir)/xercesc/util/NetAccessors/MacOSURLAccessCF 
$(distdir)/xercesc/util/NetAccessors/Socket 
$(distdir)/xercesc/util/Transcoders/ICU 
$(distdir)/xercesc/util/Transcoders/Iconv 
$(distdir)/xercesc/util/Transcoders/MacOSUnicodeConverter 
$(distdir)/xercesc/util/regx $(distdir)/xercesc/validators/DTD 
$(distdir)/xercesc/validators/common $(distdir)/xercesc/validators/datatype 
$(distdir)/xercesc/validators/schema 
$(distdir)/xercesc/validators/schema/identity
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \

Propchange: xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun May 29 07:40:39 2005
@@ -1 +1,2 @@
 .*
+stamp-h*

Copied: 
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_hdr_config.h 
(from r178953, xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h)
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_hdr_config.h?p2=xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_hdr_config.h&p1=xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h&r1=178953&r2=178954&rev=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/xerces_hdr_config.h (original)
+++ xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Xerces_hdr_config.h 
Sun May 29 07:40:39 2005
@@ -1,4 +1,4 @@
-/* xerces_hdr_config.h.  Generated by configure.  */
+/* src/xercesc/util/Xerces_hdr_config.h.  Generated by configure.  */
 /*
  * Copyright 1999-2004 The Apache Software Foundation.
  *
@@ -77,6 +77,7 @@
 #define XERCES_SIZE_T size_t
 #define XERCES_SSIZE_T ssize_t
 
+#define XERCES_HAS_CPP_NAMESPACE 1
 #define XERCES_STD_NAMESPACE 1
 #define XERCES_NEW_IOSTREAMS 1
 

Modified: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in?rev=178954&r1=178953&r2=178954&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/tests/Makefile.in Sun May 29 07:40:39 
2005
@@ -86,7 +86,7 @@
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h \
-       $(top_builddir)/xerces_hdr_config.h
+       $(top_builddir)/src/xercesc/util/Xerces_hdr_config.h
 CONFIG_CLEAN_FILES =
 am__EXEEXT_1 = DOMTest$(EXEEXT) DOMMemTest$(EXEEXT) \
        Normalizer$(EXEEXT) RangeTest$(EXEEXT) Traversal$(EXEEXT) \
@@ -135,7 +135,7 @@
 XSerializerTest_OBJECTS = $(am_XSerializerTest_OBJECTS)
 XSerializerTest_LDADD = $(LDADD)
 XSerializerTest_DEPENDENCIES = ../obj/libxerces.la
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 
-I$(top_builddir)/src/xercesc/util
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 CXXLD = $(CXX)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to