*** empty log message ***
[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 /* Define if the operating system supplies bzero without declaring it. */
154 #undef MISSING_BZERO_DECL
155
156 /* Define if the operating system supplies strptime without declaring it. */
157 #undef MISSING_STRPTIME_DECL
158
159 /* Define if the operating system supplies sleep without declaring it. */
160 #undef MISSING_SLEEP_DECL
161
162 /* Define if the operating system supplies usleep without declaring it. */
163 #undef MISSING_USLEEP_DECL
164
165 /* Define if the system headers declare usleep to return void. */
166 #undef USLEEP_RETURNS_VOID
167
168 /* Define if the compiler supports long longs. */
169 #undef HAVE_LONG_LONGS
170
171 /* The number of bytes in a int. */
172 #undef SIZEOF_INT
173
174 /* The number of bytes in a long. */
175 #undef SIZEOF_LONG
176
177 /* Define if you have the atexit function. */
178 #undef HAVE_ATEXIT
179
180 /* Define if you have the bzero function. */
181 #undef HAVE_BZERO
182
183 /* Define if you have the connect function. */
184 #undef HAVE_CONNECT
185
186 /* Define if you have the ctermid function. */
187 #undef HAVE_CTERMID
188
189 /* Define if you have the dlopen function. */
190 #undef HAVE_DLOPEN
191
192 /* Define if you have the endhostent function. */
193 #undef HAVE_ENDHOSTENT
194
195 /* Define if you have the endnetent function. */
196 #undef HAVE_ENDNETENT
197
198 /* Define if you have the endprotoent function. */
199 #undef HAVE_ENDPROTOENT
200
201 /* Define if you have the endservent function. */
202 #undef HAVE_ENDSERVENT
203
204 /* Define if you have the ftime function. */
205 #undef HAVE_FTIME
206
207 /* Define if you have the getcwd function. */
208 #undef HAVE_GETCWD
209
210 /* Define if you have the geteuid function. */
211 #undef HAVE_GETEUID
212
213 /* Define if you have the getgroups function. */
214 #undef HAVE_GETGROUPS
215
216 /* Define if you have the gethostbyname function. */
217 #undef HAVE_GETHOSTBYNAME
218
219 /* Define if you have the gethostent function. */
220 #undef HAVE_GETHOSTENT
221
222 /* Define if you have the getnetbyaddr function. */
223 #undef HAVE_GETNETBYADDR
224
225 /* Define if you have the getnetbyname function. */
226 #undef HAVE_GETNETBYNAME
227
228 /* Define if you have the getnetent function. */
229 #undef HAVE_GETNETENT
230
231 /* Define if you have the getprotoent function. */
232 #undef HAVE_GETPROTOENT
233
234 /* Define if you have the getservent function. */
235 #undef HAVE_GETSERVENT
236
237 /* Define if you have the gettimeofday function. */
238 #undef HAVE_GETTIMEOFDAY
239
240 /* Define if you have the inet_aton function. */
241 #undef HAVE_INET_ATON
242
243 /* Define if you have the inet_lnaof function. */
244 #undef HAVE_INET_LNAOF
245
246 /* Define if you have the inet_makeaddr function. */
247 #undef HAVE_INET_MAKEADDR
248
249 /* Define if you have the inet_netof function. */
250 #undef HAVE_INET_NETOF
251
252 /* Define if you have the lstat function. */
253 #undef HAVE_LSTAT
254
255 /* Define if you have the memmove function. */
256 #undef HAVE_MEMMOVE
257
258 /* Define if you have the mkdir function. */
259 #undef HAVE_MKDIR
260
261 /* Define if you have the mknod function. */
262 #undef HAVE_MKNOD
263
264 /* Define if you have the nice function. */
265 #undef HAVE_NICE
266
267 /* Define if you have the on_exit function. */
268 #undef HAVE_ON_EXIT
269
270 /* Define if you have the pause function. */
271 #undef HAVE_PAUSE
272
273 /* Define if you have the putenv function. */
274 #undef HAVE_PUTENV
275
276 /* Define if you have the readlink function. */
277 #undef HAVE_READLINK
278
279 /* Define if you have the rename function. */
280 #undef HAVE_RENAME
281
282 /* Define if you have the rmdir function. */
283 #undef HAVE_RMDIR
284
285 /* Define if you have the select function. */
286 #undef HAVE_SELECT
287
288 /* Define if you have the setegid function. */
289 #undef HAVE_SETEGID
290
291 /* Define if you have the seteuid function. */
292 #undef HAVE_SETEUID
293
294 /* Define if you have the sethostent function. */
295 #undef HAVE_SETHOSTENT
296
297 /* Define if you have the setlocale function. */
298 #undef HAVE_SETLOCALE
299
300 /* Define if you have the setnetent function. */
301 #undef HAVE_SETNETENT
302
303 /* Define if you have the setpgid function. */
304 #undef HAVE_SETPGID
305
306 /* Define if you have the setprotoent function. */
307 #undef HAVE_SETPROTOENT
308
309 /* Define if you have the setpwent function. */
310 #undef HAVE_SETPWENT
311
312 /* Define if you have the setservent function. */
313 #undef HAVE_SETSERVENT
314
315 /* Define if you have the setsid function. */
316 #undef HAVE_SETSID
317
318 /* Define if you have the shl_load function. */
319 #undef HAVE_SHL_LOAD
320
321 /* Define if you have the sigaction function. */
322 #undef HAVE_SIGACTION
323
324 /* Define if you have the socketpair function. */
325 #undef HAVE_SOCKETPAIR
326
327 /* Define if you have the strdup function. */
328 #undef HAVE_STRDUP
329
330 /* Define if you have the strerror function. */
331 #undef HAVE_STRERROR
332
333 /* Define if you have the strftime function. */
334 #undef HAVE_STRFTIME
335
336 /* Define if you have the strptime function. */
337 #undef HAVE_STRPTIME
338
339 /* Define if you have the symlink function. */
340 #undef HAVE_SYMLINK
341
342 /* Define if you have the sync function. */
343 #undef HAVE_SYNC
344
345 /* Define if you have the system function. */
346 #undef HAVE_SYSTEM
347
348 /* Define if you have the tcgetpgrp function. */
349 #undef HAVE_TCGETPGRP
350
351 /* Define if you have the tcsetpgrp function. */
352 #undef HAVE_TCSETPGRP
353
354 /* Define if you have the times function. */
355 #undef HAVE_TIMES
356
357 /* Define if you have the tzset function. */
358 #undef HAVE_TZSET
359
360 /* Define if you have the uname function. */
361 #undef HAVE_UNAME
362
363 /* Define if you have the usleep function. */
364 #undef HAVE_USLEEP
365
366 /* Define if you have the waitpid function. */
367 #undef HAVE_WAITPID
368
369 /* Define if you have the <dirent.h> header file. */
370 #undef HAVE_DIRENT_H
371
372 /* Define if you have the <io.h> header file. */
373 #undef HAVE_IO_H
374
375 /* Define if you have the <libc.h> header file. */
376 #undef HAVE_LIBC_H
377
378 /* Define if you have the <limits.h> header file. */
379 #undef HAVE_LIMITS_H
380
381 /* Define if you have the <malloc.h> header file. */
382 #undef HAVE_MALLOC_H
383
384 /* Define if you have the <memory.h> header file. */
385 #undef HAVE_MEMORY_H
386
387 /* Define if you have the <ndir.h> header file. */
388 #undef HAVE_NDIR_H
389
390 /* Define if you have the <regex.h> header file. */
391 #undef HAVE_REGEX_H
392
393 /* Define if you have the <rx/rxposix.h> header file. */
394 #undef HAVE_RX_RXPOSIX_H
395
396 /* Define if you have the <rxposix.h> header file. */
397 #undef HAVE_RXPOSIX_H
398
399 /* Define if you have the <string.h> header file. */
400 #undef HAVE_STRING_H
401
402 /* Define if you have the <sys/dir.h> header file. */
403 #undef HAVE_SYS_DIR_H
404
405 /* Define if you have the <sys/ioctl.h> header file. */
406 #undef HAVE_SYS_IOCTL_H
407
408 /* Define if you have the <sys/ndir.h> header file. */
409 #undef HAVE_SYS_NDIR_H
410
411 /* Define if you have the <sys/select.h> header file. */
412 #undef HAVE_SYS_SELECT_H
413
414 /* Define if you have the <sys/time.h> header file. */
415 #undef HAVE_SYS_TIME_H
416
417 /* Define if you have the <sys/timeb.h> header file. */
418 #undef HAVE_SYS_TIMEB_H
419
420 /* Define if you have the <sys/times.h> header file. */
421 #undef HAVE_SYS_TIMES_H
422
423 /* Define if you have the <sys/types.h> header file. */
424 #undef HAVE_SYS_TYPES_H
425
426 /* Define if you have the <sys/utime.h> header file. */
427 #undef HAVE_SYS_UTIME_H
428
429 /* Define if you have the <time.h> header file. */
430 #undef HAVE_TIME_H
431
432 /* Define if you have the <unistd.h> header file. */
433 #undef HAVE_UNISTD_H
434
435 /* Define if you have the <utime.h> header file. */
436 #undef HAVE_UTIME_H
437
438 /* Define if you have the dl library (-ldl). */
439 #undef HAVE_LIBDL
440
441 /* Define if you have the dld library (-ldld). */
442 #undef HAVE_LIBDLD
443
444 /* Define if you have the m library (-lm). */
445 #undef HAVE_LIBM
446
447 /* Define if you have the nsl library (-lnsl). */
448 #undef HAVE_LIBNSL
449
450 /* Define if you have the rx library (-lrx). */
451 #undef HAVE_LIBRX
452
453 /* Define if you have the socket library (-lsocket). */
454 #undef HAVE_LIBSOCKET