* ports.c (scm_char_ready_p): bug fix: in SCM_PROC char-ready's
[bpt/guile.git] / libguile / scmconfig.h.in
1 /* 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 your struct stat has st_blksize. */
34 #undef HAVE_ST_BLKSIZE
35
36 /* Define if your struct stat has st_blocks. */
37 #undef HAVE_ST_BLOCKS
38
39 /* Define if your struct stat has st_rdev. */
40 #undef HAVE_ST_RDEV
41
42 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
43 #undef HAVE_SYS_WAIT_H
44
45 /* Define if on MINIX. */
46 #undef _MINIX
47
48 /* Define to `int' if <sys/types.h> doesn't define. */
49 #undef mode_t
50
51 /* Define if the system does not provide POSIX.1 features except
52 with this defined. */
53 #undef _POSIX_1_SOURCE
54
55 /* Define if you need to in order for stat and other things to work. */
56 #undef _POSIX_SOURCE
57
58 /* Define as the return type of signal handlers (int or void). */
59 #undef RETSIGTYPE
60
61 /* If using the C implementation of alloca, define if you know the
62 direction of stack growth for your system; otherwise it will be
63 automatically deduced at run-time.
64 STACK_DIRECTION > 0 => grows toward higher addresses
65 STACK_DIRECTION < 0 => grows toward lower addresses
66 STACK_DIRECTION = 0 => direction of growth unknown
67 */
68 #undef STACK_DIRECTION
69
70 /* Define if you have the ANSI C header files. */
71 #undef STDC_HEADERS
72
73 /* Define if you can safely include both <sys/time.h> and <time.h>. */
74 #undef TIME_WITH_SYS_TIME
75
76 /* Define to `int' if <sys/types.h> doesn't define. */
77 #undef uid_t
78
79 /* Define these two if you want support for debugging of Scheme
80 programs. */
81 #undef DEBUG_EXTENSIONS
82 #undef READER_EXTENSIONS
83
84 /* Define this if your system has a way to set a stdio stream's file
85 descriptor. You should also copy fd.h.in to fd.h, and give the
86 macro SET_FILE_FD_FIELD an appropriate definition. See
87 configure.in for more details. */
88 #undef HAVE_FD_SETTER
89
90 /* Define this if your system has a way to set a stdio stream's file
91 descriptor. You should also copy fd.h.in to fd.h, and give the
92 macro SET_FILE_FD_FIELD an appropriate definition. See
93 configure.in for more details. */
94 #undef HAVE_FD_SETTER
95
96 /* Set this to the name of a field in FILE which contains the number
97 of buffered characters waiting to be read. */
98 #undef FILE_CNT_FIELD
99
100 /* Define this if your stdio has _gptr and _egptr fields which can
101 be compared to give the number of buffered characters waiting to
102 be read. */
103 #undef FILE_CNT_GPTR
104
105 /* Define this if your stdio has _IO_read_ptr and _IO_read_end fields
106 which can be compared to give the number of buffered characters
107 waiting to be read. */
108 #undef FILE_CNT_READPTR
109
110 /* Define this if your system defines struct linger, for use with the
111 getsockopt and setsockopt system calls. */
112 #undef HAVE_STRUCT_LINGER
113
114 /* Define this if floats are the same size as longs. */
115 #undef SCM_SINGLES
116
117 /* Define this if a callee's stack frame has a higher address than the
118 caller's stack frame. On most machines, this is not the case. */
119 #undef SCM_STACK_GROWS_UP
120
121 /* Define this if <utime.h> doesn't define struct utimbuf unless
122 _POSIX_SOURCE is #defined. See GUILE_STRUCT_UTIMBUF in aclocal.m4. */
123 #undef UTIMBUF_NEEDS_POSIX
124
125 /* Define this if we should #include <libc.h> when we've already
126 #included <unistd.h>. On some systems, they conflict, and libc.h
127 should be omitted. See GUILE_HEADER_LIBC_WITH_UNISTD in
128 aclocal.m4. */
129 #undef LIBC_H_WITH_UNISTD_H
130
131 /* Define these to indicate the current version of Guile. These
132 values are supposed to be supplied by the configuration system. */
133 #undef GUILE_MAJOR_VERSION
134 #undef GUILE_MINOR_VERSION
135 #undef GUILE_VERSION
136
137 /* Define if using cooperative multithreading. */
138 #undef USE_COOP_THREADS
139
140 /* Define if using "FSU" pthreads. */
141 #undef USE_FSU_PTHREADS
142
143 /* Define if using MIT pthreads. */
144 #undef USE_MIT_PTHREADS
145
146 /* Define if using PCthreads pthreads. */
147 #undef USE_PCTHREADS_PTHREADS
148
149 /* Define if using any sort of threads. */
150 #undef USE_THREADS
151
152 /* Name of this package. */
153 #undef PACKAGE
154
155 /* Define if you want support for dynamic linking. */
156 #undef DYNAMIC_LINKING
157
158 /* Define if you have the ctermid function. */
159 #undef HAVE_CTERMID
160
161 /* Define if you have the ftime function. */
162 #undef HAVE_FTIME
163
164 /* Define if you have the getcwd function. */
165 #undef HAVE_GETCWD
166
167 /* Define if you have the geteuid function. */
168 #undef HAVE_GETEUID
169
170 /* Define if you have the inet_aton function. */
171 #undef HAVE_INET_ATON
172
173 /* Define if you have the lstat function. */
174 #undef HAVE_LSTAT
175
176 /* Define if you have the mkdir function. */
177 #undef HAVE_MKDIR
178
179 /* Define if you have the mknod function. */
180 #undef HAVE_MKNOD
181
182 /* Define if you have the nice function. */
183 #undef HAVE_NICE
184
185 /* Define if you have the putenv function. */
186 #undef HAVE_PUTENV
187
188 /* Define if you have the readlink function. */
189 #undef HAVE_READLINK
190
191 /* Define if you have the rename function. */
192 #undef HAVE_RENAME
193
194 /* Define if you have the rmdir function. */
195 #undef HAVE_RMDIR
196
197 /* Define if you have the select function. */
198 #undef HAVE_SELECT
199
200 /* Define if you have the setegid function. */
201 #undef HAVE_SETEGID
202
203 /* Define if you have the seteuid function. */
204 #undef HAVE_SETEUID
205
206 /* Define if you have the setlocale function. */
207 #undef HAVE_SETLOCALE
208
209 /* Define if you have the setpgid function. */
210 #undef HAVE_SETPGID
211
212 /* Define if you have the setsid function. */
213 #undef HAVE_SETSID
214
215 /* Define if you have the shl_load function. */
216 #undef HAVE_SHL_LOAD
217
218 /* Define if you have the strerror function. */
219 #undef HAVE_STRERROR
220
221 /* Define if you have the strftime function. */
222 #undef HAVE_STRFTIME
223
224 /* Define if you have the strptime function. */
225 #undef HAVE_STRPTIME
226
227 /* Define if you have the symlink function. */
228 #undef HAVE_SYMLINK
229
230 /* Define if you have the sync function. */
231 #undef HAVE_SYNC
232
233 /* Define if you have the tcgetpgrp function. */
234 #undef HAVE_TCGETPGRP
235
236 /* Define if you have the tcsetpgrp function. */
237 #undef HAVE_TCSETPGRP
238
239 /* Define if you have the times function. */
240 #undef HAVE_TIMES
241
242 /* Define if you have the uname function. */
243 #undef HAVE_UNAME
244
245 /* Define if you have the waitpid function. */
246 #undef HAVE_WAITPID
247
248 /* Define if you have the <dirent.h> header file. */
249 #undef HAVE_DIRENT_H
250
251 /* Define if you have the <libc.h> header file. */
252 #undef HAVE_LIBC_H
253
254 /* Define if you have the <limits.h> header file. */
255 #undef HAVE_LIMITS_H
256
257 /* Define if you have the <malloc.h> header file. */
258 #undef HAVE_MALLOC_H
259
260 /* Define if you have the <memory.h> header file. */
261 #undef HAVE_MEMORY_H
262
263 /* Define if you have the <ndir.h> header file. */
264 #undef HAVE_NDIR_H
265
266 /* Define if you have the <string.h> header file. */
267 #undef HAVE_STRING_H
268
269 /* Define if you have the <sys/dir.h> header file. */
270 #undef HAVE_SYS_DIR_H
271
272 /* Define if you have the <sys/ioctl.h> header file. */
273 #undef HAVE_SYS_IOCTL_H
274
275 /* Define if you have the <sys/ndir.h> header file. */
276 #undef HAVE_SYS_NDIR_H
277
278 /* Define if you have the <sys/select.h> header file. */
279 #undef HAVE_SYS_SELECT_H
280
281 /* Define if you have the <sys/time.h> header file. */
282 #undef HAVE_SYS_TIME_H
283
284 /* Define if you have the <sys/timeb.h> header file. */
285 #undef HAVE_SYS_TIMEB_H
286
287 /* Define if you have the <sys/times.h> header file. */
288 #undef HAVE_SYS_TIMES_H
289
290 /* Define if you have the <sys/types.h> header file. */
291 #undef HAVE_SYS_TYPES_H
292
293 /* Define if you have the <sys/utime.h> header file. */
294 #undef HAVE_SYS_UTIME_H
295
296 /* Define if you have the <time.h> header file. */
297 #undef HAVE_TIME_H
298
299 /* Define if you have the <unistd.h> header file. */
300 #undef HAVE_UNISTD_H
301
302 /* Define if you have the <utime.h> header file. */
303 #undef HAVE_UTIME_H
304
305 /* Define if you have the dl library (-ldl). */
306 #undef HAVE_LIBDL
307
308 /* Define if you have the dld library (-ldld). */
309 #undef HAVE_LIBDLD