]> granicus.if.org Git - apache/commitdiff
Provide some more missing initializer macros for when AP_DEBUG isn't
authorJeff Trawick <trawick@apache.org>
Sun, 18 Jun 2000 03:01:30 +0000 (03:01 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 18 Jun 2000 03:01:30 +0000 (03:01 +0000)
defined (no, I didn't miss these in my commit this a.m. :) ).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85605 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index 47a45d90daf876b7424c65d3a2cef52281a164f0..441a84500e0be8799510a58534a2e46aa17e487d 100644 (file)
@@ -161,6 +161,10 @@ typedef const char *(*cmd_func) ();
     { directive, func, mconfig, where, TAKE2, help }
 # define AP_INIT_TAKE12(directive, func, mconfig, where, help) \
     { directive, func, mconfig, where, TAKE12, help }
+# define AP_INIT_ITERATE2(directive, func, mconfig, where, help) \
+    { directive, func, mconfig, where, ITERATE2, help }
+# define AP_INIT_TAKE23(directive, func, mconfig, where, help) \
+    { directive, func, mconfig, where, TAKE23, help }
 # define AP_INIT_FLAG(directive, func, mconfig, where, help) \
     { directive, func, mconfig, where, FLAG, help }