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