ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/autoconf.h.in
Revision: 1.8
Committed: Tue Aug 29 09:27:58 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.7: +0 -3 lines
Log Message:
fixed comment about P_SAFE

File Contents

# Content
1 /* include/autoconf.h.in. Generated from configure.ac by autoheader. */
2
3 /* Path to the bunzip binary */
4 #undef BUNZIP
5
6 /* Path to the bzip binary */
7 #undef BZIP
8
9 /* Path to the compress binary */
10 #undef COMPRESS
11
12 /* Define if you can embed a perl interpreter */
13 #undef ENABLE_PERL
14
15 /* Define if gettimeofday takes two arguments */
16 #undef GETTIMEOFDAY_TWO_ARGS
17
18 /* Path to the gunzip binary */
19 #undef GUNZIP
20
21 /* Path to the gzip binary */
22 #undef GZIP
23
24 /* Define if you have the alphasort() function declaration. */
25 #undef HAVE_ALPHASORT
26
27 /* Define to 1 if you have the <arpa/inet.h> header file. */
28 #undef HAVE_ARPA_INET_H
29
30 /* Define to 1 if you have the <crypt.h> header file. */
31 #undef HAVE_CRYPT_H
32
33 /* Define to 1 if you have the <des.h> header file. */
34 #undef HAVE_DES_H
35
36 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
37 */
38 #undef HAVE_DIRENT_H
39
40 /* Define to 1 if you have the <dlfcn.h> header file. */
41 #undef HAVE_DLFCN_H
42
43 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
44 #undef HAVE_DOPRNT
45
46 /* Define to 1 if you have the <fcntl.h> header file. */
47 #undef HAVE_FCNTL_H
48
49 /* Define to 1 if you have the `getdtablesize' function. */
50 #undef HAVE_GETDTABLESIZE
51
52 /* Define if gettimeofday is available */
53 #undef HAVE_GETTIMEOFDAY
54
55 /* Define to 1 if you have the <inttypes.h> header file. */
56 #undef HAVE_INTTYPES_H
57
58 /* Define to 1 if you have the `crypt' library (-lcrypt). */
59 #undef HAVE_LIBCRYPT
60
61 /* Define to 1 if you have the `des' library (-ldes). */
62 #undef HAVE_LIBDES
63
64 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
65 #undef HAVE_LIBDMALLOC
66
67 /* Define to 1 if you have the `dmalloclp' library (-ldmalloclp). */
68 #undef HAVE_LIBDMALLOCLP
69
70 /* Define to 1 if you have the `m' library (-lm). */
71 #undef HAVE_LIBM
72
73 /* Define to 1 if you have the `nsl' library (-lnsl). */
74 #undef HAVE_LIBNSL
75
76 /* Define if libpng is available */
77 #undef HAVE_LIBPNG
78
79 /* Define to 1 if you have the `socket' library (-lsocket). */
80 #undef HAVE_LIBSOCKET
81
82 /* Define if libz is available */
83 #undef HAVE_LIBZ
84
85 /* Define to 1 if you have the <limits.h> header file. */
86 #undef HAVE_LIMITS_H
87
88 /* Define to 1 if you have the <malloc.h> header file. */
89 #undef HAVE_MALLOC_H
90
91 /* Define to 1 if you have the <memory.h> header file. */
92 #undef HAVE_MEMORY_H
93
94 /* Define to 1 if you have the `mkdir' function. */
95 #undef HAVE_MKDIR
96
97 /* Define to 1 if you have the `mktime' function. */
98 #undef HAVE_MKTIME
99
100 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
101 #undef HAVE_NDIR_H
102
103 /* Define to 1 if you have the `rmdir' function. */
104 #undef HAVE_RMDIR
105
106 /* Define to 1 if you have the `scandir' function. */
107 #undef HAVE_SCANDIR
108
109 /* Define to 1 if you have the `select' function. */
110 #undef HAVE_SELECT
111
112 /* Define to 1 if you have the `setsid' function. */
113 #undef HAVE_SETSID
114
115 /* Define to 1 if you have the `snprintf' function. */
116 #undef HAVE_SNPRINTF
117
118 /* Define to 1 if you have the `socket' function. */
119 #undef HAVE_SOCKET
120
121 /* Define to 1 if you have the `srand' function. */
122 #undef HAVE_SRAND
123
124 /* Define to 1 if you have the `srand48' function. */
125 #undef HAVE_SRAND48
126
127 /* Define to 1 if you have the `srandom' function. */
128 #undef HAVE_SRANDOM
129
130 /* Define to 1 if you have the <stddef.h> header file. */
131 #undef HAVE_STDDEF_H
132
133 /* Define to 1 if you have the <stdint.h> header file. */
134 #undef HAVE_STDINT_H
135
136 /* Define to 1 if you have the <stdlib.h> header file. */
137 #undef HAVE_STDLIB_H
138
139 /* Define to 1 if you have the `strcasecmp' function. */
140 #undef HAVE_STRCASECMP
141
142 /* Define to 1 if you have the `strcspn' function. */
143 #undef HAVE_STRCSPN
144
145 /* Define to 1 if you have the `strerror' function. */
146 #undef HAVE_STRERROR
147
148 /* Define to 1 if you have the `strftime' function. */
149 #undef HAVE_STRFTIME
150
151 /* Define to 1 if you have the <strings.h> header file. */
152 #undef HAVE_STRINGS_H
153
154 /* Define to 1 if you have the <string.h> header file. */
155 #undef HAVE_STRING_H
156
157 /* Define to 1 if you have the `strncasecmp' function. */
158 #undef HAVE_STRNCASECMP
159
160 /* Define to 1 if you have the `strspn' function. */
161 #undef HAVE_STRSPN
162
163 /* Define to 1 if you have the `strstr' function. */
164 #undef HAVE_STRSTR
165
166 /* Define to 1 if you have the `strtol' function. */
167 #undef HAVE_STRTOL
168
169 /* Define to 1 if you have the `sysconf' function. */
170 #undef HAVE_SYSCONF
171
172 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
173 */
174 #undef HAVE_SYS_DIR_H
175
176 /* Define to 1 if you have the <sys/file.h> header file. */
177 #undef HAVE_SYS_FILE_H
178
179 /* Define to 1 if you have the <sys/ioctl.h> header file. */
180 #undef HAVE_SYS_IOCTL_H
181
182 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
183 */
184 #undef HAVE_SYS_NDIR_H
185
186 /* Define to 1 if you have the <sys/stat.h> header file. */
187 #undef HAVE_SYS_STAT_H
188
189 /* Define to 1 if you have the <sys/termios.h> header file. */
190 #undef HAVE_SYS_TERMIOS_H
191
192 /* Define to 1 if you have the <sys/time.h> header file. */
193 #undef HAVE_SYS_TIME_H
194
195 /* Define to 1 if you have the <sys/ttycom.h> header file. */
196 #undef HAVE_SYS_TTYCOM_H
197
198 /* Define to 1 if you have the <sys/types.h> header file. */
199 #undef HAVE_SYS_TYPES_H
200
201 /* Define to 1 if you have the <time.h> header file. */
202 #undef HAVE_TIME_H
203
204 /* Define to 1 if you have the <unistd.h> header file. */
205 #undef HAVE_UNISTD_H
206
207 /* Define to 1 if you have the `vprintf' function. */
208 #undef HAVE_VPRINTF
209
210 /* Name of package */
211 #undef PACKAGE
212
213 /* Define to the address where bug reports for this package should be sent. */
214 #undef PACKAGE_BUGREPORT
215
216 /* Define to the full name of this package. */
217 #undef PACKAGE_NAME
218
219 /* Define to the full name and version of this package. */
220 #undef PACKAGE_STRING
221
222 /* Define to the one symbol short name of this package. */
223 #undef PACKAGE_TARNAME
224
225 /* Define to the version of this package. */
226 #undef PACKAGE_VERSION
227
228 /* Define as the return type of signal handlers (`int' or `void'). */
229 #undef RETSIGTYPE
230
231 /* Define to 1 if the `setpgrp' function takes no argument. */
232 #undef SETPGRP_VOID
233
234 /* The size of `long', as computed by sizeof. */
235 #undef SIZEOF_LONG
236
237 /* The size of `long long', as computed by sizeof. */
238 #undef SIZEOF_LONG_LONG
239
240 /* Define to 1 if you have the ANSI C header files. */
241 #undef STDC_HEADERS
242
243 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
244 #undef TIME_WITH_SYS_TIME
245
246 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
247 #undef TM_IN_SYS_TIME
248
249 /* Path to the uncompress binary */
250 #undef UNCOMPRESS
251
252 /* Version number of package */
253 #undef VERSION
254
255 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
256 `char[]'. */
257 #undef YYTEXT_POINTER
258
259 /* Define to empty if `const' does not conform to ANSI C. */
260 #undef const
261
262 /* Define to `int' if <sys/types.h> doesn't define. */
263 #undef gid_t
264
265 /* Define to `__inline__' or `__inline' if that's what the C compiler
266 calls it, or to nothing if 'inline' is not supported under any name. */
267 #ifndef __cplusplus
268 #undef inline
269 #endif
270
271 /* Define to `int' if <sys/types.h> does not define. */
272 #undef pid_t
273
274 /* Define to `unsigned int' if <sys/types.h> does not define. */
275 #undef size_t
276
277 /* Define to `int' if <sys/types.h> doesn't define. */
278 #undef uid_t