* throw.c (jbsmob): Jump buffers are now correctly allocated.
[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
b09ca643
JB
57/* Define this if your system has a way to set a stdio stream's file
58 descriptor. You should also copy fd.h.in to fd.h, and give the
59 macro SET_FILE_FD_FIELD an appropriate definition. See
60 configure.in for more details. */
61#undef HAVE_FD_SETTER
62
63/* Define this if your system defines struct linger, for use with the
64 getsockopt and setsockopt system calls. */
65#undef HAVE_STRUCT_LINGER
66
67/* Define this if floats are the same size as longs. */
68#undef SCM_SINGLES
69
70/* Define this if a callee's stack frame has a higher address than the
71 caller's stack frame. On most machines, this is not the case. */
72#undef SCM_STACK_GROWS_UP
73
1fd838af
JB
74/* Define if you have the ctermid function. */
75#undef HAVE_CTERMID
76
0f2d19dd
JB
77/* Define if you have the ftime function. */
78#undef HAVE_FTIME
79
80/* Define if you have the getcwd function. */
81#undef HAVE_GETCWD
82
83/* Define if you have the geteuid function. */
84#undef HAVE_GETEUID
85
86/* Define if you have the lstat function. */
87#undef HAVE_LSTAT
88
89/* Define if you have the mkdir function. */
90#undef HAVE_MKDIR
91
92/* Define if you have the mknod function. */
93#undef HAVE_MKNOD
94
95/* Define if you have the nice function. */
96#undef HAVE_NICE
97
98/* Define if you have the putenv function. */
99#undef HAVE_PUTENV
100
101/* Define if you have the readlink function. */
102#undef HAVE_READLINK
103
104/* Define if you have the rename function. */
105#undef HAVE_RENAME
106
107/* Define if you have the rmdir function. */
108#undef HAVE_RMDIR
109
110/* Define if you have the select function. */
111#undef HAVE_SELECT
112
b09ca643
JB
113/* Define if you have the setegid function. */
114#undef HAVE_SETEGID
115
116/* Define if you have the seteuid function. */
117#undef HAVE_SETEUID
118
0f2d19dd
JB
119/* Define if you have the setlocale function. */
120#undef HAVE_SETLOCALE
121
1fd838af
JB
122/* Define if you have the setpgid function. */
123#undef HAVE_SETPGID
124
125/* Define if you have the setsid function. */
126#undef HAVE_SETSID
127
0f2d19dd
JB
128/* Define if you have the strftime function. */
129#undef HAVE_STRFTIME
130
131/* Define if you have the strptime function. */
132#undef HAVE_STRPTIME
133
134/* Define if you have the symlink function. */
135#undef HAVE_SYMLINK
136
137/* Define if you have the sync function. */
138#undef HAVE_SYNC
139
1fd838af
JB
140/* Define if you have the tcgetpgrp function. */
141#undef HAVE_TCGETPGRP
142
143/* Define if you have the tcsetpgrp function. */
144#undef HAVE_TCSETPGRP
145
0f2d19dd
JB
146/* Define if you have the times function. */
147#undef HAVE_TIMES
148
149/* Define if you have the uname function. */
150#undef HAVE_UNAME
151
1fd838af
JB
152/* Define if you have the waitpid function. */
153#undef HAVE_WAITPID
154
0f2d19dd
JB
155/* Define if you have the <dirent.h> header file. */
156#undef HAVE_DIRENT_H
157
b09ca643
JB
158/* Define if you have the <libc.h> header file. */
159#undef HAVE_LIBC_H
160
0f2d19dd
JB
161/* Define if you have the <limits.h> header file. */
162#undef HAVE_LIMITS_H
163
164/* Define if you have the <malloc.h> header file. */
165#undef HAVE_MALLOC_H
166
167/* Define if you have the <memory.h> header file. */
168#undef HAVE_MEMORY_H
169
170/* Define if you have the <ndir.h> header file. */
171#undef HAVE_NDIR_H
172
173/* Define if you have the <string.h> header file. */
174#undef HAVE_STRING_H
175
176/* Define if you have the <sys/dir.h> header file. */
177#undef HAVE_SYS_DIR_H
178
179/* Define if you have the <sys/ndir.h> header file. */
180#undef HAVE_SYS_NDIR_H
181
182/* Define if you have the <sys/select.h> header file. */
183#undef HAVE_SYS_SELECT_H
184
185/* Define if you have the <sys/time.h> header file. */
186#undef HAVE_SYS_TIME_H
187
188/* Define if you have the <sys/timeb.h> header file. */
189#undef HAVE_SYS_TIMEB_H
190
191/* Define if you have the <sys/times.h> header file. */
192#undef HAVE_SYS_TIMES_H
193
194/* Define if you have the <sys/types.h> header file. */
195#undef HAVE_SYS_TYPES_H
196
95b88819
GH
197/* Define if you have the <sys/ioctl.h> header file. */
198#undef HAVE_SYS_IOCTL_H
199
0f2d19dd
JB
200/* Define if you have the <time.h> header file. */
201#undef HAVE_TIME_H
202
203/* Define if you have the <unistd.h> header file. */
204#undef HAVE_UNISTD_H