]> granicus.if.org Git - apache/commitdiff
get function prototypes for strcasecmp() and strncasecmp()
authorJeff Trawick <trawick@apache.org>
Fri, 4 Apr 2003 04:02:01 +0000 (04:02 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Apr 2003 04:02:01 +0000 (04:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99202 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authn_default.c
modules/ssl/mod_ssl.h

index bf7db1e5e510ca4e4ec44ab8d95e938c2d5c6e2e..61ccf2ac805c396802c7a4ab992194a3930511fa 100644 (file)
@@ -71,6 +71,8 @@
  */
 
 #include "apr_strings.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
 
 #include "ap_config.h"
 #include "httpd.h"
index 00075d906f7e49260bff62f5a547b65044d27044..22e0fe7d8370574e683f590ba12a77276b6f0c12 100644 (file)
@@ -95,6 +95,8 @@
 #include "mpm.h"
 #include "apr.h"
 #include "apr_strings.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
 #include "apr_tables.h"
 #include "apr_lib.h"
 #include "apr_fnmatch.h"