~ubuntu-branches/ubuntu/saucy/openvpn/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/jjo-ipv6-support.patch/config.h.in

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-05-24 17:42:45 UTC
  • mfrom: (1.1.19) (10.2.22 sid)
  • Revision ID: package-import@ubuntu.com-20130524174245-g9y6wlforycufqy5
Tags: 2.3.1-2ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/openvpn.init.d:
    + Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    + Show per-VPN result messages.
    + Add "--script-security 2" by default for backwards compatabliity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
/* Enable deferred authentication */
4
 
#undef CONFIGURE_DEF_AUTH
5
 
 
6
 
/* Enable internal packet filter */
7
 
#undef CONFIGURE_PF
8
 
 
9
 
/* enable iproute2 support */
10
 
#undef CONFIG_FEATURE_IPROUTE
11
 
 
12
 
/* Use memory debugging function in OpenSSL */
13
 
#undef CRYPTO_MDEBUG
14
 
 
15
 
/* Use dmalloc memory debugging library */
16
 
#undef DMALLOC
17
 
 
18
 
/* Dimension to use for empty array declaration */
19
 
#undef EMPTY_ARRAY_SIZE
20
 
 
21
 
/* Enable client capability only */
22
 
#undef ENABLE_CLIENT_ONLY
23
 
 
24
 
/* Enable client/server capability */
25
 
#undef ENABLE_CLIENT_SERVER
26
 
 
27
 
/* Enable debugging support */
28
 
#undef ENABLE_DEBUG
29
 
 
30
 
/* Enable support for the eurephia plug-in */
31
 
#undef ENABLE_EUREPHIA
32
 
 
33
 
/* Enable internal fragmentation support */
34
 
#undef ENABLE_FRAGMENT
35
 
 
36
 
/* Enable HTTP proxy support */
37
 
#undef ENABLE_HTTP_PROXY
38
 
 
39
 
/* Enable management server capability */
40
 
#undef ENABLE_MANAGEMENT
41
 
 
42
 
/* Enable multi-homed UDP server capability */
43
 
#undef ENABLE_MULTIHOME
44
 
 
45
 
/* Allow --askpass and --auth-user-pass passwords to be read from a file */
46
 
#undef ENABLE_PASSWORD_SAVE
47
 
 
48
 
/* Enable TCP Server port sharing */
49
 
#undef ENABLE_PORT_SHARE
50
 
 
51
 
/* Enable smaller executable size */
52
 
#undef ENABLE_SMALL
53
 
 
54
 
/* Enable Socks proxy support */
55
 
#undef ENABLE_SOCKS
56
 
 
57
 
/* Enable --x509-username-field feature */
58
 
#undef ENABLE_X509ALTUSERNAME
59
 
 
60
 
/* Define to 1 if you have the `accept' function. */
61
 
#undef HAVE_ACCEPT
62
 
 
63
 
/* Define to 1 if you have the <arpa/inet.h> header file. */
64
 
#undef HAVE_ARPA_INET_H
65
 
 
66
 
/* Define to 1 if you have the `bind' function. */
67
 
#undef HAVE_BIND
68
 
 
69
 
/* Define to 1 if you have the `chdir' function. */
70
 
#undef HAVE_CHDIR
71
 
 
72
 
/* Define to 1 if you have the `chroot' function. */
73
 
#undef HAVE_CHROOT
74
 
 
75
 
/* Define to 1 if you have the `chsize' function. */
76
 
#undef HAVE_CHSIZE
77
 
 
78
 
/* struct cmsghdr needed for extended socket error support */
79
 
#undef HAVE_CMSGHDR
80
 
 
81
 
/* Define to 1 if you have the `connect' function. */
82
 
#undef HAVE_CONNECT
83
 
 
84
 
/* Define to 1 if your compiler supports GNU GCC-style variadic macros */
85
 
#undef HAVE_CPP_VARARG_MACRO_GCC
86
 
 
87
 
/* Define to 1 if your compiler supports ISO C99 variadic macros */
88
 
#undef HAVE_CPP_VARARG_MACRO_ISO
89
 
 
90
 
/* Define to 1 if you have the `ctime' function. */
91
 
#undef HAVE_CTIME
92
 
 
93
 
/* Define to 1 if you have the <ctype.h> header file. */
94
 
#undef HAVE_CTYPE_H
95
 
 
96
 
/* Define to 1 if you have the `daemon' function. */
97
 
#undef HAVE_DAEMON
98
 
 
99
 
/* Define to 1 if you have the `dup' function. */
100
 
#undef HAVE_DUP
101
 
 
102
 
/* Define to 1 if you have the `dup2' function. */
103
 
#undef HAVE_DUP2
104
 
 
105
 
/* Define to 1 if you have the `ENGINE_cleanup' function. */
106
 
#undef HAVE_ENGINE_CLEANUP
107
 
 
108
 
/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
109
 
#undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES
110
 
 
111
 
/* Define to 1 if you have the `ENGINE_register_all_complete' function. */
112
 
#undef HAVE_ENGINE_REGISTER_ALL_COMPLETE
113
 
 
114
 
/* epoll_create function is defined */
115
 
#undef HAVE_EPOLL_CREATE
116
 
 
117
 
/* Define to 1 if you have the <errno.h> header file. */
118
 
#undef HAVE_ERRNO_H
119
 
 
120
 
/* Define to 1 if you have the <err.h> header file. */
121
 
#undef HAVE_ERR_H
122
 
 
123
 
/* Define to 1 if you have the `EVP_CIPHER_CTX_set_key_length' function. */
124
 
#undef HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH
125
 
 
126
 
/* Define to 1 if you have the `execve' function. */
127
 
#undef HAVE_EXECVE
128
 
 
129
 
/* Define to 1 if you have the <fcntl.h> header file. */
130
 
#undef HAVE_FCNTL_H
131
 
 
132
 
/* Define to 1 if you have the `flock' function. */
133
 
#undef HAVE_FLOCK
134
 
 
135
 
/* Define to 1 if you have the `fork' function. */
136
 
#undef HAVE_FORK
137
 
 
138
 
/* Define to 1 if you have the `ftruncate' function. */
139
 
#undef HAVE_FTRUNCATE
140
 
 
141
 
/* Define to 1 if you have the `getgrnam' function. */
142
 
#undef HAVE_GETGRNAM
143
 
 
144
 
/* Define to 1 if you have the `gethostbyname' function. */
145
 
#undef HAVE_GETHOSTBYNAME
146
 
 
147
 
/* Define to 1 if you have the `getpass' function. */
148
 
#undef HAVE_GETPASS
149
 
 
150
 
/* Define to 1 if you have the `getpeereid' function. */
151
 
#undef HAVE_GETPEEREID
152
 
 
153
 
/* Define to 1 if you have the `getpeername' function. */
154
 
#undef HAVE_GETPEERNAME
155
 
 
156
 
/* Define to 1 if you have the `getpid' function. */
157
 
#undef HAVE_GETPID
158
 
 
159
 
/* Define to 1 if you have the `getpwnam' function. */
160
 
#undef HAVE_GETPWNAM
161
 
 
162
 
/* Define to 1 if you have the `getsockname' function. */
163
 
#undef HAVE_GETSOCKNAME
164
 
 
165
 
/* Define to 1 if you have the `getsockopt' function. */
166
 
#undef HAVE_GETSOCKOPT
167
 
 
168
 
/* Define to 1 if you have the `gettimeofday' function. */
169
 
#undef HAVE_GETTIMEOFDAY
170
 
 
171
 
/* Define to 1 if you have the <grp.h> header file. */
172
 
#undef HAVE_GRP_H
173
 
 
174
 
/* Define to 1 if you have the `inet_ntoa' function. */
175
 
#undef HAVE_INET_NTOA
176
 
 
177
 
/* Define to 1 if you have the <inttypes.h> header file. */
178
 
#undef HAVE_INTTYPES_H
179
 
 
180
 
/* struct in_pktinfo needed for IP_PKTINFO support */
181
 
#undef HAVE_IN_PKTINFO
182
 
 
183
 
/* struct iovec needed for IPv6 support */
184
 
#undef HAVE_IOVEC
185
 
 
186
 
/* struct iphdr needed for IPv6 support */
187
 
#undef HAVE_IPHDR
188
 
 
189
 
/* Define to 1 if you have the <linux/errqueue.h> header file. */
190
 
#undef HAVE_LINUX_ERRQUEUE_H
191
 
 
192
 
/* Define to 1 if you have the <linux/if_tun.h> header file. */
193
 
#undef HAVE_LINUX_IF_TUN_H
194
 
 
195
 
/* Define to 1 if you have the <linux/sockios.h> header file. */
196
 
#undef HAVE_LINUX_SOCKIOS_H
197
 
 
198
 
/* Define to 1 if you have the <linux/types.h> header file. */
199
 
#undef HAVE_LINUX_TYPES_H
200
 
 
201
 
/* Define to 1 if you have the `listen' function. */
202
 
#undef HAVE_LISTEN
203
 
 
204
 
/* Define to 1 if you have the <memory.h> header file. */
205
 
#undef HAVE_MEMORY_H
206
 
 
207
 
/* Define to 1 if you have the `memset' function. */
208
 
#undef HAVE_MEMSET
209
 
 
210
 
/* Define to 1 if you have the `mlockall' function. */
211
 
#undef HAVE_MLOCKALL
212
 
 
213
 
/* struct msghdr needed for extended socket error support */
214
 
#undef HAVE_MSGHDR
215
 
 
216
 
/* Define to 1 if you have the <netdb.h> header file. */
217
 
#undef HAVE_NETDB_H
218
 
 
219
 
/* Define to 1 if you have the <netinet/if_ether.h> header file. */
220
 
#undef HAVE_NETINET_IF_ETHER_H
221
 
 
222
 
/* Define to 1 if you have the <netinet/in.h> header file. */
223
 
#undef HAVE_NETINET_IN_H
224
 
 
225
 
/* Define to 1 if you have the <netinet/in_systm.h> header file. */
226
 
#undef HAVE_NETINET_IN_SYSTM_H
227
 
 
228
 
/* Define to 1 if you have the <netinet/ip.h> header file. */
229
 
#undef HAVE_NETINET_IP_H
230
 
 
231
 
/* Define to 1 if you have the <netinet/tcp.h> header file. */
232
 
#undef HAVE_NETINET_TCP_H
233
 
 
234
 
/* Define to 1 if you have the <net/if.h> header file. */
235
 
#undef HAVE_NET_IF_H
236
 
 
237
 
/* Define to 1 if you have the <net/if_tun.h> header file. */
238
 
#undef HAVE_NET_IF_TUN_H
239
 
 
240
 
/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
241
 
#undef HAVE_NET_TUN_IF_TUN_H
242
 
 
243
 
/* Define to 1 if you have the `nice' function. */
244
 
#undef HAVE_NICE
245
 
 
246
 
/* Define to 1 if you have the `openlog' function. */
247
 
#undef HAVE_OPENLOG
248
 
 
249
 
/* Define to 1 if you have the <openssl/engine.h> header file. */
250
 
#undef HAVE_OPENSSL_ENGINE_H
251
 
 
252
 
/* Define to 1 if you have the `poll' function. */
253
 
#undef HAVE_POLL
254
 
 
255
 
/* Define to 1 if you have the `putenv' function. */
256
 
#undef HAVE_PUTENV
257
 
 
258
 
/* Define to 1 if you have the <pwd.h> header file. */
259
 
#undef HAVE_PWD_H
260
 
 
261
 
/* Define to 1 if you have the `readv' function. */
262
 
#undef HAVE_READV
263
 
 
264
 
/* Define to 1 if you have the `recv' function. */
265
 
#undef HAVE_RECV
266
 
 
267
 
/* Define to 1 if you have the `recvfrom' function. */
268
 
#undef HAVE_RECVFROM
269
 
 
270
 
/* Define to 1 if you have the `recvmsg' function. */
271
 
#undef HAVE_RECVMSG
272
 
 
273
 
/* Define to 1 if you have the <resolv.h> header file. */
274
 
#undef HAVE_RESOLV_H
275
 
 
276
 
/* Indicates if res_init is available */
277
 
#undef HAVE_RES_INIT
278
 
 
279
 
/* Define to 1 if you have the `select' function. */
280
 
#undef HAVE_SELECT
281
 
 
282
 
/* Define to 1 if you have the `send' function. */
283
 
#undef HAVE_SEND
284
 
 
285
 
/* Define to 1 if you have the `sendmsg' function. */
286
 
#undef HAVE_SENDMSG
287
 
 
288
 
/* Define to 1 if you have the `sendto' function. */
289
 
#undef HAVE_SENDTO
290
 
 
291
 
/* SELinux support */
292
 
#undef HAVE_SETCON
293
 
 
294
 
/* Define to 1 if you have the `setgid' function. */
295
 
#undef HAVE_SETGID
296
 
 
297
 
/* Define to 1 if you have the `setgroups' function. */
298
 
#undef HAVE_SETGROUPS
299
 
 
300
 
/* Define to 1 if you have the `setsid' function. */
301
 
#undef HAVE_SETSID
302
 
 
303
 
/* Define to 1 if you have the `setsockopt' function. */
304
 
#undef HAVE_SETSOCKOPT
305
 
 
306
 
/* Define to 1 if you have the `setuid' function. */
307
 
#undef HAVE_SETUID
308
 
 
309
 
/* Define to 1 if you have the <signal.h> header file. */
310
 
#undef HAVE_SIGNAL_H
311
 
 
312
 
/* Define to 1 if you have the `socket' function. */
313
 
#undef HAVE_SOCKET
314
 
 
315
 
/* struct sock_extended_err needed for extended socket error support */
316
 
#undef HAVE_SOCK_EXTENDED_ERR
317
 
 
318
 
/* Define to 1 if you have the `stat' function. */
319
 
#undef HAVE_STAT
320
 
 
321
 
/* Define to 1 if you have the <stdarg.h> header file. */
322
 
#undef HAVE_STDARG_H
323
 
 
324
 
/* Define to 1 if you have the <stdint.h> header file. */
325
 
#undef HAVE_STDINT_H
326
 
 
327
 
/* Define to 1 if you have the <stdio.h> header file. */
328
 
#undef HAVE_STDIO_H
329
 
 
330
 
/* Define to 1 if you have the <stdlib.h> header file. */
331
 
#undef HAVE_STDLIB_H
332
 
 
333
 
/* Define to 1 if you have the `strdup' function. */
334
 
#undef HAVE_STRDUP
335
 
 
336
 
/* Define to 1 if you have the `strerror' function. */
337
 
#undef HAVE_STRERROR
338
 
 
339
 
/* Define to 1 if you have the <strings.h> header file. */
340
 
#undef HAVE_STRINGS_H
341
 
 
342
 
/* Define to 1 if you have the <string.h> header file. */
343
 
#undef HAVE_STRING_H
344
 
 
345
 
/* Define to 1 if you have the <stropts.h> header file. */
346
 
#undef HAVE_STROPTS_H
347
 
 
348
 
/* Define to 1 if you have the `syslog' function. */
349
 
#undef HAVE_SYSLOG
350
 
 
351
 
/* Define to 1 if you have the <syslog.h> header file. */
352
 
#undef HAVE_SYSLOG_H
353
 
 
354
 
/* Define to 1 if you have the `system' function. */
355
 
#undef HAVE_SYSTEM
356
 
 
357
 
/* Define to 1 if you have the <sys/epoll.h> header file. */
358
 
#undef HAVE_SYS_EPOLL_H
359
 
 
360
 
/* Define to 1 if you have the <sys/file.h> header file. */
361
 
#undef HAVE_SYS_FILE_H
362
 
 
363
 
/* Define to 1 if you have the <sys/ioctl.h> header file. */
364
 
#undef HAVE_SYS_IOCTL_H
365
 
 
366
 
/* Define to 1 if you have the <sys/mman.h> header file. */
367
 
#undef HAVE_SYS_MMAN_H
368
 
 
369
 
/* Define to 1 if you have the <sys/poll.h> header file. */
370
 
#undef HAVE_SYS_POLL_H
371
 
 
372
 
/* Define to 1 if you have the <sys/socket.h> header file. */
373
 
#undef HAVE_SYS_SOCKET_H
374
 
 
375
 
/* Define to 1 if you have the <sys/sockio.h> header file. */
376
 
#undef HAVE_SYS_SOCKIO_H
377
 
 
378
 
/* Define to 1 if you have the <sys/stat.h> header file. */
379
 
#undef HAVE_SYS_STAT_H
380
 
 
381
 
/* Define to 1 if you have the <sys/time.h> header file. */
382
 
#undef HAVE_SYS_TIME_H
383
 
 
384
 
/* Define to 1 if you have the <sys/types.h> header file. */
385
 
#undef HAVE_SYS_TYPES_H
386
 
 
387
 
/* Define to 1 if you have the <sys/uio.h> header file. */
388
 
#undef HAVE_SYS_UIO_H
389
 
 
390
 
/* Define to 1 if you have the <sys/un.h> header file. */
391
 
#undef HAVE_SYS_UN_H
392
 
 
393
 
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
394
 
#undef HAVE_SYS_WAIT_H
395
 
 
396
 
/* Define to 1 if you have the `time' function. */
397
 
#undef HAVE_TIME
398
 
 
399
 
/* struct tun_pi needed for IPv6 support */
400
 
#undef HAVE_TUN_PI
401
 
 
402
 
/* Define to 1 if you have the `umask' function. */
403
 
#undef HAVE_UMASK
404
 
 
405
 
/* Define to 1 if you have the <unistd.h> header file. */
406
 
#undef HAVE_UNISTD_H
407
 
 
408
 
/* Define to 1 if you have the `unlink' function. */
409
 
#undef HAVE_UNLINK
410
 
 
411
 
/* Define to 1 if you have the `vfork' function. */
412
 
#undef HAVE_VFORK
413
 
 
414
 
/* Define to 1 if you have the <vfork.h> header file. */
415
 
#undef HAVE_VFORK_H
416
 
 
417
 
/* Define to 1 if you have the `vsnprintf' function. */
418
 
#undef HAVE_VSNPRINTF
419
 
 
420
 
/* Define to 1 if `fork' works. */
421
 
#undef HAVE_WORKING_FORK
422
 
 
423
 
/* Define to 1 if `vfork' works. */
424
 
#undef HAVE_WORKING_VFORK
425
 
 
426
 
/* Define to 1 if you have the `writev' function. */
427
 
#undef HAVE_WRITEV
428
 
 
429
 
/* Path to ifconfig tool */
430
 
#undef IFCONFIG_PATH
431
 
 
432
 
/* Path to iproute tool */
433
 
#undef IPROUTE_PATH
434
 
 
435
 
/* Use lzo/ directory prefix for LZO header files (for LZO 2.0) */
436
 
#undef LZO_HEADER_DIR
437
 
 
438
 
/* LZO version number */
439
 
#undef LZO_VERSION_NUM
440
 
 
441
 
/* Path to netstat tool */
442
 
#undef NETSTAT_PATH
443
 
 
444
 
/* Name of package */
445
 
#undef PACKAGE
446
 
 
447
 
/* Define to the address where bug reports for this package should be sent. */
448
 
#undef PACKAGE_BUGREPORT
449
 
 
450
 
/* Define to the full name of this package. */
451
 
#undef PACKAGE_NAME
452
 
 
453
 
/* Define to the full name and version of this package. */
454
 
#undef PACKAGE_STRING
455
 
 
456
 
/* Define to the one symbol short name of this package. */
457
 
#undef PACKAGE_TARNAME
458
 
 
459
 
/* Define to the home page for this package. */
460
 
#undef PACKAGE_URL
461
 
 
462
 
/* Define to the version of this package. */
463
 
#undef PACKAGE_VERSION
464
 
 
465
 
/* Define as the return type of signal handlers (`int' or `void'). */
466
 
#undef RETSIGTYPE
467
 
 
468
 
/* Path to route tool */
469
 
#undef ROUTE_PATH
470
 
 
471
 
/* The size of `unsigned int', as computed by sizeof. */
472
 
#undef SIZEOF_UNSIGNED_INT
473
 
 
474
 
/* The size of `unsigned long', as computed by sizeof. */
475
 
#undef SIZEOF_UNSIGNED_LONG
476
 
 
477
 
/* Define to 1 if you have the ANSI C header files. */
478
 
#undef STDC_HEADERS
479
 
 
480
 
/* Enable strict options check between peers */
481
 
#undef STRICT_OPTIONS_CHECK
482
 
 
483
 
/* The TAP-Win32 id defined in tap-win32/SOURCES */
484
 
#undef TAP_ID
485
 
 
486
 
/* The TAP-Win32 version number is defined in tap-win32/SOURCES */
487
 
#undef TAP_WIN32_MIN_MAJOR
488
 
 
489
 
/* The TAP-Win32 version number is defined in tap-win32/SOURCES */
490
 
#undef TAP_WIN32_MIN_MINOR
491
 
 
492
 
/* A string representing our host */
493
 
#undef TARGET_ALIAS
494
 
 
495
 
/* Are we running on Mac OS X? */
496
 
#undef TARGET_DARWIN
497
 
 
498
 
/* Are we running on DragonFlyBSD? */
499
 
#undef TARGET_DRAGONFLY
500
 
 
501
 
/* Are we running on FreeBSD? */
502
 
#undef TARGET_FREEBSD
503
 
 
504
 
/* Are we running on Linux? */
505
 
#undef TARGET_LINUX
506
 
 
507
 
/* Are we running NetBSD? */
508
 
#undef TARGET_NETBSD
509
 
 
510
 
/* Are we running on OpenBSD? */
511
 
#undef TARGET_OPENBSD
512
 
 
513
 
/* Are we running on Solaris? */
514
 
#undef TARGET_SOLARIS
515
 
 
516
 
/* Are we running WIN32? */
517
 
#undef TARGET_WIN32
518
 
 
519
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
520
 
#undef TIME_WITH_SYS_TIME
521
 
 
522
 
/* Use OpenSSL crypto library */
523
 
#undef USE_CRYPTO
524
 
 
525
 
/* Use libdl for dynamic library loading */
526
 
#undef USE_LIBDL
527
 
 
528
 
/* Use LoadLibrary to load DLLs on Windows */
529
 
#undef USE_LOAD_LIBRARY
530
 
 
531
 
/* Use LZO compression library */
532
 
#undef USE_LZO
533
 
 
534
 
/* Enable PKCS11 capability */
535
 
#undef USE_PKCS11
536
 
 
537
 
/* Use OpenSSL SSL library */
538
 
#undef USE_SSL
539
 
 
540
 
/* Enable extensions on AIX 3, Interix.  */
541
 
#ifndef _ALL_SOURCE
542
 
# undef _ALL_SOURCE
543
 
#endif
544
 
/* Enable GNU extensions on systems that have them.  */
545
 
#ifndef _GNU_SOURCE
546
 
# undef _GNU_SOURCE
547
 
#endif
548
 
/* Enable threading extensions on Solaris.  */
549
 
#ifndef _POSIX_PTHREAD_SEMANTICS
550
 
# undef _POSIX_PTHREAD_SEMANTICS
551
 
#endif
552
 
/* Enable extensions on HP NonStop.  */
553
 
#ifndef _TANDEM_SOURCE
554
 
# undef _TANDEM_SOURCE
555
 
#endif
556
 
/* Enable general extensions on Solaris.  */
557
 
#ifndef __EXTENSIONS__
558
 
# undef __EXTENSIONS__
559
 
#endif
560
 
 
561
 
 
562
 
/* Use valgrind memory debugging library */
563
 
#undef USE_VALGRIND
564
 
 
565
 
/* Version number of package */
566
 
#undef VERSION
567
 
 
568
 
/* Define to 1 if on MINIX. */
569
 
#undef _MINIX
570
 
 
571
 
/* Define to 2 if the system does not provide POSIX.1 features except with
572
 
   this defined. */
573
 
#undef _POSIX_1_SOURCE
574
 
 
575
 
/* Define to 1 if you need to in order for `stat' and other things to work. */
576
 
#undef _POSIX_SOURCE
577
 
 
578
 
/* Define to empty if `const' does not conform to ANSI C. */
579
 
#undef const
580
 
 
581
 
/* Define to `int' if <sys/types.h> doesn't define. */
582
 
#undef gid_t
583
 
 
584
 
/* Some systems don't define in_addr_t */
585
 
#undef in_addr_t
586
 
 
587
 
/* Define to `__inline__' or `__inline' if that's what the C compiler
588
 
   calls it, or to nothing if 'inline' is not supported under any name.  */
589
 
#ifndef __cplusplus
590
 
#undef inline
591
 
#endif
592
 
 
593
 
/* Define to `long int' if <sys/types.h> does not define. */
594
 
#undef off_t
595
 
 
596
 
/* Define to `int' if <sys/types.h> does not define. */
597
 
#undef pid_t
598
 
 
599
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
600
 
#undef size_t
601
 
 
602
 
/* type to use in place of socklen_t if not defined */
603
 
#undef socklen_t
604
 
 
605
 
/* Define to `int' if <sys/types.h> doesn't define. */
606
 
#undef uid_t
607
 
 
608
 
/* 16-bit unsigned type */
609
 
#undef uint16_t
610
 
 
611
 
/* 32-bit unsigned type */
612
 
#undef uint32_t
613
 
 
614
 
/* 8-bit unsigned type */
615
 
#undef uint8_t
616
 
 
617
 
/* Define as `fork' if `vfork' does not work. */
618
 
#undef vfork
619
 
 
620
 
/* Define to empty if the keyword `volatile' does not work. Warning: valid
621
 
   code using `volatile' can become incorrect without. Disable with care. */
622
 
#undef volatile