wrowe 2002/07/20 15:33:01
Modified: include apu.hnw apu.hw
Log:
Bring NW/Win32 symbols up-to-date wrt recent changes.
Revision Changes Path
1.5 +2 -1 apr-util/include/apu.hnw
Index: apu.hnw
===================================================================
RCS file: /home/cvs/apr-util/include/apu.hnw,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apu.hnw 19 Jul 2002 08:32:56 -0000 1.4
+++ apu.hnw 20 Jul 2002 22:33:01 -0000 1.5
@@ -124,7 +124,8 @@
#endif
#define APU_HAVE_APR_ICONV 0
-#define APR_HAS_XLATE APR_HAVE_ICONV
+#define APU_HAVE_ICONV 0
+#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
#endif /* APU_H */
/** @} */
1.9 +2 -1 apr-util/include/apu.hw
Index: apu.hw
===================================================================
RCS file: /home/cvs/apr-util/include/apu.hw,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- apu.hw 19 Jul 2002 08:32:56 -0000 1.8
+++ apu.hw 20 Jul 2002 22:33:01 -0000 1.9
@@ -155,7 +155,8 @@
#endif
#define APU_HAVE_APR_ICONV 1
-#define APR_HAS_XLATE 1
+#define APU_HAVE_ICONV 0
+#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
#endif /* APU_H */
#endif /* WIN32 */