let fdsocket.c compile if struct linger is missing
[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 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
35 /* Define if the system does not provide POSIX.1 features except
36 with this defined. */
37 #undef _POSIX_1_SOURCE
38
39 /* Define if you need to in order for stat and other things to work. */
40 #undef _POSIX_SOURCE
41
42 /* Define as the return type of signal handlers (int or void). */
43 #undef RETSIGTYPE
44
45 /* Define if you have the ANSI C header files. */
46 #undef STDC_HEADERS
47
48 /* Define if you can safely include both <sys/time.h> and <time.h>. */
49 #undef TIME_WITH_SYS_TIME
50
51 /* Define to `int' if <sys/types.h> doesn't define. */
52 #undef uid_t
53
54 /* Define if you have the ftime function. */
55 #undef HAVE_FTIME
56
57 /* Define if you have the getcwd function. */
58 #undef HAVE_GETCWD
59
60 /* Define if you have the geteuid function. */
61 #undef HAVE_GETEUID
62
63 /* Define if you have the lstat function. */
64 #undef HAVE_LSTAT
65
66 /* Define if you have the mkdir function. */
67 #undef HAVE_MKDIR
68
69 /* Define if you have the mknod function. */
70 #undef HAVE_MKNOD
71
72 /* Define if you have the nice function. */
73 #undef HAVE_NICE
74
75 /* Define if you have the putenv function. */
76 #undef HAVE_PUTENV
77
78 /* Define if you have the readlink function. */
79 #undef HAVE_READLINK
80
81 /* Define if you have the rename function. */
82 #undef HAVE_RENAME
83
84 /* Define if you have the rmdir function. */
85 #undef HAVE_RMDIR
86
87 /* Define if you have the select function. */
88 #undef HAVE_SELECT
89
90 /* Define if you have the setlocale function. */
91 #undef HAVE_SETLOCALE
92
93 /* Define if you have the strftime function. */
94 #undef HAVE_STRFTIME
95
96 /* Define if you have the strptime function. */
97 #undef HAVE_STRPTIME
98
99 /* Define if you have the symlink function. */
100 #undef HAVE_SYMLINK
101
102 /* Define if you have the sync function. */
103 #undef HAVE_SYNC
104
105 /* Define if you have the times function. */
106 #undef HAVE_TIMES
107
108 /* Define if you have the uname function. */
109 #undef HAVE_UNAME
110
111 /* Define if you have the <dirent.h> header file. */
112 #undef HAVE_DIRENT_H
113
114 /* Define if you have the <limits.h> header file. */
115 #undef HAVE_LIMITS_H
116
117 /* Define if you have the <malloc.h> header file. */
118 #undef HAVE_MALLOC_H
119
120 /* Define if you have the <memory.h> header file. */
121 #undef HAVE_MEMORY_H
122
123 /* Define if you have the <ndir.h> header file. */
124 #undef HAVE_NDIR_H
125
126 /* Define if you have the <string.h> header file. */
127 #undef HAVE_STRING_H
128
129 /* Define if you have the <sys/dir.h> header file. */
130 #undef HAVE_SYS_DIR_H
131
132 /* Define if you have the <sys/ndir.h> header file. */
133 #undef HAVE_SYS_NDIR_H
134
135 /* Define if you have the <sys/select.h> header file. */
136 #undef HAVE_SYS_SELECT_H
137
138 /* Define if you have the <sys/time.h> header file. */
139 #undef HAVE_SYS_TIME_H
140
141 /* Define if you have the <sys/timeb.h> header file. */
142 #undef HAVE_SYS_TIMEB_H
143
144 /* Define if you have the <sys/times.h> header file. */
145 #undef HAVE_SYS_TIMES_H
146
147 /* Define if you have the <sys/types.h> header file. */
148 #undef HAVE_SYS_TYPES_H
149
150 /* Define if you have the <time.h> header file. */
151 #undef HAVE_TIME_H
152
153 /* Define if you have the <unistd.h> header file. */
154 #undef HAVE_UNISTD_H
155
156 #undef SCM_SINGLES
157
158 #undef SCM_STACK_GROWS_UP
159
160 /* Define if you have struct linger. */
161 #undef HAVE_STRUCT_LINGER