Imported Upstream version 2.5.11
[libapache-mod-security.git] / apache2 / mod_security2_config.h.in
1 /* mod_security2_config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if you have the `atexit' function. */
4 #undef HAVE_ATEXIT
5
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
8
9 /* Define to 1 if you have the `getcwd' function. */
10 #undef HAVE_GETCWD
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the <limits.h> header file. */
16 #undef HAVE_LIMITS_H
17
18 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19    to 0 otherwise. */
20 #undef HAVE_MALLOC
21
22 /* Define to 1 if you have the `memmove' function. */
23 #undef HAVE_MEMMOVE
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the `memset' function. */
29 #undef HAVE_MEMSET
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
36
37 /* Define to 1 if you have the `strcasecmp' function. */
38 #undef HAVE_STRCASECMP
39
40 /* Define to 1 if you have the `strchr' function. */
41 #undef HAVE_STRCHR
42
43 /* Define to 1 if you have the `strdup' function. */
44 #undef HAVE_STRDUP
45
46 /* Define to 1 if you have the `strerror' function. */
47 #undef HAVE_STRERROR
48
49 /* Define to 1 if you have the <strings.h> header file. */
50 #undef HAVE_STRINGS_H
51
52 /* Define to 1 if you have the <string.h> header file. */
53 #undef HAVE_STRING_H
54
55 /* Define to 1 if you have the `strncasecmp' function. */
56 #undef HAVE_STRNCASECMP
57
58 /* Define to 1 if you have the `strrchr' function. */
59 #undef HAVE_STRRCHR
60
61 /* Define to 1 if you have the `strstr' function. */
62 #undef HAVE_STRSTR
63
64 /* Define to 1 if you have the `strtol' function. */
65 #undef HAVE_STRTOL
66
67 /* Define to 1 if you have the <sys/stat.h> header file. */
68 #undef HAVE_SYS_STAT_H
69
70 /* Define to 1 if you have the <sys/types.h> header file. */
71 #undef HAVE_SYS_TYPES_H
72
73 /* Define to 1 if you have the <unistd.h> header file. */
74 #undef HAVE_UNISTD_H
75
76 /* Define to the address where bug reports for this package should be sent. */
77 #undef PACKAGE_BUGREPORT
78
79 /* Define to the full name of this package. */
80 #undef PACKAGE_NAME
81
82 /* Define to the full name and version of this package. */
83 #undef PACKAGE_STRING
84
85 /* Define to the one symbol short name of this package. */
86 #undef PACKAGE_TARNAME
87
88 /* Define to the home page for this package. */
89 #undef PACKAGE_URL
90
91 /* Define to the version of this package. */
92 #undef PACKAGE_VERSION
93
94 /* Define to 1 if you have the ANSI C header files. */
95 #undef STDC_HEADERS
96
97 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
98 #undef TM_IN_SYS_TIME
99
100 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
101    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
102    #define below would cause a syntax error. */
103 #undef _UINT8_T
104
105 /* Define to empty if `const' does not conform to ANSI C. */
106 #undef const
107
108 /* Define to `__inline__' or `__inline' if that's what the C compiler
109    calls it, or to nothing if 'inline' is not supported under any name.  */
110 #ifndef __cplusplus
111 #undef inline
112 #endif
113
114 /* Define to rpl_malloc if the replacement function should be used. */
115 #undef malloc
116
117 /* Define to `int' if <sys/types.h> does not define. */
118 #undef pid_t
119
120 /* Define to the equivalent of the C99 'restrict' keyword, or to
121    nothing if this is not supported.  Do not define if restrict is
122    supported directly.  */
123 #undef restrict
124 /* Work around a bug in Sun C++: it does not support _Restrict or
125    __restrict__, even though the corresponding Sun C compiler ends up with
126    "#define restrict _Restrict" or "#define restrict __restrict__" in the
127    previous line.  Perhaps some future version of Sun C++ will work with
128    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
129 #if defined __SUNPRO_CC && !defined __RESTRICT
130 # define _Restrict
131 # define __restrict__
132 #endif
133
134 /* Define to `unsigned int' if <sys/types.h> does not define. */
135 #undef size_t
136
137 /* Define to the type of an unsigned integer type of width exactly 8 bits if
138    such a type exists and the standard includes do not define it. */
139 #undef uint8_t