ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/autoconf.h.in
Revision: 1.2
Committed: Fri Feb 3 07:25:25 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +0 -3 lines
Log Message:
initial cfperl/cf.schmorp.de import

File Contents

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