ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/autoconf.h.in
(Generate patch)

Comparing deliantra/server/include/autoconf.h.in (file contents):
Revision 1.5 by root, Sun May 7 12:49:21 2006 UTC vs.
Revision 1.11 by root, Sat Dec 16 04:31:24 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines