summaryrefslogtreecommitdiff
path: root/mit-pthreads/config/config.h.in
blob: b5e25404a67aac9c987ca9a0be853c033077ec30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to `long' if <sys/types.h> doesn't define.  */
#undef off_t

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME

/* Does the OS already support struct timespec */
#undef _OS_HAS_TIMESPEC

/* Does the OS need socklen_t for the socket syscalls? */
#undef _OS_HAS_SOCKLEN_T

/* For networking code: an integral type the size of an IP address (4
   octets).  Determined by examining return values from certain
   functions.  */
#undef pthread_ipaddr_type

/* For networking code: an integral type the size of an IP port number
   (2 octets).  Determined by examining return values from certain
   functions.  */
#undef pthread_ipport_type

/* type of clock_t, from system header files */
#undef pthread_clock_t

/* Specially named so grep processing will find it and put it into the
   generated ac-types.h.  */
#undef pthread_have_va_list_h

/* type of size_t, from system header files */
#undef pthread_size_t

/* type of ssize_t, from system header files */
#undef pthread_ssize_t

/* type of time_t, from system header files */
#undef pthread_time_t

/* type of fpos_t, from system header files */
#undef pthread_fpos_t

/* type of off_t, from system header files */
#undef pthread_off_t

/* type of va_list, from system header files */
#undef pthread_va_list

/* I don't know why the native compiler definitions aren't sufficient
   for this.  */
#undef sunos4

/* define if the linker hauls in certain static data from libc even when
   you don't want it to.  yes, this description is bogus, but chris added
   the need for this, without describing the problem.  */
#undef LD_LINKS_STATIC_DATA

/* define if the system reissues the SIGCHLD if the handler reinstalls
 * itself before calling wait()
 */
#undef BROKEN_SIGNALS

/* where are terminal devices to be found? */
#undef _PATH_PTY

/* what directory holds the time zone info on this system? */
#undef _PATH_TZDIR

/* what file indicates the local time zone? */
#undef _PATH_TZFILE

/* Paths for various networking support files.  */
#undef _PATH_RESCONF
#undef _PATH_HOSTS
#undef _PATH_NETWORKS
#undef _PATH_PROTOCOLS
#undef _PATH_SERVICES

/* Path for Bourne shell.  */
#undef _PATH_BSHELL

/* Define if you have the syscall_accept function.  */
#undef HAVE_SYSCALL_ACCEPT

/* Define if you have the syscall_bind function.  */
#undef HAVE_SYSCALL_BIND

/* Define if you have the syscall_chdir function.  */
#undef HAVE_SYSCALL_CHDIR

/* Define if you have the syscall_chmod function.  */
#undef HAVE_SYSCALL_CHMOD

/* Define if you have the syscall_chown function.  */
#undef HAVE_SYSCALL_CHOWN

/* Define if you have the syscall_chroot function.  */
#undef HAVE_SYSCALL_CHROOT

/* Define if you have the syscall_close function.  */
#undef HAVE_SYSCALL_CLOSE

/* Define if you have the syscall_connect function.  */
#undef HAVE_SYSCALL_CONNECT

/* Define if you have the syscall_creat function.  */
#undef HAVE_SYSCALL_CREAT

/* Define if you have the syscall_dup function.  */
#undef HAVE_SYSCALL_DUP

/* Define if you have the syscall_dup2 function.  */
#undef HAVE_SYSCALL_DUP2

/* Define if you have the syscall_execve function.  */
#undef HAVE_SYSCALL_EXECVE

/* Define if you have the syscall_exit function.  */
#undef HAVE_SYSCALL_EXIT

/* Define if you have the syscall_fchmod function.  */
#undef HAVE_SYSCALL_FCHMOD

/* Define if you have the syscall_fchown function.  */
#undef HAVE_SYSCALL_FCHOWN

/* Define if you have the syscall_fcntl function.  */
#undef HAVE_SYSCALL_FCNTL

/* Define if you have the syscall_flock function.  */
#undef HAVE_SYSCALL_FLOCK

/* Define if you have the syscall_fork function.  */
#undef HAVE_SYSCALL_FORK

/* Define if you have the syscall_fstat function.  */
#undef HAVE_SYSCALL_FSTAT

/* Define if you have the syscall_fstatfs function.  */
#undef HAVE_SYSCALL_FSTATFS

/* Define if you have the syscall_ftruncate function.  */
#undef HAVE_SYSCALL_FTRUNCATE

/* Define if you have the syscall_getdents function.  */
#undef HAVE_SYSCALL_GETDENTS

/* Define if you have the syscall_getdirentries function.  */
#undef HAVE_SYSCALL_GETDIRENTRIES

/* Define if you have the syscall_getdtablesize function.  */
#undef HAVE_SYSCALL_GETDTABLESIZE

/* Define if you have the syscall_getmsg function.  */
#undef HAVE_SYSCALL_GETMSG

/* Define if you have the syscall_getpeername function.  */
#undef HAVE_SYSCALL_GETPEERNAME

/* Define if you have the syscall_getpgrp function.  */
#undef HAVE_SYSCALL_GETPGRP

/* Define if you have the syscall_getsockname function.  */
#undef HAVE_SYSCALL_GETSOCKNAME

/* Define if you have the syscall_getsockopt function.  */
#undef HAVE_SYSCALL_GETSOCKOPT

/* Define if you have the syscall_ioctl function.  */
#undef HAVE_SYSCALL_IOCTL

/* Define if you have the syscall_ksigaction function.  */
#undef HAVE_SYSCALL_KSIGACTION

/* Define if you have the syscall_link function.  */
#undef HAVE_SYSCALL_LINK

/* Define if you have the syscall_listen function.  */
#undef HAVE_SYSCALL_LISTEN

/* Define if you have the syscall_lseek function.  */
#undef HAVE_SYSCALL_LSEEK

/* Define if you have the syscall_lstat function.  */
#undef HAVE_SYSCALL_LSTAT

/* Define if you have the syscall_open function.  */
#undef HAVE_SYSCALL_OPEN

/* Define if you have the syscall_pgrpsys function.  */
#undef HAVE_SYSCALL_PGRPSYS

/* Define if you have the syscall_pipe function.  */
#undef HAVE_SYSCALL_PIPE

/* Define if you have the syscall_poll function.  */
#undef HAVE_SYSCALL_POLL

/* Define if you have the syscall_putmsg function.  */
#undef HAVE_SYSCALL_PUTMSG

/* Define if you have the syscall_read function.  */
#undef HAVE_SYSCALL_READ

/* Define if you have the syscall_readdir function.  */
#undef HAVE_SYSCALL_READDIR

/* Define if you have the syscall_readv function.  */
#undef HAVE_SYSCALL_READV

/* Define if you have the syscall_recv function.  */
#undef HAVE_SYSCALL_RECV

/* Define if you have the syscall_recvfrom function.  */
#undef HAVE_SYSCALL_RECVFROM

/* Define if you have the syscall_recvmsg function.  */
#undef HAVE_SYSCALL_RECVMSG

/* Define if you have the syscall_rename function.  */
#undef HAVE_SYSCALL_RENAME

/* Define if you have the syscall_select function.  */
#undef HAVE_SYSCALL_SELECT

/* Define if you have the syscall_send function.  */
#undef HAVE_SYSCALL_SEND

/* Define if you have the syscall_sendmsg function.  */
#undef HAVE_SYSCALL_SENDMSG

/* Define if you have the syscall_sendto function.  */
#undef HAVE_SYSCALL_SENDTO

/* Define if you have the syscall_setsockopt function.  */
#undef HAVE_SYSCALL_SETSOCKOPT

/* Define if you have the syscall_shutdown function.  */
#undef HAVE_SYSCALL_SHUTDOWN

/* Define if you have the syscall_sigaction function.  */
#undef HAVE_SYSCALL_SIGACTION

/* Define if you have the syscall_sigpause function.  */
#undef HAVE_SYSCALL_SIGPAUSE

/* Define if you have the syscall_sigprocmask function.  */
#undef HAVE_SYSCALL_SIGPROCMASK

/* Define if you have the syscall_sigsuspend function.  */
#undef HAVE_SYSCALL_SIGSUSPEND

/* Define if you have the syscall_socket function.  */
#undef HAVE_SYSCALL_SOCKET

/* Define if you have the syscall_socketcall function.  */
#undef HAVE_SYSCALL_SOCKETCALL

/* Define if you have the syscall_socketpair function.  */
#undef HAVE_SYSCALL_SOCKETPAIR

/* Define if you have the syscall_stat function.  */
#undef HAVE_SYSCALL_STAT

/* Define if you have the syscall_uname function.  */
#undef HAVE_SYSCALL_UNAME

/* Define if you have the syscall_unlink function.  */
#undef HAVE_SYSCALL_UNLINK

/* Define if you have the syscall_wait3 function.  */
#undef HAVE_SYSCALL_WAIT3

/* Define if you have the syscall_wait4 function.  */
#undef HAVE_SYSCALL_WAIT4

/* Define if you have the syscall_waitpid function.  */
#undef HAVE_SYSCALL_WAITPID

/* Define if you have the syscall_waitsys function.  */
#undef HAVE_SYSCALL_WAITSYS

/* Define if you have the syscall_write function.  */
#undef HAVE_SYSCALL_WRITE

/* Define if you have the syscall_writev function.  */
#undef HAVE_SYSCALL_WRITEV

/* Define if you have the vfork function.  */
#undef HAVE_VFORK

/* Define if you have the <alloc.h> header file.  */
#undef HAVE_ALLOC_H

/* Define if you have the <sys/filio.h> header file.  */
#undef HAVE_SYS_FILIO_H

/* Define if you have the <sys/syscall.h> header file.  */
#undef HAVE_SYS_SYSCALL_H

/* Define if you have the <sys/termio.h> header file.  */
#undef HAVE_SYS_TERMIO_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

/* Define if you have the <syscall.h> header file.  */
#undef HAVE_SYSCALL_H

/* Define if you have the <termio.h> header file.  */
#undef HAVE_TERMIO_H

/* Define if you have the <termios.h> header file.  */
#undef HAVE_TERMIOS_H