* acconfig.h: Added entry for PACKAGE.
[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. */
86 #undef FD_SETTER
87
88 /* Set this to the name of a field in FILE which contains the number
89 of buffered characters waiting to be read. */
90 #undef FILE_CNT_FIELD
91
92 /* Define this if your stdio has _gptr and _egptr fields which can
93 be compared to give the number of buffered characters waiting to
94 be read. */
95 #undef FILE_CNT_GPTR
96
97 /* Define this if your stdio has _IO_read_ptr and _IO_read_end fields
98 which can be compared to give the number of buffered characters
99 waiting to be read. */
100 #undef FILE_CNT_READPTR
101
102 /* Define this if your system defines struct linger, for use with the
103 getsockopt and setsockopt system calls. */
104 #undef HAVE_STRUCT_LINGER
105
106 /* Define this if floats are the same size as longs. */
107 #undef SCM_SINGLES
108
109 /* Define this if a callee's stack frame has a higher address than the
110 caller's stack frame. On most machines, this is not the case. */
111 #undef SCM_STACK_GROWS_UP
112
113 /* Define this if <utime.h> doesn't define struct utimbuf unless
114 _POSIX_SOURCE is #defined. See GUILE_STRUCT_UTIMBUF in aclocal.m4. */
115 #undef UTIMBUF_NEEDS_POSIX
116
117 /* Define this if we should #include <libc.h> when we've already
118 #included <unistd.h>. On some systems, they conflict, and libc.h
119 should be omitted. See GUILE_HEADER_LIBC_WITH_UNISTD in
120 aclocal.m4. */
121 #undef LIBC_H_WITH_UNISTD_H
122
123 /* Define these to indicate the current version of Guile. These
124 values are supposed to be supplied by the configuration system. */
125 #undef GUILE_MAJOR_VERSION
126 #undef GUILE_MINOR_VERSION
127 #undef GUILE_VERSION
128
129 /* Define this to include various undocumented functions used to debug
130 the Guile library itself. */
131 #undef GUILE_DEBUG
132
133 /* Define if using cooperative multithreading. */
134 #undef USE_COOP_THREADS
135
136 /* Define if using "FSU" pthreads. */
137 #undef USE_FSU_PTHREADS
138
139 /* Define if using MIT pthreads. */
140 #undef USE_MIT_PTHREADS
141
142 /* Define if using PCthreads pthreads. */
143 #undef USE_PCTHREADS_PTHREADS
144
145 /* Define if using any sort of threads. */
146 #undef USE_THREADS
147
148 /* Define if you want support for dynamic linking. */
149 #undef DYNAMIC_LINKING
150
151 /* Name of the package we're building. */
152 #undef PACKAGE
153
154 /* Define if you have the ctermid function. */
155 #undef HAVE_CTERMID
156
157 /* Define if you have the ftime function. */
158 #undef HAVE_FTIME
159
160 /* Define if you have the getcwd function. */
161 #undef HAVE_GETCWD
162
163 /* Define if you have the geteuid function. */
164 #undef HAVE_GETEUID
165
166 /* Define if you have the gettimeofday function. */
167 #undef HAVE_GETTIMEOFDAY
168
169 /* Define if you have the inet_aton function. */
170 #undef HAVE_INET_ATON
171
172 /* Define if you have the lstat function. */
173 #undef HAVE_LSTAT
174
175 /* Define if you have the mkdir function. */
176 #undef HAVE_MKDIR
177
178 /* Define if you have the mknod function. */
179 #undef HAVE_MKNOD
180
181 /* Define if you have the nice function. */
182 #undef HAVE_NICE
183
184 /* Define if you have the putenv function. */
185 #undef HAVE_PUTENV
186
187 /* Define if you have the readlink function. */
188 #undef HAVE_READLINK
189
190 /* Define if you have the rename function. */
191 #undef HAVE_RENAME
192
193 /* Define if you have the rmdir function. */
194 #undef HAVE_RMDIR
195
196 /* Define if you have the select function. */
197 #undef HAVE_SELECT
198
199 /* Define if you have the setegid function. */
200 #undef HAVE_SETEGID
201
202 /* Define if you have the seteuid function. */
203 #undef HAVE_SETEUID
204
205 /* Define if you have the setlocale function. */
206 #undef HAVE_SETLOCALE
207
208 /* Define if you have the setpgid function. */
209 #undef HAVE_SETPGID
210
211 /* Define if you have the setsid function. */
212 #undef HAVE_SETSID
213
214 /* Define if you have the shl_load function. */
215 #undef HAVE_SHL_LOAD
216
217 /* Define if you have the strerror function. */
218 #undef HAVE_STRERROR
219
220 /* Define if you have the strftime function. */
221 #undef HAVE_STRFTIME
222
223 /* Define if you have the strptime function. */
224 #undef HAVE_STRPTIME
225
226 /* Define if you have the symlink function. */
227 #undef HAVE_SYMLINK
228
229 /* Define if you have the sync function. */
230 #undef HAVE_SYNC
231
232 /* Define if you have the tcgetpgrp function. */
233 #undef HAVE_TCGETPGRP
234
235 /* Define if you have the tcsetpgrp function. */
236 #undef HAVE_TCSETPGRP
237
238 /* Define if you have the times function. */
239 #undef HAVE_TIMES
240
241 /* Define if you have the uname function. */
242 #undef HAVE_UNAME
243
244 /* Define if you have the waitpid function. */
245 #undef HAVE_WAITPID
246
247 /* Define if you have the <dirent.h> header file. */
248 #undef HAVE_DIRENT_H
249
250 /* Define if you have the <libc.h> header file. */
251 #undef HAVE_LIBC_H
252
253 /* Define if you have the <limits.h> header file. */
254 #undef HAVE_LIMITS_H
255
256 /* Define if you have the <malloc.h> header file. */
257 #undef HAVE_MALLOC_H
258
259 /* Define if you have the <memory.h> header file. */
260 #undef HAVE_MEMORY_H
261
262 /* Define if you have the <ndir.h> header file. */
263 #undef HAVE_NDIR_H
264
265 /* Define if you have the <string.h> header file. */
266 #undef HAVE_STRING_H
267
268 /* Define if you have the <sys/dir.h> header file. */
269 #undef HAVE_SYS_DIR_H
270
271 /* Define if you have the <sys/ioctl.h> header file. */
272 #undef HAVE_SYS_IOCTL_H
273
274 /* Define if you have the <sys/ndir.h> header file. */
275 #undef HAVE_SYS_NDIR_H
276
277 /* Define if you have the <sys/select.h> header file. */
278 #undef HAVE_SYS_SELECT_H
279
280 /* Define if you have the <sys/time.h> header file. */
281 #undef HAVE_SYS_TIME_H
282
283 /* Define if you have the <sys/timeb.h> header file. */
284 #undef HAVE_SYS_TIMEB_H
285
286 /* Define if you have the <sys/times.h> header file. */
287 #undef HAVE_SYS_TIMES_H
288
289 /* Define if you have the <sys/types.h> header file. */
290 #undef HAVE_SYS_TYPES_H
291
292 /* Define if you have the <sys/utime.h> header file. */
293 #undef HAVE_SYS_UTIME_H
294
295 /* Define if you have the <time.h> header file. */
296 #undef HAVE_TIME_H
297
298 /* Define if you have the <unistd.h> header file. */
299 #undef HAVE_UNISTD_H
300
301 /* Define if you have the <utime.h> header file. */
302 #undef HAVE_UTIME_H
303
304 /* Define if you have the dl library (-ldl). */
305 #undef HAVE_LIBDL
306
307 /* Define if you have the dld library (-ldld). */
308 #undef HAVE_LIBDLD