martin 00/01/31 16:06:16
Modified: src/include httpd.h Log: The 'canonical' name for this #define (as of Configure, ap_config_auto.h) is USE_HSREGEX Revision Changes Path 1.23 +1 -1 apache-2.0/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache-2.0/src/include/httpd.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- httpd.h 2000/01/21 01:25:25 1.22 +++ httpd.h 2000/02/01 00:06:14 1.23 @@ -949,7 +949,7 @@ 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>