support new configure options: --disable-posix, --disable-net
[bpt/guile.git] / libguile / scmconfig.h.in
1 /* libguile/scmconfig.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
9
10 /* Define if using alloca.c. */
11 #undef C_ALLOCA
12
13 /* Define to empty if the keyword does not work. */
14 #undef const
15
16 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
17 This function is required for alloca.c support on those systems. */
18 #undef CRAY_STACKSEG_END
19
20 /* Define to the type of elements in the array set by `getgroups'.
21 Usually this is either `int' or `gid_t'. */
22 #undef GETGROUPS_T
23
24 /* Define to `int' if <sys/types.h> doesn't define. */
25 #undef gid_t
26
27 /* Define if you have alloca, as a function or macro. */
28 #undef HAVE_ALLOCA
29
30 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
31 #undef HAVE_ALLOCA_H
32
33 /* Define if system calls automatically restart after interruption
34 by a signal. */
35 #undef HAVE_RESTARTABLE_SYSCALLS
36
37 /* Define if your struct stat has st_blksize. */
38 #undef HAVE_ST_BLKSIZE
39
40 /* Define if your struct stat has st_blocks. */
41 #undef HAVE_ST_BLOCKS
42
43 /* Define if your struct stat has st_rdev. */
44 #undef HAVE_ST_RDEV
45
46 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
47 #undef HAVE_SYS_WAIT_H
48
49 /* Define if your struct tm has tm_zone. */
50 #undef HAVE_TM_ZONE
51
52 /* Define if you don't have tm_zone but do have the external array
53 tzname. */
54 #undef HAVE_TZNAME
55
56 /* Define as __inline if that's what the C compiler calls it. */
57 #undef inline
58
59 /* Define if on MINIX. */
60 #undef _MINIX
61
62 /* Define to `int' if <sys/types.h> doesn't define. */
63 #undef mode_t
64
65 /* Define if the system does not provide POSIX.1 features except
66 with this defined. */
67 #undef _POSIX_1_SOURCE
68
69 /* Define if you need to in order for stat and other things to work. */
70 #undef _POSIX_SOURCE
71
72 /* Define as the return type of signal handlers (int or void). */
73 #undef RETSIGTYPE
74
75 /* If using the C implementation of alloca, define if you know the
76 direction of stack growth for your system; otherwise it will be
77 automatically deduced at run-time.
78 STACK_DIRECTION > 0 => grows toward higher addresses
79 STACK_DIRECTION < 0 => grows toward lower addresses
80 STACK_DIRECTION = 0 => direction of growth unknown
81 */
82 #undef STACK_DIRECTION
83
84 /* Define if you have the ANSI C header files. */
85 #undef STDC_HEADERS
86
87 /* Define if you can safely include both <sys/time.h> and <time.h>. */
88 #undef TIME_WITH_SYS_TIME
89
90 /* Define if your <sys/time.h> declares struct tm. */
91 #undef TM_IN_SYS_TIME
92
93 /* Define to `int' if <sys/types.h> doesn't define. */
94 #undef uid_t
95
96 /* Define these two if you want support for debugging of Scheme
97 programs. */
98 #undef DEBUG_EXTENSIONS
99 #undef READER_EXTENSIONS
100
101 /* Define this if your system defines S_ISLNK in sys/stat.h */
102 #undef HAVE_S_ISLNK
103
104 /* Define this if your system defines struct linger, for use with the
105 getsockopt and setsockopt system calls. */
106 #undef HAVE_STRUCT_LINGER
107
108 /* Define this if floats are the same size as longs. */
109 #undef SCM_SINGLES
110
111 /* Define this if a callee's stack frame has a higher address than the
112 caller's stack frame. On most machines, this is not the case. */
113 #undef SCM_STACK_GROWS_UP
114
115 /* Define this if <utime.h> doesn't define struct utimbuf unless
116 _POSIX_SOURCE is #defined. See GUILE_STRUCT_UTIMBUF in aclocal.m4. */
117 #undef UTIMBUF_NEEDS_POSIX
118
119 /* Define this if we should #include <libc.h> when we've already
120 #included <unistd.h>. On some systems, they conflict, and libc.h
121 should be omitted. See GUILE_HEADER_LIBC_WITH_UNISTD in
122 aclocal.m4. */
123 #undef LIBC_H_WITH_UNISTD_H
124
125 /* Define this to include various undocumented functions used to debug
126 the Guile library itself. */
127 #undef GUILE_DEBUG
128
129 /* Define to implement scm_internal_select */
130 #undef GUILE_ISELECT
131
132 /* Define if using cooperative multithreading. */
133 #undef USE_COOP_THREADS
134
135 /* Define if using any sort of threads. */
136 #undef USE_THREADS
137
138 /* Define if you want support for dynamic linking. */
139 #undef DYNAMIC_LINKING
140
141 /* Define if symbol tables on this system use leading underscores. */
142 #undef USCORE
143
144 /* Define if dlsym automatically supplies a leading underscore. */
145 #undef DLSYM_ADDS_USCORE
146
147 /* Define if the system supports Unix-domain (file-domain) sockets. */
148 #undef HAVE_UNIX_DOMAIN_SOCKETS
149
150 /* This is included as part of a workaround for a autoheader bug. */
151 #undef HAVE_REGCOMP
152
153 #undef HAVE_POSIX
154
155 #undef HAVE_NETWORKING
156
157 /* Define if the operating system supplies bzero without declaring it. */
158 #undef MISSING_BZERO_DECL
159
160 /* Define if the operating system supplies strptime without declaring it. */
161 #undef MISSING_STRPTIME_DECL
162
163 /* Define if the operating system supplies sleep without declaring it. */
164 #undef MISSING_SLEEP_DECL
165
166 /* Define if the operating system supplies usleep without declaring it. */
167 #undef MISSING_USLEEP_DECL
168
169 /* Define if the system headers declare usleep to return void. */
170 #undef USLEEP_RETURNS_VOID
171
172 /* Define if the compiler supports long longs. */
173 #undef HAVE_LONG_LONGS
174
175 /* The number of bytes in a int. */
176 #undef SIZEOF_INT
177
178 /* The number of bytes in a long. */
179 #undef SIZEOF_LONG
180
181 /* Define if you have the atexit function. */
182 #undef HAVE_ATEXIT
183
184 /* Define if you have the bzero function. */
185 #undef HAVE_BZERO
186
187 /* Define if you have the connect function. */
188 #undef HAVE_CONNECT
189
190 /* Define if you have the ctermid function. */
191 #undef HAVE_CTERMID
192
193 /* Define if you have the dlopen function. */
194 #undef HAVE_DLOPEN
195
196 /* Define if you have the endhostent function. */
197 #undef HAVE_ENDHOSTENT
198
199 /* Define if you have the endnetent function. */
200 #undef HAVE_ENDNETENT
201
202 /* Define if you have the endprotoent function. */
203 #undef HAVE_ENDPROTOENT
204
205 /* Define if you have the endservent function. */
206 #undef HAVE_ENDSERVENT
207
208 /* Define if you have the ftime function. */
209 #undef HAVE_FTIME
210
211 /* Define if you have the getcwd function. */
212 #undef HAVE_GETCWD
213
214 /* Define if you have the geteuid function. */
215 #undef HAVE_GETEUID
216
217 /* Define if you have the getgroups function. */
218 #undef HAVE_GETGROUPS
219
220 /* Define if you have the gethostbyname function. */
221 #undef HAVE_GETHOSTBYNAME
222
223 /* Define if you have the gethostent function. */
224 #undef HAVE_GETHOSTENT
225
226 /* Define if you have the getnetbyaddr function. */
227 #undef HAVE_GETNETBYADDR
228
229 /* Define if you have the getnetbyname function. */
230 #undef HAVE_GETNETBYNAME
231
232 /* Define if you have the getnetent function. */
233 #undef HAVE_GETNETENT
234
235 /* Define if you have the getprotoent function. */
236 #undef HAVE_GETPROTOENT
237
238 /* Define if you have the getservent function. */
239 #undef HAVE_GETSERVENT
240
241 /* Define if you have the gettimeofday function. */
242 #undef HAVE_GETTIMEOFDAY
243
244 /* Define if you have the inet_aton function. */
245 #undef HAVE_INET_ATON
246
247 /* Define if you have the inet_lnaof function. */
248 #undef HAVE_INET_LNAOF
249
250 /* Define if you have the inet_makeaddr function. */
251 #undef HAVE_INET_MAKEADDR
252
253 /* Define if you have the inet_netof function. */
254 #undef HAVE_INET_NETOF
255
256 /* Define if you have the lstat function. */
257 #undef HAVE_LSTAT
258
259 /* Define if you have the memmove function. */
260 #undef HAVE_MEMMOVE
261
262 /* Define if you have the mkdir function. */
263 #undef HAVE_MKDIR
264
265 /* Define if you have the mknod function. */
266 #undef HAVE_MKNOD
267
268 /* Define if you have the nice function. */
269 #undef HAVE_NICE
270
271 /* Define if you have the on_exit function. */
272 #undef HAVE_ON_EXIT
273
274 /* Define if you have the pause function. */
275 #undef HAVE_PAUSE
276
277 /* Define if you have the putenv function. */
278 #undef HAVE_PUTENV
279
280 /* Define if you have the readlink function. */
281 #undef HAVE_READLINK
282
283 /* Define if you have the rename function. */
284 #undef HAVE_RENAME
285
286 /* Define if you have the rmdir function. */
287 #undef HAVE_RMDIR
288
289 /* Define if you have the select function. */
290 #undef HAVE_SELECT
291
292 /* Define if you have the setegid function. */
293 #undef HAVE_SETEGID
294
295 /* Define if you have the seteuid function. */
296 #undef HAVE_SETEUID
297
298 /* Define if you have the sethostent function. */
299 #undef HAVE_SETHOSTENT
300
301 /* Define if you have the setlocale function. */
302 #undef HAVE_SETLOCALE
303
304 /* Define if you have the setnetent function. */
305 #undef HAVE_SETNETENT
306
307 /* Define if you have the setpgid function. */
308 #undef HAVE_SETPGID
309
310 /* Define if you have the setprotoent function. */
311 #undef HAVE_SETPROTOENT
312
313 /* Define if you have the setpwent function. */
314 #undef HAVE_SETPWENT
315
316 /* Define if you have the setservent function. */
317 #undef HAVE_SETSERVENT
318
319 /* Define if you have the setsid function. */
320 #undef HAVE_SETSID
321
322 /* Define if you have the shl_load function. */
323 #undef HAVE_SHL_LOAD
324
325 /* Define if you have the sigaction function. */
326 #undef HAVE_SIGACTION
327
328 /* Define if you have the siginterrupt function. */
329 #undef HAVE_SIGINTERRUPT
330
331 /* Define if you have the socketpair function. */
332 #undef HAVE_SOCKETPAIR
333
334 /* Define if you have the strdup function. */
335 #undef HAVE_STRDUP
336
337 /* Define if you have the strerror function. */
338 #undef HAVE_STRERROR
339
340 /* Define if you have the strftime function. */
341 #undef HAVE_STRFTIME
342
343 /* Define if you have the strptime function. */
344 #undef HAVE_STRPTIME
345
346 /* Define if you have the symlink function. */
347 #undef HAVE_SYMLINK
348
349 /* Define if you have the sync function. */
350 #undef HAVE_SYNC
351
352 /* Define if you have the system function. */
353 #undef HAVE_SYSTEM
354
355 /* Define if you have the tcgetpgrp function. */
356 #undef HAVE_TCGETPGRP
357
358 /* Define if you have the tcsetpgrp function. */
359 #undef HAVE_TCSETPGRP
360
361 /* Define if you have the times function. */
362 #undef HAVE_TIMES
363
364 /* Define if you have the tzset function. */
365 #undef HAVE_TZSET
366
367 /* Define if you have the uname function. */
368 #undef HAVE_UNAME
369
370 /* Define if you have the usleep function. */
371 #undef HAVE_USLEEP
372
373 /* Define if you have the waitpid function. */
374 #undef HAVE_WAITPID
375
376 /* Define if you have the <dirent.h> header file. */
377 #undef HAVE_DIRENT_H
378
379 /* Define if you have the <io.h> header file. */
380 #undef HAVE_IO_H
381
382 /* Define if you have the <libc.h> header file. */
383 #undef HAVE_LIBC_H
384
385 /* Define if you have the <limits.h> header file. */
386 #undef HAVE_LIMITS_H
387
388 /* Define if you have the <malloc.h> header file. */
389 #undef HAVE_MALLOC_H
390
391 /* Define if you have the <memory.h> header file. */
392 #undef HAVE_MEMORY_H
393
394 /* Define if you have the <ndir.h> header file. */
395 #undef HAVE_NDIR_H
396
397 /* Define if you have the <regex.h> header file. */
398 #undef HAVE_REGEX_H
399
400 /* Define if you have the <rx/rxposix.h> header file. */
401 #undef HAVE_RX_RXPOSIX_H
402
403 /* Define if you have the <rxposix.h> header file. */
404 #undef HAVE_RXPOSIX_H
405
406 /* Define if you have the <string.h> header file. */
407 #undef HAVE_STRING_H
408
409 /* Define if you have the <sys/dir.h> header file. */
410 #undef HAVE_SYS_DIR_H
411
412 /* Define if you have the <sys/ioctl.h> header file. */
413 #undef HAVE_SYS_IOCTL_H
414
415 /* Define if you have the <sys/ndir.h> header file. */
416 #undef HAVE_SYS_NDIR_H
417
418 /* Define if you have the <sys/select.h> header file. */
419 #undef HAVE_SYS_SELECT_H
420
421 /* Define if you have the <sys/time.h> header file. */
422 #undef HAVE_SYS_TIME_H
423
424 /* Define if you have the <sys/timeb.h> header file. */
425 #undef HAVE_SYS_TIMEB_H
426
427 /* Define if you have the <sys/times.h> header file. */
428 #undef HAVE_SYS_TIMES_H
429
430 /* Define if you have the <sys/types.h> header file. */
431 #undef HAVE_SYS_TYPES_H
432
433 /* Define if you have the <sys/utime.h> header file. */
434 #undef HAVE_SYS_UTIME_H
435
436 /* Define if you have the <time.h> header file. */
437 #undef HAVE_TIME_H
438
439 /* Define if you have the <unistd.h> header file. */
440 #undef HAVE_UNISTD_H
441
442 /* Define if you have the <utime.h> header file. */
443 #undef HAVE_UTIME_H
444
445 /* Define if you have the dl library (-ldl). */
446 #undef HAVE_LIBDL
447
448 /* Define if you have the dld library (-ldld). */
449 #undef HAVE_LIBDLD
450
451 /* Define if you have the m library (-lm). */
452 #undef HAVE_LIBM
453
454 /* Define if you have the nsl library (-lnsl). */
455 #undef HAVE_LIBNSL
456
457 /* Define if you have the rx library (-lrx). */
458 #undef HAVE_LIBRX
459
460 /* Define if you have the socket library (-lsocket). */
461 #undef HAVE_LIBSOCKET