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.7 by root, Sun Aug 13 17:47:24 2006 UTC vs.
Revision 1.10 by root, Fri Dec 15 20:08:45 2006 UTC

22#undef GZIP 22#undef GZIP
23 23
24/* Define if you have the alphasort() function declaration. */ 24/* Define if you have the alphasort() function declaration. */
25#undef HAVE_ALPHASORT 25#undef HAVE_ALPHASORT
26 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. */ 27/* Define to 1 if you have the <crypt.h> header file. */
31#undef HAVE_CRYPT_H 28#undef HAVE_CRYPT_H
32 29
33/* Define to 1 if you have the <des.h> header file. */ 30/* Define to 1 if you have the <des.h> header file. */
34#undef HAVE_DES_H 31#undef HAVE_DES_H
35 32
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. */ 33/* Define to 1 if you have the <dlfcn.h> header file. */
41#undef HAVE_DLFCN_H 34#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 35
52/* Define if gettimeofday is available */ 36/* Define if gettimeofday is available */
53#undef HAVE_GETTIMEOFDAY 37#undef HAVE_GETTIMEOFDAY
54 38
55/* Define to 1 if you have the <inttypes.h> header file. */ 39/* Define to 1 if you have the <inttypes.h> header file. */
58/* Define to 1 if you have the `crypt' library (-lcrypt). */ 42/* Define to 1 if you have the `crypt' library (-lcrypt). */
59#undef HAVE_LIBCRYPT 43#undef HAVE_LIBCRYPT
60 44
61/* Define to 1 if you have the `des' library (-ldes). */ 45/* Define to 1 if you have the `des' library (-ldes). */
62#undef HAVE_LIBDES 46#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 47
70/* Define to 1 if you have the `m' library (-lm). */ 48/* Define to 1 if you have the `m' library (-lm). */
71#undef HAVE_LIBM 49#undef HAVE_LIBM
72 50
73/* Define to 1 if you have the `nsl' library (-lnsl). */ 51/* Define to 1 if you have the `nsl' library (-lnsl). */
80#undef HAVE_LIBSOCKET 58#undef HAVE_LIBSOCKET
81 59
82/* Define if libz is available */ 60/* Define if libz is available */
83#undef HAVE_LIBZ 61#undef HAVE_LIBZ
84 62
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. */ 63/* Define to 1 if you have the <memory.h> header file. */
92#undef HAVE_MEMORY_H 64#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 <Python.h> header file. */
104#undef HAVE_PYTHON_H
105
106/* Define to 1 if you have the `rmdir' function. */
107#undef HAVE_RMDIR
108
109/* Define to 1 if you have the `scandir' function. */
110#undef HAVE_SCANDIR
111
112/* Define to 1 if you have the `select' function. */
113#undef HAVE_SELECT
114
115/* Define to 1 if you have the `setsid' function. */
116#undef HAVE_SETSID
117
118/* Define to 1 if you have the `snprintf' function. */
119#undef HAVE_SNPRINTF
120
121/* Define to 1 if you have the `socket' function. */
122#undef HAVE_SOCKET
123
124/* Define to 1 if you have the `srand' function. */
125#undef HAVE_SRAND
126
127/* Define to 1 if you have the `srand48' function. */
128#undef HAVE_SRAND48
129
130/* Define to 1 if you have the `srandom' function. */
131#undef HAVE_SRANDOM
132
133/* Define to 1 if you have the <stddef.h> header file. */
134#undef HAVE_STDDEF_H
135 65
136/* Define to 1 if you have the <stdint.h> header file. */ 66/* Define to 1 if you have the <stdint.h> header file. */
137#undef HAVE_STDINT_H 67#undef HAVE_STDINT_H
138 68
139/* Define to 1 if you have the <stdlib.h> header file. */ 69/* Define to 1 if you have the <stdlib.h> header file. */
140#undef HAVE_STDLIB_H 70#undef HAVE_STDLIB_H
141 71
142/* Define to 1 if you have the `strcasecmp' function. */
143#undef HAVE_STRCASECMP
144
145/* Define to 1 if you have the `strcspn' function. */
146#undef HAVE_STRCSPN
147
148/* Define to 1 if you have the `strerror' function. */
149#undef HAVE_STRERROR
150
151/* Define to 1 if you have the `strftime' function. */
152#undef HAVE_STRFTIME
153
154/* Define to 1 if you have the <strings.h> header file. */ 72/* Define to 1 if you have the <strings.h> header file. */
155#undef HAVE_STRINGS_H 73#undef HAVE_STRINGS_H
156 74
157/* Define to 1 if you have the <string.h> header file. */ 75/* Define to 1 if you have the <string.h> header file. */
158#undef HAVE_STRING_H 76#undef HAVE_STRING_H
159 77
160/* Define to 1 if you have the `strncasecmp' function. */
161#undef HAVE_STRNCASECMP
162
163/* Define to 1 if you have the `strspn' function. */
164#undef HAVE_STRSPN
165
166/* Define to 1 if you have the `strstr' function. */
167#undef HAVE_STRSTR
168
169/* Define to 1 if you have the `strtol' function. */
170#undef HAVE_STRTOL
171
172/* Define to 1 if you have the `sysconf' function. */
173#undef HAVE_SYSCONF
174
175/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
176 */
177#undef HAVE_SYS_DIR_H
178
179/* Define to 1 if you have the <sys/file.h> header file. */
180#undef HAVE_SYS_FILE_H
181
182/* Define to 1 if you have the <sys/ioctl.h> header file. */
183#undef HAVE_SYS_IOCTL_H
184
185/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
186 */
187#undef HAVE_SYS_NDIR_H
188
189/* Define to 1 if you have the <sys/stat.h> header file. */ 78/* Define to 1 if you have the <sys/stat.h> header file. */
190#undef HAVE_SYS_STAT_H 79#undef HAVE_SYS_STAT_H
191
192/* Define to 1 if you have the <sys/termios.h> header file. */
193#undef HAVE_SYS_TERMIOS_H
194
195/* Define to 1 if you have the <sys/time.h> header file. */
196#undef HAVE_SYS_TIME_H
197
198/* Define to 1 if you have the <sys/ttycom.h> header file. */
199#undef HAVE_SYS_TTYCOM_H
200 80
201/* Define to 1 if you have the <sys/types.h> header file. */ 81/* Define to 1 if you have the <sys/types.h> header file. */
202#undef HAVE_SYS_TYPES_H 82#undef HAVE_SYS_TYPES_H
203 83
204/* Define to 1 if you have the <time.h> header file. */
205#undef HAVE_TIME_H
206
207/* Define to 1 if you have the <unistd.h> header file. */ 84/* Define to 1 if you have the <unistd.h> header file. */
208#undef HAVE_UNISTD_H 85#undef HAVE_UNISTD_H
209
210/* Define to 1 if you have the `vprintf' function. */
211#undef HAVE_VPRINTF
212 86
213/* Name of package */ 87/* Name of package */
214#undef PACKAGE 88#undef PACKAGE
215 89
216/* Define to the address where bug reports for this package should be sent. */ 90/* Define to the address where bug reports for this package should be sent. */
229#undef PACKAGE_VERSION 103#undef PACKAGE_VERSION
230 104
231/* Define as the return type of signal handlers (`int' or `void'). */ 105/* Define as the return type of signal handlers (`int' or `void'). */
232#undef RETSIGTYPE 106#undef RETSIGTYPE
233 107
234/* Define to 1 if the `setpgrp' function takes no argument. */
235#undef SETPGRP_VOID
236
237/* The size of `long', as computed by sizeof. */ 108/* The size of `long', as computed by sizeof. */
238#undef SIZEOF_LONG 109#undef SIZEOF_LONG
239 110
240/* The size of `long long', as computed by sizeof. */ 111/* The size of `long long', as computed by sizeof. */
241#undef SIZEOF_LONG_LONG 112#undef SIZEOF_LONG_LONG
242 113
243/* Define to 1 if you have the ANSI C header files. */ 114/* Define to 1 if you have the ANSI C header files. */
244#undef STDC_HEADERS 115#undef STDC_HEADERS
245
246/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
247#undef TIME_WITH_SYS_TIME
248
249/* Define to 1 if your <sys/time.h> declares `struct tm'. */
250#undef TM_IN_SYS_TIME
251 116
252/* Path to the uncompress binary */ 117/* Path to the uncompress binary */
253#undef UNCOMPRESS 118#undef UNCOMPRESS
254 119
255/* Version number of package */ 120/* Version number of package */
257 122
258/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 123/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
259 `char[]'. */ 124 `char[]'. */
260#undef YYTEXT_POINTER 125#undef YYTEXT_POINTER
261 126
262/* Define to empty if `const' does not conform to ANSI C. */
263#undef const
264
265/* Define to `int' if <sys/types.h> doesn't define. */
266#undef gid_t
267
268/* Define to `__inline__' or `__inline' if that's what the C compiler 127/* Define to `__inline__' or `__inline' if that's what the C compiler
269 calls it, or to nothing if 'inline' is not supported under any name. */ 128 calls it, or to nothing if 'inline' is not supported under any name. */
270#ifndef __cplusplus 129#ifndef __cplusplus
271#undef inline 130#undef inline
272#endif 131#endif
273
274/* Define to `int' if <sys/types.h> does not define. */
275#undef pid_t
276
277/* Define to `unsigned int' if <sys/types.h> does not define. */
278#undef size_t
279
280/* Define to `int' if <sys/types.h> doesn't define. */
281#undef uid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines