1/* cs_config.h.in.  Generated from configure.in by autoheader.  */
2/*
3 * Copyright 2001-2004 Brandon Long
4 * All Rights Reserved.
5 *
6 * ClearSilver Templating System
7 *
8 * This code is made available under the terms of the ClearSilver License.
9 * http://www.clearsilver.net/license.hdf
10 *
11 */
12
13/*
14 * config file
15 */
16
17#ifndef __CS_CONFIG_H_
18#define __CS_CONFIG_H_ 1
19
20
21/* Enable support for HTML Compression (still must be enabled at run time) */
22#undef HTML_COMPRESSION
23
24/* Enable support for X Remote CGI Debugging */
25#undef ENABLE_REMOTE_DEBUG
26
27/********* SYSTEM CONFIG ***************************************************/
28/* autoconf/configure should figure all of these out for you */
29
30/* Does your system have the snprintf() call? */
31#undef HAVE_SNPRINTF
32
33/* Does your system have the vsnprintf() call? */
34#undef HAVE_VSNPRINTF
35
36/* Does your system have the strtok_r() call? */
37#undef HAVE_STRTOK_R
38
39/* Does your system have the localtime_r() call? */
40#undef HAVE_LOCALTIME_R
41
42/* Does your system have the gmtime_r() call? */
43#undef HAVE_GMTIME_R
44
45/* Does your system have the mkstemp() call? */
46#undef HAVE_MKSTEMP
47
48/* Does your system have regex.h */
49#undef HAVE_REGEX
50
51/* Does your system have pthreads? */
52#undef HAVE_PTHREADS
53
54/* Does your system have lockf ? */
55#undef HAVE_LOCKF
56
57/* Does your system have Berkeley DB v2 ? */
58#undef HAVE_DB2
59
60/* Enable support for gettext message translation */
61#undef ENABLE_GETTEXT
62
63
64/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
65   */
66#undef HAVE_DIRENT_H
67
68/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
69#undef HAVE_DOPRNT
70
71/* Define to 1 if you have the `drand48' function. */
72#undef HAVE_DRAND48
73
74/* Define to 1 if you have the <fcntl.h> header file. */
75#undef HAVE_FCNTL_H
76
77/* Define to 1 if you have the <features.h> header file. */
78#undef HAVE_FEATURES_H
79
80/* Define to 1 if you have the `gettimeofday' function. */
81#undef HAVE_GETTIMEOFDAY
82
83/* Define to 1 if you have the `gmtime_r' function. */
84#undef HAVE_GMTIME_R
85
86/* Define to 1 if you have the <inttypes.h> header file. */
87#undef HAVE_INTTYPES_H
88
89/* Define to 1 if you have the <limits.h> header file. */
90#undef HAVE_LIMITS_H
91
92/* Define to 1 if you have the `localtime_r' function. */
93#undef HAVE_LOCALTIME_R
94
95/* Define to 1 if you have the <memory.h> header file. */
96#undef HAVE_MEMORY_H
97
98/* Define to 1 if you have the `mktime' function. */
99#undef HAVE_MKTIME
100
101/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
102#undef HAVE_NDIR_H
103
104/* Define to 1 if you have the `putenv' function. */
105#undef HAVE_PUTENV
106
107/* Define to 1 if you have the `rand' function. */
108#undef HAVE_RAND
109
110/* Define to 1 if you have the `random' function. */
111#undef HAVE_RANDOM
112
113/* Define to 1 if you have the <stdarg.h> header file. */
114#undef HAVE_STDARG_H
115
116/* Define to 1 if you have the <stdint.h> header file. */
117#undef HAVE_STDINT_H
118
119/* Define to 1 if you have the <stdlib.h> header file. */
120#undef HAVE_STDLIB_H
121
122/* Define to 1 if you have the `strerror' function. */
123#undef HAVE_STRERROR
124
125/* Define to 1 if you have the `strftime' function. */
126#undef HAVE_STRFTIME
127
128/* Define to 1 if you have the <strings.h> header file. */
129#undef HAVE_STRINGS_H
130
131/* Define to 1 if you have the <string.h> header file. */
132#undef HAVE_STRING_H
133
134/* Define to 1 if you have the `strspn' function. */
135#undef HAVE_STRSPN
136
137/* Define to 1 if you have the `strtod' function. */
138#undef HAVE_STRTOD
139
140/* Define to 1 if you have the `strtok_r' function. */
141#undef HAVE_STRTOK_R
142
143/* Define to 1 if you have the `strtol' function. */
144#undef HAVE_STRTOL
145
146/* Define to 1 if you have the `strtoul' function. */
147#undef HAVE_STRTOUL
148
149/* Define to 1 if `tm_zone' is member of `struct tm'. */
150#undef HAVE_STRUCT_TM_TM_ZONE
151
152/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
153   */
154#undef HAVE_SYS_DIR_H
155
156/* Define to 1 if you have the <sys/ioctl.h> header file. */
157#undef HAVE_SYS_IOCTL_H
158
159/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
160   */
161#undef HAVE_SYS_NDIR_H
162
163/* Define to 1 if you have the <sys/stat.h> header file. */
164#undef HAVE_SYS_STAT_H
165
166/* Define to 1 if you have the <sys/time.h> header file. */
167#undef HAVE_SYS_TIME_H
168
169/* Define to 1 if you have the <sys/types.h> header file. */
170#undef HAVE_SYS_TYPES_H
171
172/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
173#undef HAVE_SYS_WAIT_H
174
175/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
176   `HAVE_STRUCT_TM_TM_ZONE' instead. */
177#undef HAVE_TM_ZONE
178
179/* Define to 1 if you don't have `tm_zone' but do have the external array
180   `tzname'. */
181#undef HAVE_TZNAME
182
183/* Define to 1 if you have the <unistd.h> header file. */
184#undef HAVE_UNISTD_H
185
186/* Define to 1 if you have the <varargs.h> header file. */
187#undef HAVE_VARARGS_H
188
189/* Define to 1 if you have the `vprintf' function. */
190#undef HAVE_VPRINTF
191
192/* Define to 1 if you have the `wait3' system call. Deprecated, you should no
193   longer depend upon `wait3'. */
194#undef HAVE_WAIT3
195
196/* Define to the address where bug reports for this package should be sent. */
197#undef PACKAGE_BUGREPORT
198
199/* Define to the full name of this package. */
200#undef PACKAGE_NAME
201
202/* Define to the full name and version of this package. */
203#undef PACKAGE_STRING
204
205/* Define to the one symbol short name of this package. */
206#undef PACKAGE_TARNAME
207
208/* Define to the version of this package. */
209#undef PACKAGE_VERSION
210
211/* Define as the return type of signal handlers (`int' or `void'). */
212#undef RETSIGTYPE
213
214/* Define to 1 if you have the ANSI C header files. */
215#undef STDC_HEADERS
216
217/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
218#undef TIME_WITH_SYS_TIME
219
220/* Define to 1 if your <sys/time.h> declares `struct tm'. */
221#undef TM_IN_SYS_TIME
222
223/* Define to empty if `const' does not conform to ANSI C. */
224#undef const
225
226/* Define to `int' if <sys/types.h> does not define. */
227#undef mode_t
228
229/* Define to `long' if <sys/types.h> does not define. */
230#undef off_t
231
232/* Define to `int' if <sys/types.h> does not define. */
233#undef pid_t
234
235/* Define to `unsigned' if <sys/types.h> does not define. */
236#undef size_t
237
238#endif /* __CS_CONFIG_H_ */
239