Definition:
#include "httpd.h"
Usage example:
char random_string[HUGE_STRING_LEN];
This constant defines the largest static string buffer Apache supports.
The default setting is 8192 bytes, and changing it requires editing
the httpd.conf file -- this setting cannot be
overridden by a -D flag on the compiler command line.
Previous: HTTP_VERSION_NOT_SUPPORTED
Next: ITERATE
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)