Am Sonntag, 19. Dezember 2004 01:19 schrieb Curt Arnold:
> > Just to fight at least a little for STL (I don't want to start a
...
>
> p.s. Can you modify the autogen or configure to set a macro in config.h
> to specify whether the RTL contains mbsnrtowcs and wcsnrtombs? (See
> transcoder.cpp for their use in case I mispelled the names).
done.
Tommi
Index: configure.in
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/configure.in,v
retrieving revision 1.45
diff -u -r1.45 configure.in
--- configure.in 16 Dec 2004 00:21:46 -0000 1.45
+++ configure.in 19 Dec 2004 19:13:06 -0000
@@ -224,6 +224,7 @@
[AC_CHECK_LIB(nsl,gethostbyname,,
[AC_CHECK_LIB(socket,gethostbyname)])])
AC_CHECK_FUNCS(setsockopt,,[AC_CHECK_LIB(socket,setsockopt)])
+AC_CHECK_FUNCS(mbsnrtowcs wcsnrtombs,,)
# for DOMConfigurator
AC_MSG_CHECKING(for XML support)
@@ -376,6 +377,7 @@
include/log4cxx/net/Makefile
include/log4cxx/nt/Makefile
include/log4cxx/spi/Makefile
+include/log4cxx/spi/location/Makefile
include/log4cxx/varia/Makefile
include/log4cxx/xml/Makefile
include/log4cxx/config/Makefile