1/* apache2/modsecurity_config_auto.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if the operating system is AIX */
4#undef AIX
5
6/* Define if the operating system is FREEBSD */
7#undef FREEBSD
8
9/* Define to 1 if you have the `atexit' function. */
10#undef HAVE_ATEXIT
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* Define to 1 if you have the `fchmod' function. */
16#undef HAVE_FCHMOD
17
18/* Define to 1 if you have the <fcntl.h> header file. */
19#undef HAVE_FCNTL_H
20
21/* Define to 1 if you have the `getcwd' function. */
22#undef HAVE_GETCWD
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the <limits.h> header file. */
28#undef HAVE_LIMITS_H
29
30/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
31   to 0 otherwise. */
32#undef HAVE_MALLOC
33
34/* Define to 1 if you have the `memmove' function. */
35#undef HAVE_MEMMOVE
36
37/* Define to 1 if you have the <memory.h> header file. */
38#undef HAVE_MEMORY_H
39
40/* Define to 1 if you have the `memset' function. */
41#undef HAVE_MEMSET
42
43/* Define to 1 if you have the <stdint.h> header file. */
44#undef HAVE_STDINT_H
45
46/* Define to 1 if you have the <stdlib.h> header file. */
47#undef HAVE_STDLIB_H
48
49/* Define to 1 if you have the `strcasecmp' function. */
50#undef HAVE_STRCASECMP
51
52/* Define to 1 if you have the `strcasestr' function. */
53#undef HAVE_STRCASESTR
54
55/* Define to 1 if you have the `strchr' function. */
56#undef HAVE_STRCHR
57
58/* Define to 1 if you have the `strdup' function. */
59#undef HAVE_STRDUP
60
61/* Define to 1 if you have the `strerror' function. */
62#undef HAVE_STRERROR
63
64/* Define to 1 if you have the <strings.h> header file. */
65#undef HAVE_STRINGS_H
66
67/* Define to 1 if you have the <string.h> header file. */
68#undef HAVE_STRING_H
69
70/* Define to 1 if you have the `strncasecmp' function. */
71#undef HAVE_STRNCASECMP
72
73/* Define to 1 if you have the `strrchr' function. */
74#undef HAVE_STRRCHR
75
76/* Define to 1 if you have the `strstr' function. */
77#undef HAVE_STRSTR
78
79/* Define to 1 if you have the `strtol' function. */
80#undef HAVE_STRTOL
81
82/* Define to 1 if you have the <sys/stat.h> header file. */
83#undef HAVE_SYS_STAT_H
84
85/* Define to 1 if you have the <sys/types.h> header file. */
86#undef HAVE_SYS_TYPES_H
87
88/* Define to 1 if you have the <sys/utsname.h> header file. */
89#undef HAVE_SYS_UTSNAME_H
90
91/* Define to 1 if you have the <unistd.h> header file. */
92#undef HAVE_UNISTD_H
93
94/* Define if the operating system is HPUX */
95#undef HPUX
96
97/* Define if the operating system is LINUX */
98#undef LINUX
99
100/* Define to the sub-directory where libtool stores uninstalled libraries. */
101#undef LT_OBJDIR
102
103/* Define if the operating system is Macintosh OSX */
104#undef MACOSX
105
106/* Define if the operating system is NetBSD */
107#undef NETBSD
108
109/* Define if the operating system is OpenBSD */
110#undef OPENBSD
111
112/* Name of package */
113#undef PACKAGE
114
115/* Define to the address where bug reports for this package should be sent. */
116#undef PACKAGE_BUGREPORT
117
118/* Define to the full name of this package. */
119#undef PACKAGE_NAME
120
121/* Define to the full name and version of this package. */
122#undef PACKAGE_STRING
123
124/* Define to the one symbol short name of this package. */
125#undef PACKAGE_TARNAME
126
127/* Define to the home page for this package. */
128#undef PACKAGE_URL
129
130/* Define to the version of this package. */
131#undef PACKAGE_VERSION
132
133/* Define if the operating system is SOLARIS */
134#undef SOLARIS
135
136/* Define to 1 if you have the ANSI C header files. */
137#undef STDC_HEADERS
138
139/* Define to 1 if your <sys/time.h> declares `struct tm'. */
140#undef TM_IN_SYS_TIME
141
142/* Version number of package */
143#undef VERSION
144
145/* APR util was compiled with crypto support */
146#undef WITH_APU_CRYPTO
147
148/* Enables SecRemoteRules support */
149#undef WITH_REMOTE_RULES
150
151/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
152   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
153   #define below would cause a syntax error. */
154#undef _UINT8_T
155
156/* Define to empty if `const' does not conform to ANSI C. */
157#undef const
158
159/* Define to `__inline__' or `__inline' if that's what the C compiler
160   calls it, or to nothing if 'inline' is not supported under any name.  */
161#ifndef __cplusplus
162#undef inline
163#endif
164
165/* Define to rpl_malloc if the replacement function should be used. */
166#undef malloc
167
168/* Define to `int' if <sys/types.h> does not define. */
169#undef pid_t
170
171/* Define to the equivalent of the C99 'restrict' keyword, or to
172   nothing if this is not supported.  Do not define if restrict is
173   supported directly.  */
174#undef restrict
175/* Work around a bug in Sun C++: it does not support _Restrict or
176   __restrict__, even though the corresponding Sun C compiler ends up with
177   "#define restrict _Restrict" or "#define restrict __restrict__" in the
178   previous line.  Perhaps some future version of Sun C++ will work with
179   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
180#if defined __SUNPRO_CC && !defined __RESTRICT
181# define _Restrict
182# define __restrict__
183#endif
184
185/* Define to `unsigned int' if <sys/types.h> does not define. */
186#undef size_t
187
188/* Define to the type of an unsigned integer type of width exactly 8 bits if
189   such a type exists and the standard includes do not define it. */
190#undef uint8_t
191