File: ndk_config.h

package info (click to toggle)
nginx 1.18.0-6.1%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,344 kB
  • sloc: ansic: 250,653; perl: 7,548; sh: 1,408; ruby: 879; python: 358; makefile: 338; awk: 36; cpp: 18
file content (98 lines) | stat: -rw-r--r-- 1,616 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98

/* 
 * 2010 (C) Marcus Clyne 
 *
 * DO NOT EDIT THIS FILE MANUALLY
 * ------------------------------
 * This file has been generated automatically from scripts in the $base/auto dir and
 * data in the $base/auto/data dir. If you wish to edit the output of this file, then
 * you should edit these files instead.
 *
*/


/* include all optional modules */

#ifdef NDK_ALL

#ifndef NDK_BUF
#define NDK_BUF 1
#endif
#ifndef NDK_COMPLEX_PATH
#define NDK_COMPLEX_PATH 1
#endif
#ifndef NDK_COMPLEX_VALUE
#define NDK_COMPLEX_VALUE 1
#endif
#ifndef NDK_CONF_FILE
#define NDK_CONF_FILE 1
#endif
#ifndef NDK_ENCODING
#define NDK_ENCODING 1
#endif
#ifndef NDK_HASH
#define NDK_HASH 1
#endif
#ifndef NDK_HTTP
#define NDK_HTTP 1
#endif
#ifndef NDK_PATH
#define NDK_PATH 1
#endif
#ifndef NDK_PROCESS
#define NDK_PROCESS 1
#endif
#ifndef NDK_REGEX
#define NDK_REGEX 1
#endif
#ifndef NDK_REWRITE
#define NDK_REWRITE 1
#endif
#ifndef NDK_SET_VAR
#define NDK_SET_VAR 1
#endif
#ifndef NDK_STRING
#define NDK_STRING 1
#endif
#ifndef NDK_UPSTREAM_LIST
#define NDK_UPSTREAM_LIST 1
#endif
#ifndef NDK_URI
#define NDK_URI 1
#endif

#endif


/* module dependencies */

#ifdef  NDK_COMPLEX_PATH
#ifndef NDK_COMPLEX_VALUE
#define NDK_COMPLEX_VALUE 1
#endif
#ifndef NDK_PATH
#define NDK_PATH 1
#endif
#endif
#ifdef  NDK_CONF_FILE
#ifndef NDK_STRING
#define NDK_STRING 1
#endif
#endif
#ifdef  NDK_HASH
#ifndef NDK_STRING
#define NDK_STRING 1
#endif
#endif
#ifdef  NDK_SET_VAR
#ifndef NDK_REWRITE
#define NDK_REWRITE 1
#endif
#endif
#ifdef  NDK_UPSTREAM_LIST
#ifndef NDK_HTTP_CREATE_MAIN_CONF
#define NDK_HTTP_CREATE_MAIN_CONF 1
#endif
#endif