From 240ecfae8d16ec966a83a0fcca3a439ccd386651 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 1 Feb 2000 00:06:14 +0000 Subject: [PATCH] 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 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1