]> granicus.if.org Git - apache/commitdiff
The 'canonical' name for this #define (as of Configure, ap_config_auto.h) is USE_HSREGEX
authorMartin Kraemer <martin@apache.org>
Tue, 1 Feb 2000 00:06:14 +0000 (00:06 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 1 Feb 2000 00:06:14 +0000 (00:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84549 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 51a8d05810cbaa4bb76d6581a35ff243d3b0de08..64e73f3d975425fb6af763ab02466ca23f01d7c8 100644 (file)
@@ -949,7 +949,7 @@ API_EXPORT(char *) ap_uudecode(ap_context_t *p, const char *bufcoded);
 API_EXPORT(char *) ap_uuencode(ap_context_t *p, char *string); 
 
 /* Regexes */
-#ifdef AP_USE_HSREGEX
+#ifdef USE_HSREGEX
 #include "hsregex.h"
 #else
 #include <regex.h>