Groonga 3.0.9 Source Code Document
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
groonga
vendor
nginx-1.4.2
objs
ngx_auto_config.h
Go to the documentation of this file.
1
#define NGX_CONFIGURE " --prefix=/home/maru/groonga/etc/groonga/httpd --sbin-path=/home/maru/groonga/sbin/groonga-httpd --conf-path=/home/maru/groonga/etc/groonga/httpd/groonga-httpd.conf --error-log-path=/home/maru/groonga/var/log/groonga/httpd/error.log --http-log-path=/home/maru/groonga/var/log/groonga/httpd/access.log --add-module=/home/maru/Git/groonga/src/httpd/nginx-module --pid-path=/home/maru/groonga/var/run/groonga/groonga-httpd.pid --with-cc-opt= --with-ld-opt="
2
3
#ifndef NGX_COMPILER
4
#define NGX_COMPILER "gcc 4.7.2 (Debian 4.7.2-5) "
5
#endif
6
7
8
#ifndef NGX_HAVE_GCC_ATOMIC
9
#define NGX_HAVE_GCC_ATOMIC 1
10
#endif
11
12
13
#ifndef NGX_HAVE_C99_VARIADIC_MACROS
14
#define NGX_HAVE_C99_VARIADIC_MACROS 1
15
#endif
16
17
18
#ifndef NGX_HAVE_GCC_VARIADIC_MACROS
19
#define NGX_HAVE_GCC_VARIADIC_MACROS 1
20
#endif
21
22
23
#ifndef NGX_HAVE_EPOLL
24
#define NGX_HAVE_EPOLL 1
25
#endif
26
27
28
#ifndef NGX_HAVE_CLEAR_EVENT
29
#define NGX_HAVE_CLEAR_EVENT 1
30
#endif
31
32
33
#ifndef NGX_HAVE_SENDFILE
34
#define NGX_HAVE_SENDFILE 1
35
#endif
36
37
38
#ifndef NGX_HAVE_SENDFILE64
39
#define NGX_HAVE_SENDFILE64 1
40
#endif
41
42
43
#ifndef NGX_HAVE_PR_SET_DUMPABLE
44
#define NGX_HAVE_PR_SET_DUMPABLE 1
45
#endif
46
47
48
#ifndef NGX_HAVE_SCHED_SETAFFINITY
49
#define NGX_HAVE_SCHED_SETAFFINITY 1
50
#endif
51
52
53
#ifndef NGX_HAVE_GNU_CRYPT_R
54
#define NGX_HAVE_GNU_CRYPT_R 1
55
#endif
56
57
58
#ifndef NGX_HAVE_NONALIGNED
59
#define NGX_HAVE_NONALIGNED 1
60
#endif
61
62
63
#ifndef NGX_CPU_CACHE_LINE
64
#define NGX_CPU_CACHE_LINE 64
65
#endif
66
67
68
#define NGX_KQUEUE_UDATA_T (void *)
69
70
71
#ifndef NGX_HAVE_POSIX_FADVISE
72
#define NGX_HAVE_POSIX_FADVISE 1
73
#endif
74
75
76
#ifndef NGX_HAVE_O_DIRECT
77
#define NGX_HAVE_O_DIRECT 1
78
#endif
79
80
81
#ifndef NGX_HAVE_ALIGNED_DIRECTIO
82
#define NGX_HAVE_ALIGNED_DIRECTIO 1
83
#endif
84
85
86
#ifndef NGX_HAVE_STATFS
87
#define NGX_HAVE_STATFS 1
88
#endif
89
90
91
#ifndef NGX_HAVE_STATVFS
92
#define NGX_HAVE_STATVFS 1
93
#endif
94
95
96
#ifndef NGX_HAVE_SCHED_YIELD
97
#define NGX_HAVE_SCHED_YIELD 1
98
#endif
99
100
101
#ifndef NGX_HAVE_DEFERRED_ACCEPT
102
#define NGX_HAVE_DEFERRED_ACCEPT 1
103
#endif
104
105
106
#ifndef NGX_HAVE_KEEPALIVE_TUNABLE
107
#define NGX_HAVE_KEEPALIVE_TUNABLE 1
108
#endif
109
110
111
#ifndef NGX_HAVE_TCP_INFO
112
#define NGX_HAVE_TCP_INFO 1
113
#endif
114
115
116
#ifndef NGX_HAVE_ACCEPT4
117
#define NGX_HAVE_ACCEPT4 1
118
#endif
119
120
121
#ifndef NGX_HAVE_UNIX_DOMAIN
122
#define NGX_HAVE_UNIX_DOMAIN 1
123
#endif
124
125
126
#ifndef NGX_PTR_SIZE
127
#define NGX_PTR_SIZE 8
128
#endif
129
130
131
#ifndef NGX_SIG_ATOMIC_T_SIZE
132
#define NGX_SIG_ATOMIC_T_SIZE 4
133
#endif
134
135
136
#ifndef NGX_HAVE_LITTLE_ENDIAN
137
#define NGX_HAVE_LITTLE_ENDIAN 1
138
#endif
139
140
141
#ifndef NGX_MAX_SIZE_T_VALUE
142
#define NGX_MAX_SIZE_T_VALUE 9223372036854775807LL
143
#endif
144
145
146
#ifndef NGX_SIZE_T_LEN
147
#define NGX_SIZE_T_LEN (sizeof("-9223372036854775808") - 1)
148
#endif
149
150
151
#ifndef NGX_MAX_OFF_T_VALUE
152
#define NGX_MAX_OFF_T_VALUE 9223372036854775807LL
153
#endif
154
155
156
#ifndef NGX_OFF_T_LEN
157
#define NGX_OFF_T_LEN (sizeof("-9223372036854775808") - 1)
158
#endif
159
160
161
#ifndef NGX_TIME_T_SIZE
162
#define NGX_TIME_T_SIZE 8
163
#endif
164
165
166
#ifndef NGX_TIME_T_LEN
167
#define NGX_TIME_T_LEN (sizeof("-9223372036854775808") - 1)
168
#endif
169
170
171
#ifndef NGX_HAVE_PREAD
172
#define NGX_HAVE_PREAD 1
173
#endif
174
175
176
#ifndef NGX_HAVE_PWRITE
177
#define NGX_HAVE_PWRITE 1
178
#endif
179
180
181
#ifndef NGX_SYS_NERR
182
#define NGX_SYS_NERR 135
183
#endif
184
185
186
#ifndef NGX_HAVE_LOCALTIME_R
187
#define NGX_HAVE_LOCALTIME_R 1
188
#endif
189
190
191
#ifndef NGX_HAVE_POSIX_MEMALIGN
192
#define NGX_HAVE_POSIX_MEMALIGN 1
193
#endif
194
195
196
#ifndef NGX_HAVE_MEMALIGN
197
#define NGX_HAVE_MEMALIGN 1
198
#endif
199
200
201
#ifndef NGX_HAVE_MAP_ANON
202
#define NGX_HAVE_MAP_ANON 1
203
#endif
204
205
206
#ifndef NGX_HAVE_MAP_DEVZERO
207
#define NGX_HAVE_MAP_DEVZERO 1
208
#endif
209
210
211
#ifndef NGX_HAVE_SYSVSHM
212
#define NGX_HAVE_SYSVSHM 1
213
#endif
214
215
216
#ifndef NGX_HAVE_POSIX_SEM
217
#define NGX_HAVE_POSIX_SEM 1
218
#endif
219
220
221
#ifndef NGX_HAVE_MSGHDR_MSG_CONTROL
222
#define NGX_HAVE_MSGHDR_MSG_CONTROL 1
223
#endif
224
225
226
#ifndef NGX_HAVE_FIONBIO
227
#define NGX_HAVE_FIONBIO 1
228
#endif
229
230
231
#ifndef NGX_HAVE_GMTOFF
232
#define NGX_HAVE_GMTOFF 1
233
#endif
234
235
236
#ifndef NGX_HAVE_D_TYPE
237
#define NGX_HAVE_D_TYPE 1
238
#endif
239
240
241
#ifndef NGX_HAVE_SC_NPROCESSORS_ONLN
242
#define NGX_HAVE_SC_NPROCESSORS_ONLN 1
243
#endif
244
245
246
#ifndef NGX_HAVE_OPENAT
247
#define NGX_HAVE_OPENAT 1
248
#endif
249
250
251
#ifndef NGX_HAVE_GETADDRINFO
252
#define NGX_HAVE_GETADDRINFO 1
253
#endif
254
255
256
#ifndef NGX_HTTP_CACHE
257
#define NGX_HTTP_CACHE 1
258
#endif
259
260
261
#ifndef NGX_HTTP_GZIP
262
#define NGX_HTTP_GZIP 1
263
#endif
264
265
266
#ifndef NGX_HTTP_SSI
267
#define NGX_HTTP_SSI 1
268
#endif
269
270
271
#ifndef NGX_CRYPT
272
#define NGX_CRYPT 1
273
#endif
274
275
276
#ifndef NGX_HTTP_X_FORWARDED_FOR
277
#define NGX_HTTP_X_FORWARDED_FOR 1
278
#endif
279
280
281
#ifndef NGX_HTTP_X_FORWARDED_FOR
282
#define NGX_HTTP_X_FORWARDED_FOR 1
283
#endif
284
285
286
#ifndef NGX_PCRE
287
#define NGX_PCRE 1
288
#endif
289
290
291
#ifndef NGX_HAVE_PCRE_JIT
292
#define NGX_HAVE_PCRE_JIT 1
293
#endif
294
295
296
#ifndef NGX_OPENSSL_MD5
297
#define NGX_OPENSSL_MD5 1
298
#endif
299
300
301
#ifndef NGX_HAVE_OPENSSL_MD5_H
302
#define NGX_HAVE_OPENSSL_MD5_H 1
303
#endif
304
305
306
#ifndef NGX_HAVE_MD5
307
#define NGX_HAVE_MD5 1
308
#endif
309
310
311
#ifndef NGX_HAVE_SHA1
312
#define NGX_HAVE_SHA1 1
313
#endif
314
315
316
#ifndef NGX_HAVE_OPENSSL_SHA1_H
317
#define NGX_HAVE_OPENSSL_SHA1_H 1
318
#endif
319
320
321
#ifndef NGX_ZLIB
322
#define NGX_ZLIB 1
323
#endif
324
325
326
#ifndef NGX_PREFIX
327
#define NGX_PREFIX "/home/maru/groonga/etc/groonga/httpd/"
328
#endif
329
330
331
#ifndef NGX_CONF_PREFIX
332
#define NGX_CONF_PREFIX "/home/maru/groonga/etc/groonga/httpd/"
333
#endif
334
335
336
#ifndef NGX_SBIN_PATH
337
#define NGX_SBIN_PATH "/home/maru/groonga/sbin/groonga-httpd"
338
#endif
339
340
341
#ifndef NGX_CONF_PATH
342
#define NGX_CONF_PATH "/home/maru/groonga/etc/groonga/httpd/groonga-httpd.conf"
343
#endif
344
345
346
#ifndef NGX_PID_PATH
347
#define NGX_PID_PATH "/home/maru/groonga/var/run/groonga/groonga-httpd.pid"
348
#endif
349
350
351
#ifndef NGX_LOCK_PATH
352
#define NGX_LOCK_PATH "logs/nginx.lock"
353
#endif
354
355
356
#ifndef NGX_ERROR_LOG_PATH
357
#define NGX_ERROR_LOG_PATH "/home/maru/groonga/var/log/groonga/httpd/error.log"
358
#endif
359
360
361
#ifndef NGX_HTTP_LOG_PATH
362
#define NGX_HTTP_LOG_PATH "/home/maru/groonga/var/log/groonga/httpd/access.log"
363
#endif
364
365
366
#ifndef NGX_HTTP_CLIENT_TEMP_PATH
367
#define NGX_HTTP_CLIENT_TEMP_PATH "client_body_temp"
368
#endif
369
370
371
#ifndef NGX_HTTP_PROXY_TEMP_PATH
372
#define NGX_HTTP_PROXY_TEMP_PATH "proxy_temp"
373
#endif
374
375
376
#ifndef NGX_HTTP_FASTCGI_TEMP_PATH
377
#define NGX_HTTP_FASTCGI_TEMP_PATH "fastcgi_temp"
378
#endif
379
380
381
#ifndef NGX_HTTP_UWSGI_TEMP_PATH
382
#define NGX_HTTP_UWSGI_TEMP_PATH "uwsgi_temp"
383
#endif
384
385
386
#ifndef NGX_HTTP_SCGI_TEMP_PATH
387
#define NGX_HTTP_SCGI_TEMP_PATH "scgi_temp"
388
#endif
389
390
391
#ifndef NGX_SUPPRESS_WARN
392
#define NGX_SUPPRESS_WARN 1
393
#endif
394
395
396
#ifndef NGX_SMP
397
#define NGX_SMP 1
398
#endif
399
400
401
#ifndef NGX_USER
402
#define NGX_USER "nobody"
403
#endif
404
405
406
#ifndef NGX_GROUP
407
#define NGX_GROUP "nogroup"
408
#endif
409
Generated on Sun Nov 10 2013 09:49:06 for Groonga 3.0.9 Source Code Document by
1.8.1.2