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.8 by elmex, Tue Aug 29 09:27:58 2006 UTC vs.
Revision 1.9 by root, Thu Dec 14 22:45:40 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. */
80#undef HAVE_LIBSOCKET 64#undef HAVE_LIBSOCKET
81 65
82/* Define if libz is available */ 66/* Define if libz is available */
83#undef HAVE_LIBZ 67#undef HAVE_LIBZ
84 68
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. */ 69/* Define to 1 if you have the <memory.h> header file. */
92#undef HAVE_MEMORY_H 70#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 71
133/* Define to 1 if you have the <stdint.h> header file. */ 72/* Define to 1 if you have the <stdint.h> header file. */
134#undef HAVE_STDINT_H 73#undef HAVE_STDINT_H
135 74
136/* Define to 1 if you have the <stdlib.h> header file. */ 75/* Define to 1 if you have the <stdlib.h> header file. */
137#undef HAVE_STDLIB_H 76#undef HAVE_STDLIB_H
138 77
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. */ 78/* Define to 1 if you have the <strings.h> header file. */
152#undef HAVE_STRINGS_H 79#undef HAVE_STRINGS_H
153 80
154/* Define to 1 if you have the <string.h> header file. */ 81/* Define to 1 if you have the <string.h> header file. */
155#undef HAVE_STRING_H 82#undef HAVE_STRING_H
156 83
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. */ 84/* Define to 1 if you have the <sys/stat.h> header file. */
187#undef HAVE_SYS_STAT_H 85#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 86
198/* Define to 1 if you have the <sys/types.h> header file. */ 87/* Define to 1 if you have the <sys/types.h> header file. */
199#undef HAVE_SYS_TYPES_H 88#undef HAVE_SYS_TYPES_H
200 89
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. */ 90/* Define to 1 if you have the <unistd.h> header file. */
205#undef HAVE_UNISTD_H 91#undef HAVE_UNISTD_H
206
207/* Define to 1 if you have the `vprintf' function. */
208#undef HAVE_VPRINTF
209 92
210/* Name of package */ 93/* Name of package */
211#undef PACKAGE 94#undef PACKAGE
212 95
213/* Define to the address where bug reports for this package should be sent. */ 96/* Define to the address where bug reports for this package should be sent. */
226#undef PACKAGE_VERSION 109#undef PACKAGE_VERSION
227 110
228/* Define as the return type of signal handlers (`int' or `void'). */ 111/* Define as the return type of signal handlers (`int' or `void'). */
229#undef RETSIGTYPE 112#undef RETSIGTYPE
230 113
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. */ 114/* The size of `long', as computed by sizeof. */
235#undef SIZEOF_LONG 115#undef SIZEOF_LONG
236 116
237/* The size of `long long', as computed by sizeof. */ 117/* The size of `long long', as computed by sizeof. */
238#undef SIZEOF_LONG_LONG 118#undef SIZEOF_LONG_LONG
239 119
240/* Define to 1 if you have the ANSI C header files. */ 120/* Define to 1 if you have the ANSI C header files. */
241#undef STDC_HEADERS 121#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 122
249/* Path to the uncompress binary */ 123/* Path to the uncompress binary */
250#undef UNCOMPRESS 124#undef UNCOMPRESS
251 125
252/* Version number of package */ 126/* Version number of package */
254 128
255/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 129/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
256 `char[]'. */ 130 `char[]'. */
257#undef YYTEXT_POINTER 131#undef YYTEXT_POINTER
258 132
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 133/* 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. */ 134 calls it, or to nothing if 'inline' is not supported under any name. */
267#ifndef __cplusplus 135#ifndef __cplusplus
268#undef inline 136#undef inline
269#endif 137#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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines