coar        01/06/26 20:23:12

  Modified:    apidoc   api.list
  Log:
  Constants have had thei #include sources noted..
  
  Revision  Changes    Path
  1.39      +154 -184  httpd-docs-1.3/apidoc/api.list
  
  Index: api.list
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/apidoc/api.list,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -u -r1.38 -r1.39
  --- api.list  2001/06/22 13:02:02     1.38
  +++ api.list  2001/06/27 03:23:10     1.39
  @@ -431,80 +431,80 @@
       |\
       |
   C|SERVER_DEAD\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("Dead", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_STARTING\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("Starting", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_READY\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("Ready", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_BUSY_READ\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("&lt;B&gt;Read&lt;/B&gt;", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_BUSY_WRITE\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("&lt;B&gt;Write&lt;/B&gt;", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_BUSY_KEEPALIVE\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("&lt;B&gt;Keepalive&lt;/B&gt;", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_BUSY_LOG\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("&lt;B&gt;Logging&lt;/B&gt;", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_BUSY_DNS\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("&lt;B&gt;DNS lookup&lt;/B&gt;", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_GRACEFUL\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |switch (score_record.status) {\ncase $*: \n \
       ap_rputs("Graceful", r); \n \
       break;\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|SERVER_NUM_STATUS\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |if (score_record.status &lt; $*) {\n    return OK;\n} \
       |SA-scoreboard\
       |<dict-$*.html
   C|START_PREQUEST\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |if (status == $*) {\n    ...deal with request start time...\n}\
       |SA-scoreboard\
       |<dict-$*.html
   C|STOP_PREQUEST\
  -    |#define $* <var>value</var>\
  +    |#include "scoreboard.h"\
       |if (status == $*) {\n    ...deal with request stop time...\n}\
       |SA-scoreboard\
       |<dict-$*.html
  @@ -906,7 +906,7 @@
       |\
       |
   C|RSRC_CONF\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -930,7 +930,7 @@
       |SA-overrides\
       |<dict-$*.html
   C|OR_AUTHCFG\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -942,7 +942,7 @@
       |SA-overrides\
       |<dict-$*.html
   C|OR_LIMIT\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -954,7 +954,7 @@
       |SA-overrides\
       |<dict-$*.html
   C|OR_OPTIONS\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -966,7 +966,7 @@
       |SA-overrides\
       |<dict-$*.html
   C|OR_FILEINFO\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -978,7 +978,7 @@
       |SA-overrides\
       |<dict-$*.html
   C|OR_INDEXES\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1018,53 +1018,54 @@
   z    |SA-compileflags\
       |
   C|DEFAULT_PATH\
  -    |Compile-time definition\
  +    |Compile-time definition default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=\"/usr/local/bin:/bin:/usr/bin\"" ./configure\
       |SA-compileflags\
       |
   C|DEFAULT_TIMEOUT\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=600" ./configure\
       |SA-compileflags\
       |
   C|DEFAULT_KEEPALIVE_TIMEOUT\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=20" ./configure\
       |SA-compileflags\
       |
   C|DEFAULT_KEEPALIVE\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=50" ./configure\
       |SA-compileflags\
       |
   C|DOCUMENT_LOCATION\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=\"/usr/httpd/htdocs\"" ./configure\
       |SA-compileflags,ap_document_root\
       |<dict-$*.html
   C|TARGET\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=\"apache\"" ./configure\
       |SA-compileflags\
       |<dict-$*.html
   C|DEFAULT_INDEX\
  -    |Compile-time definition\
  +    |Compile-time definition; default defined by \
  +     <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=\"default.html\"" ./configure\
       |SA-compileflags\
       |<dict-$*.html
   C|DYNAMIC_MODULE_LIMIT\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=64" ./configure\
       |SA-compileflags\
       |<dict-$*.html
   C|HARD_SERVER_LIMIT\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=1024" ./configure \n \n \
   for (i = 0; i &lt; $*; ++i) {\n    ...per-child processing...\n}\
       |SA-compileflags\
       |<dict-$*.html
   C|HTTPD_ROOT\
  -    |Compile-time definition\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |env CFLAGS="-Wall -D$*=\"/usr/httpd\"" ./configure\
       |SA-compileflags\
       |<dict-$*.html
  @@ -1456,35 +1457,19 @@
       |\
       |
   C|cmd_how\
  -    |enum cmd_how { \n \
  -    RAW_ARGS, \n \
  -    TAKE1, \n \
  -    TAKE2, \n \
  -    ITERATE, \n \
  -    ITERATE2, \n \
  -    FLAG, \n \
  -    NO_ARGS, \n \
  -    TAKE12, \n \
  -    TAKE3, \n \
  -    TAKE23, \n \
  -    TAKE123, \n \
  -    TAKE13 \n \
  -}; \
  -    |The enumeration type isn't used by modules, only the specific\n \
  -     named values.\
  +    |#include "httpd.h"\
  +    |<code>$*</code> is an enum, but the enumeration type isn't used\n\
  +     by modules, only the specific named values.\
       |SA-dirdata\
       |<dict-$*.html
   C|proxyreqtype\
  -    |enum proxyreqtype { \n \
  -    NOT_PROXY=0, \n \
  -    STD_PROXY, \n \
  -    PROXY_PASS \n \
  -}; \n \
  -    |\
  +    |#include "httpd.h"\
  +    |<code>$*</code> is an enum, but the enumeration type isn't used\n\
  +     by modules, only the specific named values.\
       |request_rec\
       |
   C|RAW_ARGS\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1496,7 +1481,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|TAKE1\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1508,7 +1493,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|TAKE2\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1520,7 +1505,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|ITERATE\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1532,7 +1517,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|ITERATE2\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1544,7 +1529,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|FLAG\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1556,7 +1541,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|NO_ARGS\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1568,7 +1553,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|TAKE12\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1580,7 +1565,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|TAKE3\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1592,7 +1577,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|TAKE23\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1604,7 +1589,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|TAKE123\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -1616,7 +1601,7 @@
       |SA-dirdata\
       |<dict-$*.html
   C|TAKE13\
  -    |<i>see</i> cmd_how.\
  +    |#include "httpd.h"\n<i>see</i> cmd_how.\
       |static const command_rec module_cmds[] =\n\
   {\n\
           .\n\
  @@ -2343,27 +2328,27 @@
       |\
       |
   C|FNM_NOMATCH\
  -    |#define $* 1\
  +    |#include "fnmatch.h"\
       |\
       |SA-fnmatch\
       |
   C|FNM_NOESCAPE\
  -    |#define $* 0x01\
  +    |#include "fnmatch.h"\
       |\
       |SA-fnmatch\
       |
   C|FNM_PATHNAME\
  -    |#define $* 0x02\
  +    |#include "fnmatch.h"\
       |\
       |SA-fnmatch\
       |
   C|FNM_PERIOD\
  -    |#define $* 0x04\
  +    |#include "fnmatch.h"\
       |\
       |SA-fnmatch\
       |
   C|FNM_CASE_BLIND\
  -    |#define $* 0x08\
  +    |#include "fnmatch.h"\
       |\
       |SA-fnmatch\
       |
  @@ -3129,22 +3114,22 @@
       |\
       |
   C|REQUEST_NO_BODY\
  -    |#define $* 0\
  +    |#include "httpd.h"\
       |\
       |SA-readbody\
       |
   C|REQUEST_CHUNKED_ERROR\
  -    |#define $* 1\
  +    |#include "httpd.h"\
       |\
       |SA-readbody\
       |
   C|REQUEST_CHUNKED_DECHUNK\
  -    |#define $* 2\
  +    |#include "httpd.h"\
       |\
       |SA-readbody\
       |
   C|REQUEST_CHUNKED_PASS\
  -    |#define $* 3\
  +    |#include "httpd.h"\
       |\
       |SA-readbody\
       |
  @@ -3332,11 +3317,7 @@
       |SA-stringconst\
       |<dict-$*.html
   C|LF\
  -    |#ifndef CHARSET_EBCDIC \n \
  -#define $* 10 \n \
  -#else \n \
  -#define $* '\\n' \n \
  -#endif \
  +    |#include "httpd.h"\
       |*++string = LF;\
       |SA-stringconst\
       |<dict-$*.html
  @@ -3370,29 +3351,24 @@
       |SA-stringconst\
       |
   C|MAX_STRING_LEN\
  -    |#define $* <var>numbytes</var>\
  +    |#include "httpd.h"\
       |char random_string[$*];\
       |SA-stringconst\
       |<dict-$*.html
   C|HUGE_STRING_LEN\
  -    |#define $* <var>numbytes</var>\
  +    |#include "httpd.h"\
       |char random_string[$*];\
       |SA-stringconst\
       |<dict-$*.html
   C|SERVER_VERSION\
  -    |#define $* <var>string</var>\
  +    |#include "httpd.h"\
       |Deprecated; use ap_get_server_version() instead.\
       |\
       |<dict-$*.html
   C|kill_conditions\
  -    |enum $* { \n \
  -    kill_never, \n \
  -    kill_always, \n \
  -    kill_after_timeout, \n \
  -    just_wait, \n \
  -    kill_only_once \n \
  -};\
  -    |struct process_chain *p;\np-&gt;kill_how = kill_never; \
  +    |#include "ap_alloc.h"\
  +    |<code>$*</code> is an enum, but the enumeration type isn't used\n\
  +     by modules, only the specific named values.\
       |\
       |<dict-$*.html
   X|SA-MMN\
  @@ -3403,22 +3379,22 @@
       |\
       |
   C|MODULE_MAGIC_NUMBER\
  -    |#define $* <var>monotonically-increasing-value</var>\
  +    |#include "ap_mmn.h"\
       |module *m;\nif (m-&gt;version != $*)\n    exit(1);\n}\
       |SA-MMN\
       |<dict-$*.html
   C|MODULE_MAGIC_NUMBER_MAJOR\
  -    |#define $* <var>integer-value</var>\
  +    |#include "ap_mmn.h"\
       |<i>No examples available.</i>\
       |SA-MMN\
       |
   C|MODULE_MAGIC_NUMBER_MINOR\
  -    |#define $* <var>integer-value</var>\
  +    |#include "ap_mmn.h"\
       |<i>No examples available.</i>\
       |SA-MMN\
       |
   C|MODULE_MAGIC_COOKIE\
  -    |#define $* <var>opaque-value</var>\
  +    |#include "ap_mmn.h"\
       |if (modp-&gt;magic != $*) {\n\
       return "Module structure is invalid.";\n\
   }\
  @@ -3445,18 +3421,12 @@
       |SA-MMN\
       |<dict-$*.html
   C|STANDARD_MODULE_STUFF\
  -    |#define $*  MODULE_MAGIC_NUMBER_MAJOR, \ \n \
  -                               MODULE_MAGIC_NUMBER_MINOR, \ \n \
  -                               -1, \ \n \
  -                               __FILE__, \ \n \
  -                               NULL, \ \n \
  -                               NULL, \ \n \
  -                               MODULE_MAGIC_COOKIE \
  +    |#include "ap_mmn.h"\
       |\
       |SA-MMN\
       |
   C|SERVER_SUPPORT\
  -    |#define $* "http://www.apache.org/"\
  +    |Compile-time definition; default set by <code>#include "httpd.h"</code>\
       |ap_snprintf(buf, sizeof(buf), "For further assistance, go to $*");\
       |\
       |<dict-$*.html
  @@ -3471,7 +3441,7 @@
       |\
       |
   C|OK\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (!is_HTTP_ERROR(r-&gt;status)) { \n \
       return $*; \n \
   } \
  @@ -3492,7 +3462,7 @@
       |SA-dirstat\
       |
   C|DONE\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (!is_HTTP_ERROR(r-&gt;status)) { \n \
       return $*; \n \
   } \
  @@ -3576,232 +3546,232 @@
       |\
       |
   C|HTTP_CONTINUE\
  -    |#define $* 100\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_SWITCHING_PROTOCOLS\
  -    |#define $* 101\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_PROCESSING\
  -    |#define $* 102\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
   C|HTTP_OK\
  -    |#define $* 200\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_CREATED\
  -    |#define $* 201\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_ACCEPTED\
  -    |#define $* 202\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_NON_AUTHORITATIVE\
  -    |#define $* 203\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_NO_CONTENT\
  -    |#define $* 204\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_RESET_CONTENT\
  -    |#define $* 205\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_PARTIAL_CONTENT\
  -    |#define $* 206\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_MULTIPLE_CHOICES\
  -    |#define $* 300\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_MOVED_PERMANENTLY\
  -    |#define $* 301\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_MOVED_TEMPORARILY\
  -    |#define $* 302\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_SEE_OTHER\
  -    |#define $* 303\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_NOT_MODIFIED\
  -    |#define $* 304\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_USE_PROXY\
  -    |#define $* 305\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_BAD_REQUEST\
  -    |#define $* 400\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_UNAUTHORIZED\
  -    |#define $* 401\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_PAYMENT_REQUIRED\
  -    |#define $* 402\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_FORBIDDEN\
  -    |#define $* 403\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_NOT_FOUND\
  -    |#define $* 404\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_METHOD_NOT_ALLOWED\
  -    |#define $* 405\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_NOT_ACCEPTABLE\
  -    |#define $* 406\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_PROXY_AUTHENTICATION_REQUIRED\
  -    |#define $* 407\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_REQUEST_TIME_OUT\
  -    |#define $* 408\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_CONFLICT\
  -    |#define $* 409\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_GONE\
  -    |#define $* 410\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_LENGTH_REQUIRED\
  -    |#define $* 411\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_PRECONDITION_FAILED\
  -    |#define $* 412\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_REQUEST_ENTITY_TOO_LARGE\
  -    |#define $* 413\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_REQUEST_URI_TOO_LARGE\
  -    |#define $* 414\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_UNSUPPORTED_MEDIA_TYPE\
  -    |#define $* 415\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_RANGE_NOT_SATISFIABLE\
  -    |#define $* 416\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
   C|HTTP_EXPECTATION_FAILED\
  -    |#define $* 417\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
   C|HTTP_UNPROCESSABLE_ENTITY\
  -    |#define $* 422\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
   C|HTTP_LOCKED\
  -    |#define $* 423\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
   C|HTTP_FAILED_DEPENDENCY\
  -    |#define $* 424\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
   C|HTTP_INTERNAL_SERVER_ERROR\
  -    |#define $* 500\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_NOT_IMPLEMENTED\
  -    |#define $* 501\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_BAD_GATEWAY\
  -    |#define $* 502\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_SERVICE_UNAVAILABLE\
  -    |#define $* 503\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_GATEWAY_TIME_OUT\
  -    |#define $* 504\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_VERSION_NOT_SUPPORTED\
  -    |#define $* 505\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_VARIANT_ALSO_VARIES\
  -    |#define $* 506\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |<dict-$*.html
   C|HTTP_INSUFFICIENT_STORAGE\
  -    |#define $* 507\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
   C|HTTP_NOT_EXTENDED\
  -    |#define $* 510\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;status == $*) {\n    ...processing for $* 
status...\n}\
       |SA-httpcodes\
       |
  @@ -3812,7 +3782,7 @@
       |\
       |
   C|MULTI_OK\
  -    |#define $* <var>value</var>\
  +    |#include "multithread.h"\
       |static int\nmap_rv(int rv)\n{ \n \
       switch(rv)\n    { \n \
       case WAIT_OBJECT_0: \n \
  @@ -3831,7 +3801,7 @@
       |SA-multi\
       |<dict-$*.html
   C|MULTI_TIMEOUT\
  -    |#define $* <var>value</var>\
  +    |#include "multithread.h"\
       |static int\nmap_rv(int rv)\n{ \n \
       switch(rv)\n    { \n \
       case WAIT_OBJECT_0: \n \
  @@ -3850,7 +3820,7 @@
       |SA-multi\
       |<dict-$*.html
   C|MULTI_ERR\
  -    |#define $* <var>value</var>\
  +    |#include "multithread.h"\
       |static int\nmap_rv(int rv)\n{ \n \
       switch(rv)\n    { \n \
       case WAIT_OBJECT_0: \n \
  @@ -3931,61 +3901,61 @@
       |\
       |
   C|OPT_NONE\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) == $*) {\n \
       /* No Options keywords are active for this location */\n} \
       return DECLINED;\n} \
       |SA-options\
       |
   C|OPT_INDEXES\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) &amp; $*) {\n \
       /* Options [+]Indexes covers this location */\n} \
       |SA-options\
       |
   C|OPT_INCLUDES\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) &amp; $*) {\n \
       /* Options [+]Includes covers this location */\n} \
       |SA-options\
       |
   C|OPT_SYM_LINKS\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) &amp; $*) {\n \
       /* Options [+]FollowSymLinks covers this location */\n} \
       |SA-options\
       |
   C|OPT_EXECCGI\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) &amp; $*) {\n \
       /* Options [+]ExecCGI covers this location */\n} \
       |SA-options\
       |
   C|OPT_UNSET\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |/* This value and its meaning are private to the core server. */ \
       |SA-options\
       |
   C|OPT_INCNOEXEC\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) &amp; $*) {\n \
       /* Options [+]IncludesNoExec covers this location */\n} \
       |SA-options\
       |
   C|OPT_SYM_OWNER\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) &amp; $*) {\n \
       /* Options [+]SymLinksIfOwnerMatch covers this location */\n} \
       |SA-options\
       |
   C|OPT_MULTI\
  -    |#define $* <var>value</var>\
  +    |#include "http_core.h"\
       |if (ap_allow_options(r) &amp; $*) {\n \
       /* Options [+]MultiViews covers this location */\n} \
       |SA-options\
       |
   C|OPT_ALL\
  -    |#define $* 
(OPT_INDEXES&#124;OPT_INCLUDES&#124;OPT_SYM_LINKS&#124;OPT_EXECCGI)\
  +    |#include "http_core.h"\
       |if ((ap_allow_options(r) &amp; $*) == $*) {\n \
       /* Options All covers this location\n \
        * Equivalent to Options [+]Indexes [+]Includes [+]ExecCGI \
  @@ -4000,91 +3970,91 @@
       |\
       |
   C|M_GET\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |<dict-$*.html
   C|M_PUT\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |<dict-$*.html
   C|M_POST\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |<dict-$*.html
   C|M_DELETE\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |<dict-$*.html
   C|M_CONNECT\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |<dict-$*.html
   C|M_OPTIONS\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |<dict-$*.html
   C|M_TRACE\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |<dict-$*.html
   C|M_PATCH\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |
   C|M_PROPFIND\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |
   C|M_MKCOL\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |
   C|M_COPY\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |
   C|M_MOVE\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |
   C|M_LOCK\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |
   C|M_UNLOCK\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
       |
   C|M_INVALID\
  -    |#define $* <var>value</var>\
  +    |#include "httpd.h"\
       |request_rec *r;\nif (r-&gt;method_number == $*) {\n \
       return HTTP_METHOD_NOT_ALLOWED;\n} \
       |SA-methods\
  @@ -4514,47 +4484,47 @@
       |\
       |
   C|NOT_IN_VIRTUALHOST\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |\
       |SA-context\
       |
   C|NOT_IN_LIMIT\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |\
       |SA-context\
       |
   C|NOT_IN_DIRECTORY\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |\
       |SA-context\
       |
   C|NOT_IN_LOCATION\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |\
       |SA-context\
       |
   C|NOT_IN_FILES\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |\
       |SA-context\
       |
   C|NOT_IN_DIR_LOC_FILE\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |\
       |SA-context\
       |
   C|GLOBAL_ONLY\
  -    |#define $* <var>value</var>\
  +    |#include "http_config.h"\
       |\
       |SA-context\
       |
   C|DEFAULT_HTTP_PORT\
  -    |#define $* 80\
  +    |#include "httpd.h"\
       |\
       |\
       |
   C|DEFAULT_HTTPS_PORT\
  -    |#define $* 443\
  +    |#include "httpd.h"\
       |\
       |\
       |
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to