summaryrefslogtreecommitdiffstats
path: root/server/mpm/prefork/scoreboard.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-10-19 02:05:00 +0200
committerRyan Bloom <rbb@apache.org>2000-10-19 02:05:00 +0200
commit140586d14fd06ad2208552d3ad3c5507eb42985c (patch)
tree762a6378267f7f4be15d910feab842cf475f2fef /server/mpm/prefork/scoreboard.h
parentSupport HTTP header line folding with input filtering. (diff)
downloadapache2-140586d14fd06ad2208552d3ad3c5507eb42985c.tar.xz
apache2-140586d14fd06ad2208552d3ad3c5507eb42985c.zip
Namespace protect the rest of the macros defined by ap_config.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/prefork/scoreboard.h')
-rw-r--r--server/mpm/prefork/scoreboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/prefork/scoreboard.h b/server/mpm/prefork/scoreboard.h
index 002a75e2c2..241dc3eb12 100644
--- a/server/mpm/prefork/scoreboard.h
+++ b/server/mpm/prefork/scoreboard.h
@@ -75,7 +75,7 @@ extern "C" {
/* The optimized timeout code only works if we're not using a scoreboard file
*/
-#if defined(USE_MEM_BASED_SCOREBOARD)
+#if defined(AP_USE_MEM_BASED_SCOREBOARD)
#define OPTIMIZE_TIMEOUTS
#endif