forked from hailinzeng/Unix-Network-Programming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
325 lines (217 loc) · 8.43 KB
/
config.h.in
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
325
/* config.h.in. Generated from configure.in by autoheader. */
/* CPU, vendor, and operating system */
#undef CPU_VENDOR_OS
/* Define to 1 if <netdb.h> defines struct addrinfo */
#undef HAVE_ADDRINFO_STRUCT
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the `bzero' function. */
#undef HAVE_BZERO
/* Define to 1 if the /dev/streams/xtiso/tcp device exists */
#undef HAVE_DEV_STREAMS_XTISO_TCP
/* Define to 1 if the /dev/tcp device exists */
#undef HAVE_DEV_TCP
/* Define to 1 if the /dev/xti/tcp device exists */
#undef HAVE_DEV_XTI_TCP
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* define if getaddrinfo prototype is in <netdb.h> */
#undef HAVE_GETADDRINFO_PROTO
/* Define to 1 if you have the `gethostbyname2' function. */
#undef HAVE_GETHOSTBYNAME2
/* Define to 1 if you have the `gethostbyname_r' function. */
#undef HAVE_GETHOSTBYNAME_R
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
/* define if gethostname prototype is in <unistd.h> */
#undef HAVE_GETHOSTNAME_PROTO
/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO
/* define if getnameinfo prototype is in <netdb.h> */
#undef HAVE_GETNAMEINFO_PROTO
/* define if getrusage prototype is in <sys/resource.h> */
#undef HAVE_GETRUSAGE_PROTO
/* Define to 1 if you have the `hstrerror' function. */
#undef HAVE_HSTRERROR
/* define if hstrerror prototype is in <netdb.h> */
#undef HAVE_HSTRERROR_PROTO
/* Define to 1 if <net/if.h> defines struct if_nameindex */
#undef HAVE_IF_NAMEINDEX_STRUCT
/* Define to 1 if you have the `if_nametoindex' function. */
#undef HAVE_IF_NAMETOINDEX
/* define if if_nametoindex prototype is in <net/if.h> */
#undef HAVE_IF_NAMETOINDEX_PROTO
/* Define to 1 if you have the `inet6_rth_init' function. */
#undef HAVE_INET6_RTH_INIT
/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON
/* define if inet_aton prototype is in <arpa/inet.h> */
#undef HAVE_INET_ATON_PROTO
/* Define to 1 if you have the `inet_pton' function. */
#undef HAVE_INET_PTON
/* define if inet_pton prototype is in <arpa/inet.h> */
#undef HAVE_INET_PTON_PROTO
/* Define to 1 if you have the `kevent' function. */
#undef HAVE_KEVENT
/* Define to 1 if you have the `kqueue' function. */
#undef HAVE_KQUEUE
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* Define to 1 if you have the `pthreads' library (-lpthreads). */
#undef HAVE_LIBPTHREADS
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV
/* Define to 1 if you have the `xti' library (-lxti). */
#undef HAVE_LIBXTI
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
/* define if struct msghdr contains the msg_control member */
#undef HAVE_MSGHDR_MSG_CONTROL
/* Define to 1 if you have the <netconfig.h> header file. */
#undef HAVE_NETCONFIG_H
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netdir.h> header file. */
#undef HAVE_NETDIR_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <net/if_dl.h> header file. */
#undef HAVE_NET_IF_DL_H
/* Define to 1 if you have the `poll' function. */
#undef HAVE_POLL
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define to 1 if you have the `pselect' function. */
#undef HAVE_PSELECT
/* define if pselect prototype is in <sys/stat.h> */
#undef HAVE_PSELECT_PROTO
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
/* define if snprintf prototype is in <stdio.h> */
#undef HAVE_SNPRINTF_PROTO
/* Define to 1 if <net/if_dl.h> defines struct sockaddr_dl */
#undef HAVE_SOCKADDR_DL_STRUCT
/* define if socket address structures have length fields */
#undef HAVE_SOCKADDR_SA_LEN
/* Define to 1 if you have the `sockatmark' function. */
#undef HAVE_SOCKATMARK
/* define if sockatmark prototype is in <sys/socket.h> */
#undef HAVE_SOCKATMARK_PROTO
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
/* Define to 1 if `ifr_mtu' is member of `struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_MTU
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE
/* Define to 1 if you have the <sys/event.h> header file. */
#undef HAVE_SYS_EVENT_H
/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Define to 1 if <time.h> or <sys/time.h> defines struct timespec */
#undef HAVE_TIMESPEC_STRUCT
/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF
/* Define to 1 if you have the <xti.h> header file. */
#undef HAVE_XTI_H
/* Define to 1 if you have the <xti_inet.h> header file. */
#undef HAVE_XTI_INET_H
/* Define to 1 if the system supports IPv4 */
#undef IPV4
/* Define to 1 if the system supports IPv6 */
#undef IPV6
/* Define to 1 if the system supports IPv4 */
#undef IPv4
/* Define to 1 if the system supports IPv6 */
#undef IPv6
/* Define to 1 if the system supports IP Multicast */
#undef MCAST
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* the size of the sa_family field in a socket address structure */
#undef SA_FAMILY_T
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define to 1 if the system supports UNIX domain sockets */
#undef UNIXDOMAIN
/* Define to 1 if the system supports UNIX domain sockets */
#undef UNIXdomain
/* 16 bit signed type */
#undef int16_t
/* 32 bit signed type */
#undef int32_t
/* the type of the sa_family struct member */
#undef sa_family_t
/* unsigned integer type of the result of the sizeof operator */
#undef size_t
/* a type appropriate for address */
#undef socklen_t
/* define to __ss_family if sockaddr_storage has that instead of ss_family */
#undef ss_family
/* a signed type appropriate for a count of bytes or an error indication */
#undef ssize_t
/* scalar type */
#undef t_scalar_t
/* unsigned scalar type */
#undef t_uscalar_t
/* 16 bit unsigned type */
#undef uint16_t
/* 32 bit unsigned type */
#undef uint32_t
/* 8-bit unsigned type */
#undef uint8_t