summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-06-10 17:15:42 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-06-10 17:15:42 +0000
commitf5f8f8c629487c407414b40938ca008efa10284b (patch)
treed2a1b1a9717d1fbce1e6e1202bcca057796922a8 /include/arch
parent64e2ea97843609d4fa39246835769d70bd472260 (diff)
downloadlibapr-f5f8f8c629487c407414b40938ca008efa10284b.tar.gz
Some serious completion of stricmp, strnicmp, strdup and strstr issues
on Win32... these all happily reside in the standard runtime library. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/win32/apr_private.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/arch/win32/apr_private.h b/include/arch/win32/apr_private.h
index 40b3221f7..67cb7a742 100644
--- a/include/arch/win32/apr_private.h
+++ b/include/arch/win32/apr_private.h
@@ -115,12 +115,18 @@
/* Use this section to define all of the HAVE_FOO_H
* that are required to build properly.
*/
-#define HAVE_CONIO_H 1
+#define HAVE_CONIO_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDLIB_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SIGNAL_H 1
+#define HAVE_STRICMP 1
+#define HAVE_STRNICMP 1
+#define HAVE_STRNICMP 1
+#define HAVE_STRDUP 1
+#define HAVE_STRSTR 1
+
#define SIGHUP 1
/* 2 is used for SIGINT on windows */
#define SIGQUIT 3