print " * configuration script. DO NOT HAND EDIT!!!!!"
print " */"
print ""
+ print "#include \"ap_config.h\""
print "#include \"httpd.h\""
print "#include \"http_config.h\""
print ""
* no control is passed along.
*/
+#include "ap_config.h"
#include "apr_md5.h"
#include "httpd.h"
#include "http_config.h"
+#include "ap_config.h"
#include "ap_mmn.h"
#include "httpd.h"
#include "http_config.h"
*
*/
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_protocol.h"
*/
#define CORE_PRIVATE
+#include "ap_config.h"
#include "apr_lib.h"
#include "httpd.h"
#include "http_config.h"
#include "util_md5.h"
#include "apr_fnmatch.h"
#include "http_connection.h"
-#include "ap_config.h"
/* Allow Apache to use ap_mmap */
#ifdef USE_MMAP_FILES
*/
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "util_date.h" /* For parseHTTPdate and BAD_DATE */
#include "mpm_status.h"
#include <stdarg.h>
-#include "ap_config.h"
HOOK_STRUCT(
HOOK_LINK(post_read_request)
*/
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_request.h"
#include "http_log.h"
#include "http_main.h"
#include "apr_fnmatch.h"
-#include "ap_config.h"
HOOK_STRUCT(
HOOK_LINK(translate_name)
* URI includes query information (stuff after a ?-mark).
*/
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_request.h"
*
*/
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_request.h"
-#include "ap_config.h"
typedef struct {
char *real;
* mod_dir.c: handle default index files, and trailing-/ redirects
*/
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
* SetEnvIf remote_addr (127.0.0.1|192.168.10.) LOCAL
*/
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
-#include "ap_config.h"
enum special {
SPECIAL_NOT,
*
*/
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_main.h"
#define CORE_PRIVATE
+#include "ap_config.h"
#include "apr_portable.h"
#include "apr_file_io.h"
#include "httpd.h"
#include "http_request.h" /* for default_handler (see invoke_handler) */
#include "http_main.h"
#include "http_vhost.h"
-#include "ap_config.h"
HOOK_STRUCT(
HOOK_LINK(header_parser)
*/
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_connection.h"
#include "http_request.h"
#include "mpm_status.h"
#include "http_config.h"
#include "http_vhost.h"
-#include "ap_config.h"
HOOK_STRUCT(
HOOK_LINK(pre_connection)
/* we need some of the portability definitions... for strchr */
+#include "ap_config.h"
#include "httpd.h"
/* A bunch of functions in util.c scan strings looking for certain characters.
#include "apr_network_io.h"
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "ap_listen.h"
*/
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_main.h"
#include "http_log.h"
#include "util_uri.h"
#include "apr_getopt.h"
#include "ap_mpm.h"
-#include "ap_config.h"
const char *ap_server_argv0;
* this #ifdef section must be ABOVE the next one (BSD style).
*
* I tested this stuff and it works fine for me, but if it provides
- * trouble for you, just comment out USE_MMAP_SCOREBOARD in QNX section
+ * trouble foR YOU, JUst comment out USE_MMAP_SCOREBOARD in QNX section
* of ap_config.h
*
* June 5, 1997,
/* Rewritten by David Robinson */
+#include "ap_config.h"
#include "httpd.h" /* for server_rec, conn_rec, etc. */
#include "http_log.h" /* for aplog_error */
#include "rfc1413.h"
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_main.h"
#include "http_log.h"
#include "http_protocol.h"
-#include "ap_config.h"
#if defined(SUNOS4)
/* stdio.h has been read in ap_config.h already. Add missing prototypes here: */
extern int fgetc(FILE *);
/* md5.c --Module Interface to MD5. */
/* Jeff Hostetler, Spyglass, Inc., 1994. */
+#include "ap_config.h"
#include "apr_portable.h"
#include "httpd.h"
#include "util_md5.h"
*/
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_main.h"
#include "http_request.h" /* for sub_req_lookup_uri() */
#include "util_script.h"
#include "util_date.h" /* For parseHTTPdate() */
-#include "ap_config.h"
#include <stdlib.h>
#include <string.h>
*
*/
+#include "ap_config.h"
#include "httpd.h"
#include "http_log.h"
#include "util_uri.h"
#include <string.h>
-#include "ap_config.h"
/* Some WWW schemes and their default ports; this is basically /etc/services */
/* This will become global when the protocol abstraction comes */
*/
#define CORE_PRIVATE
+#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "http_vhost.h"
#include "http_protocol.h"
#include "http_core.h"
-#include "ap_config.h"
/*
* After all the definitions there's an explanation of how it's all put