From: Martin Kraemer Date: Tue, 1 Feb 2000 00:06:14 +0000 (+0000) Subject: The 'canonical' name for this #define (as of Configure, ap_config_auto.h) is USE_HSREGEX X-Git-Tag: 1.3.12~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=240ecfae8d16ec966a83a0fcca3a439ccd386651;p=apache The 'canonical' name for this #define (as of Configure, ap_config_auto.h) is USE_HSREGEX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84549 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 51a8d05810..64e73f3d97 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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