bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / include / ap_config_auto.h
1 /* include/ap_config_auto.h.  Generated from ap_config_auto.h.in by configure.  */
2 /* include/ap_config_auto.h.in.  Generated from configure.in by autoheader.  */
3 /* Define this if struct tm has a field tm_gmtoff */
4 #define HAVE_GMTOFF 1
5
6 /* Define if building universal (internal helper macro) */
7 /* #undef AC_APPLE_UNIVERSAL_BUILD */
8
9 /* Location of the source for the current MPM */
10 #define APACHE_MPM_DIR "server/mpm/worker"
11
12 /* SuExec root directory */
13 /* #undef AP_DOC_ROOT */
14
15 /* Allow modules to run hook after a fatal exception */
16 /* #undef AP_ENABLE_EXCEPTION_HOOK */
17
18 /* Allow IPv4 connections on IPv6 listening sockets */
19 #define AP_ENABLE_V4_MAPPED 1
20
21 /* Minimum allowed GID */
22 /* #undef AP_GID_MIN */
23
24 /* User allowed to call SuExec */
25 /* #undef AP_HTTPD_USER */
26
27 /* SuExec log file */
28 /* #undef AP_LOG_EXEC */
29
30 /* Listening sockets are non-blocking when there are more than 1 */
31 #define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
32
33 /* safe shell path for SuExec */
34 /* #undef AP_SAFE_PATH */
35
36 /* Signal used to gracefully restart */
37 #define AP_SIG_GRACEFUL SIGUSR1
38
39 /* Signal used to gracefully restart (without SIG prefix) */
40 #define AP_SIG_GRACEFUL_SHORT USR1
41
42 /* Signal used to gracefully restart (as a quoted string) */
43 #define AP_SIG_GRACEFUL_STRING "SIGUSR1"
44
45 /* umask for suexec'd process */
46 /* #undef AP_SUEXEC_UMASK */
47
48 /* Location of the MIME types config file, relative to the Apache root
49    directory */
50 #define AP_TYPES_CONFIG_FILE "conf/mime.types"
51
52 /* Minimum allowed UID */
53 /* #undef AP_UID_MIN */
54
55 /* byte order is unknown due to cross-compilation */
56 /* #undef AP_UNKNOWN_BYTE_ORDER */
57
58 /* User subdirectory */
59 /* #undef AP_USERDIR_SUFFIX */
60
61 /* Using autoconf to configure Apache */
62 #define AP_USING_AUTOCONF 1
63
64 /* Define to 1 if you have the `bindprocessor' function. */
65 /* #undef HAVE_BINDPROCESSOR */
66
67 /* Define to 1 if you have the <bstring.h> header file. */
68 /* #undef HAVE_BSTRING_H */
69
70 /* Define to 1 if you have the `getgrnam' function. */
71 #define HAVE_GETGRNAM 1
72
73 /* Define to 1 if you have the `getpwnam' function. */
74 #define HAVE_GETPWNAM 1
75
76 /* Define to 1 if you have the <grp.h> header file. */
77 #define HAVE_GRP_H 1
78
79 /* Define to 1 if you have the `initgroups' function. */
80 #define HAVE_INITGROUPS 1
81
82 /* Define to 1 if you have the <inttypes.h> header file. */
83 #define HAVE_INTTYPES_H 1
84
85 /* Define to 1 if you have the `killpg' function. */
86 #define HAVE_KILLPG 1
87
88 /* Define to 1 if you have the <limits.h> header file. */
89 #define HAVE_LIMITS_H 1
90
91 /* Define to 1 if you have the <memory.h> header file. */
92 #define HAVE_MEMORY_H 1
93
94 /* Define to 1 if you have the `prctl' function. */
95 #define HAVE_PRCTL 1
96
97 /* Define to 1 if you have the `pthread_kill' function. */
98 #define HAVE_PTHREAD_KILL 1
99
100 /* Define to 1 if you have the <pwd.h> header file. */
101 #define HAVE_PWD_H 1
102
103 /* Define to 1 if you have the `setsid' function. */
104 #define HAVE_SETSID 1
105
106 /* Define to 1 if you have the `SSL_set_cert_store' function. */
107 /* #undef HAVE_SSL_SET_CERT_STORE */
108
109 /* Define to 1 if you have the `SSL_set_state' function. */
110 /* #undef HAVE_SSL_SET_STATE */
111
112 /* Define to 1 if you have the <stdint.h> header file. */
113 #define HAVE_STDINT_H 1
114
115 /* Define to 1 if you have the <stdlib.h> header file. */
116 #define HAVE_STDLIB_H 1
117
118 /* Define to 1 if you have the <strings.h> header file. */
119 #define HAVE_STRINGS_H 1
120
121 /* Define to 1 if you have the <string.h> header file. */
122 #define HAVE_STRING_H 1
123
124 /* Define to 1 if you have the `syslog' function. */
125 #define HAVE_SYSLOG 1
126
127 /* Define to 1 if you have the <sys/ipc.h> header file. */
128 #define HAVE_SYS_IPC_H 1
129
130 /* Define to 1 if you have the <sys/prctl.h> header file. */
131 #define HAVE_SYS_PRCTL_H 1
132
133 /* Define to 1 if you have the <sys/processor.h> header file. */
134 /* #undef HAVE_SYS_PROCESSOR_H */
135
136 /* Define to 1 if you have the <sys/resource.h> header file. */
137 #define HAVE_SYS_RESOURCE_H 1
138
139 /* Define to 1 if you have the <sys/sem.h> header file. */
140 #define HAVE_SYS_SEM_H 1
141
142 /* Define to 1 if you have the <sys/socket.h> header file. */
143 #define HAVE_SYS_SOCKET_H 1
144
145 /* Define to 1 if you have the <sys/stat.h> header file. */
146 #define HAVE_SYS_STAT_H 1
147
148 /* Define to 1 if you have the <sys/times.h> header file. */
149 #define HAVE_SYS_TIMES_H 1
150
151 /* Define to 1 if you have the <sys/time.h> header file. */
152 #define HAVE_SYS_TIME_H 1
153
154 /* Define to 1 if you have the <sys/types.h> header file. */
155 #define HAVE_SYS_TYPES_H 1
156
157 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
158 #define HAVE_SYS_WAIT_H 1
159
160 /* Define to 1 if you have the `timegm' function. */
161 #define HAVE_TIMEGM 1
162
163 /* Define to 1 if you have the `times' function. */
164 #define HAVE_TIMES 1
165
166 /* Define to 1 if you have the <unistd.h> header file. */
167 #define HAVE_UNISTD_H 1
168
169 /* Define to 1 if you have the <zutil.h> header file. */
170 /* #undef HAVE_ZUTIL_H */
171
172 /* Root directory of the Apache install area */
173 #define HTTPD_ROOT "/bottlenecks/rubbos/app/apache2"
174
175 /* Define to the address where bug reports for this package should be sent. */
176 #define PACKAGE_BUGREPORT ""
177
178 /* Define to the full name of this package. */
179 #define PACKAGE_NAME ""
180
181 /* Define to the full name and version of this package. */
182 #define PACKAGE_STRING ""
183
184 /* Define to the one symbol short name of this package. */
185 #define PACKAGE_TARNAME ""
186
187 /* Define to the version of this package. */
188 #define PACKAGE_VERSION ""
189
190 /* Location of the config file, relative to the Apache root directory */
191 #define SERVER_CONFIG_FILE "conf/httpd.conf"
192
193 /* This platform doesn't suffer from the thundering herd problem */
194 /* #undef SINGLE_LISTEN_UNSERIALIZED_ACCEPT */
195
196 /* Define to 1 if you have the ANSI C header files. */
197 #define STDC_HEADERS 1
198
199 /* Path to suexec binary */
200 /* #undef SUEXEC_BIN */
201
202 /* Enable extensions on AIX 3, Interix.  */
203 #ifndef _ALL_SOURCE
204 # define _ALL_SOURCE 1
205 #endif
206 /* Enable GNU extensions on systems that have them.  */
207 #ifndef _GNU_SOURCE
208 # define _GNU_SOURCE 1
209 #endif
210 /* Enable threading extensions on Solaris.  */
211 #ifndef _POSIX_PTHREAD_SEMANTICS
212 # define _POSIX_PTHREAD_SEMANTICS 1
213 #endif
214 /* Enable extensions on HP NonStop.  */
215 #ifndef _TANDEM_SOURCE
216 # define _TANDEM_SOURCE 1
217 #endif
218 /* Enable general extensions on Solaris.  */
219 #ifndef __EXTENSIONS__
220 # define __EXTENSIONS__ 1
221 #endif
222
223
224 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
225    significant byte first (like Motorola and SPARC, unlike Intel). */
226 #if defined AC_APPLE_UNIVERSAL_BUILD
227 # if defined __BIG_ENDIAN__
228 #  define WORDS_BIGENDIAN 1
229 # endif
230 #else
231 # ifndef WORDS_BIGENDIAN
232 /* #  undef WORDS_BIGENDIAN */
233 # endif
234 #endif
235
236 /* Define to 1 if on MINIX. */
237 /* #undef _MINIX */
238
239 /* Define to 2 if the system does not provide POSIX.1 features except with
240    this defined. */
241 /* #undef _POSIX_1_SOURCE */
242
243 /* Define to 1 if you need to in order for `stat' and other things to work. */
244 /* #undef _POSIX_SOURCE */
245
246 /* Define to empty if `const' does not conform to ANSI C. */
247 /* #undef const */
248
249 /* Define to 'int' if <sys/resource.h> doesn't define it for us */
250 /* #undef rlim_t */