Author: borisk
Date: Thu Jul 24 05:52:20 2008
New Revision: 679398
URL: http://svn.apache.org/viewvc?rev=679398&view=rev
Log:
Use proper macros names.
Modified:
xerces/c/trunk/src/stricmp.c
xerces/c/trunk/src/strnicmp.c
Modified: xerces/c/trunk/src/stricmp.c
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/stricmp.c?rev=679398&r1=679397&r2=679398&view=diff
==============================================================================
--- xerces/c/trunk/src/stricmp.c (original)
+++ xerces/c/trunk/src/stricmp.c Thu Jul 24 05:52:20 2008
@@ -22,10 +22,10 @@
#include "stricmp.h"
#include "config.h"
-#if HAVE_STRING
+#if HAVE_STRING_H
# include <string.h>
#endif
-#if HAVE_STRINGS
+#if HAVE_STRINGS_H
# include <strings.h>
#endif
Modified: xerces/c/trunk/src/strnicmp.c
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/strnicmp.c?rev=679398&r1=679397&r2=679398&view=diff
==============================================================================
--- xerces/c/trunk/src/strnicmp.c (original)
+++ xerces/c/trunk/src/strnicmp.c Thu Jul 24 05:52:20 2008
@@ -22,10 +22,10 @@
#include "strnicmp.h"
#include "config.h"
-#if HAVE_STRING
+#if HAVE_STRING_H
# include <string.h>
#endif
-#if HAVE_STRINGS
+#if HAVE_STRINGS_H
# include <strings.h>
#endif
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]