1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Configuration settings */
4#undef CONFIGURE_DEFINES
5
6/* special build string */
7#undef CONFIGURE_SPECIAL_BUILD
8
9/* Use memory debugging function in OpenSSL */
10#undef CRYPTO_MDEBUG
11
12/* Use dmalloc memory debugging library */
13#undef DMALLOC
14
15/* Dimension to use for empty array declaration */
16#undef EMPTY_ARRAY_SIZE
17
18/* Enable client capability only */
19#undef ENABLE_CLIENT_ONLY
20
21/* Enable client/server capability */
22#undef ENABLE_CLIENT_SERVER
23
24/* Enable crypto library */
25#undef ENABLE_CRYPTO
26
27/* Use OpenSSL library */
28#undef ENABLE_CRYPTO_OPENSSL
29
30/* Use PolarSSL library */
31#undef ENABLE_CRYPTO_POLARSSL
32
33/* Enable debugging support */
34#undef ENABLE_DEBUG
35
36/* Enable deferred authentication */
37#undef ENABLE_DEF_AUTH
38
39/* Enable support for the eurephia plug-in */
40#undef ENABLE_EUREPHIA
41
42/* We have persist tun capability */
43#undef ENABLE_FEATURE_TUN_PERSIST
44
45/* Enable internal fragmentation support */
46#undef ENABLE_FRAGMENT
47
48/* Enable HTTP proxy support */
49#undef ENABLE_HTTP_PROXY
50
51/* enable iproute2 support */
52#undef ENABLE_IPROUTE
53
54/* Enable LZO compression library */
55#undef ENABLE_LZO
56
57/* Enable LZO stub capability */
58#undef ENABLE_LZO_STUB
59
60/* Enable management server capability */
61#undef ENABLE_MANAGEMENT
62
63/* Enable multi-homed UDP server capability */
64#undef ENABLE_MULTIHOME
65
66/* Allow --askpass and --auth-user-pass passwords to be read from a file */
67#undef ENABLE_PASSWORD_SAVE
68
69/* Enable internal packet filter */
70#undef ENABLE_PF
71
72/* Enable PKCS11 */
73#undef ENABLE_PKCS11
74
75/* Enable systemd support */
76#undef ENABLE_PLUGIN
77
78/* Enable TCP Server port sharing */
79#undef ENABLE_PORT_SHARE
80
81/* SELinux support */
82#undef ENABLE_SELINUX
83
84/* Enable smaller executable size */
85#undef ENABLE_SMALL
86
87/* Enable Socks proxy support */
88#undef ENABLE_SOCKS
89
90/* Enable ssl library */
91#undef ENABLE_SSL
92
93/* Enable strict options check between peers */
94#undef ENABLE_STRICT_OPTIONS_CHECK
95
96/* Enable systemd support */
97#undef ENABLE_SYSTEMD
98
99/* Enable --x509-username-field feature */
100#undef ENABLE_X509ALTUSERNAME
101
102/* Define to 1 if you have the `accept' function. */
103#undef HAVE_ACCEPT
104
105/* Define to 1 if you have the `access' function. */
106#undef HAVE_ACCESS
107
108/* Define to 1 if you have the <arpa/inet.h> header file. */
109#undef HAVE_ARPA_INET_H
110
111/* Define to 1 if you have the `basename' function. */
112#undef HAVE_BASENAME
113
114/* Define to 1 if you have the `bind' function. */
115#undef HAVE_BIND
116
117/* Define to 1 if you have the `chdir' function. */
118#undef HAVE_CHDIR
119
120/* Define to 1 if you have the `chroot' function. */
121#undef HAVE_CHROOT
122
123/* Define to 1 if you have the `chsize' function. */
124#undef HAVE_CHSIZE
125
126/* struct cmsghdr needed for extended socket error support */
127#undef HAVE_CMSGHDR
128
129/* extra version available in config-version.h */
130#undef HAVE_CONFIG_VERSION_H
131
132/* Define to 1 if you have the `connect' function. */
133#undef HAVE_CONNECT
134
135/* Define to 1 if your compiler supports GNU GCC-style variadic macros */
136#undef HAVE_CPP_VARARG_MACRO_GCC
137
138/* Define to 1 if your compiler supports ISO C99 variadic macros */
139#undef HAVE_CPP_VARARG_MACRO_ISO
140
141/* Define to 1 if you have the `ctime' function. */
142#undef HAVE_CTIME
143
144/* Define to 1 if you have the <ctype.h> header file. */
145#undef HAVE_CTYPE_H
146
147/* Define to 1 if you have the `daemon' function. */
148#undef HAVE_DAEMON
149
150/* Define to 1 if you have the declaration of `SIGHUP', and to 0 if you don't.
151   */
152#undef HAVE_DECL_SIGHUP
153
154/* Define to 1 if you have the declaration of `SIGINT', and to 0 if you don't.
155   */
156#undef HAVE_DECL_SIGINT
157
158/* Define to 1 if you have the declaration of `SIGTERM', and to 0 if you
159   don't. */
160#undef HAVE_DECL_SIGTERM
161
162/* Define to 1 if you have the declaration of `SIGUSR1', and to 0 if you
163   don't. */
164#undef HAVE_DECL_SIGUSR1
165
166/* Define to 1 if you have the declaration of `SIGUSR2', and to 0 if you
167   don't. */
168#undef HAVE_DECL_SIGUSR2
169
170/* Define to 1 if you have the declaration of `SO_MARK', and to 0 if you
171   don't. */
172#undef HAVE_DECL_SO_MARK
173
174/* Define to 1 if you have the declaration of `TUNSETPERSIST', and to 0 if you
175   don't. */
176#undef HAVE_DECL_TUNSETPERSIST
177
178/* Define to 1 if you have the <direct.h> header file. */
179#undef HAVE_DIRECT_H
180
181/* Define to 1 if you have the `dirname' function. */
182#undef HAVE_DIRNAME
183
184/* Define to 1 if you have the <dlfcn.h> header file. */
185#undef HAVE_DLFCN_H
186
187/* Define to 1 if you have the `dup' function. */
188#undef HAVE_DUP
189
190/* Define to 1 if you have the `dup2' function. */
191#undef HAVE_DUP2
192
193/* Define to 1 if you have the `ENGINE_cleanup' function. */
194#undef HAVE_ENGINE_CLEANUP
195
196/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
197#undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES
198
199/* Define to 1 if you have the `ENGINE_register_all_complete' function. */
200#undef HAVE_ENGINE_REGISTER_ALL_COMPLETE
201
202/* Define to 1 if you have the `epoll_create' function. */
203#undef HAVE_EPOLL_CREATE
204
205/* Define to 1 if you have the <errno.h> header file. */
206#undef HAVE_ERRNO_H
207
208/* Define to 1 if you have the <err.h> header file. */
209#undef HAVE_ERR_H
210
211/* Define to 1 if you have the `EVP_CIPHER_CTX_set_key_length' function. */
212#undef HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH
213
214/* Define to 1 if you have the `execve' function. */
215#undef HAVE_EXECVE
216
217/* Define to 1 if you have the <fcntl.h> header file. */
218#undef HAVE_FCNTL_H
219
220/* Define to 1 if you have the `flock' function. */
221#undef HAVE_FLOCK
222
223/* Define to 1 if you have the `fork' function. */
224#undef HAVE_FORK
225
226/* Define to 1 if you have the `ftruncate' function. */
227#undef HAVE_FTRUNCATE
228
229/* Define to 1 if you have the `getgrnam' function. */
230#undef HAVE_GETGRNAM
231
232/* Define to 1 if you have the `gethostbyname' function. */
233#undef HAVE_GETHOSTBYNAME
234
235/* Define to 1 if you have the `getpass' function. */
236#undef HAVE_GETPASS
237
238/* Define to 1 if you have the `getpeereid' function. */
239#undef HAVE_GETPEEREID
240
241/* Define to 1 if you have the `getpeername' function. */
242#undef HAVE_GETPEERNAME
243
244/* Define to 1 if you have the `getpid' function. */
245#undef HAVE_GETPID
246
247/* Define to 1 if you have the `getpwnam' function. */
248#undef HAVE_GETPWNAM
249
250/* Define to 1 if you have the `getsockname' function. */
251#undef HAVE_GETSOCKNAME
252
253/* Define to 1 if you have the `getsockopt' function. */
254#undef HAVE_GETSOCKOPT
255
256/* Define to 1 if you have the `gettimeofday' function. */
257#undef HAVE_GETTIMEOFDAY
258
259/* Define to 1 if you have the <grp.h> header file. */
260#undef HAVE_GRP_H
261
262/* Define to 1 if you have the `inet_ntoa' function. */
263#undef HAVE_INET_NTOA
264
265/* Define to 1 if you have the `inet_ntop' function. */
266#undef HAVE_INET_NTOP
267
268/* Define to 1 if you have the `inet_pton' function. */
269#undef HAVE_INET_PTON
270
271/* Define to 1 if you have the <inttypes.h> header file. */
272#undef HAVE_INTTYPES_H
273
274/* Define to 1 if the system has the type `in_addr_t'. */
275#undef HAVE_IN_ADDR_T
276
277/* struct in_pktinfo needed for IP_PKTINFO support */
278#undef HAVE_IN_PKTINFO
279
280/* struct iovec needed for IPv6 support */
281#undef HAVE_IOVEC
282
283/* Define to 1 if you have the <io.h> header file. */
284#undef HAVE_IO_H
285
286/* struct iphdr needed for IPv6 support */
287#undef HAVE_IPHDR
288
289/* Define to 1 if you have the <libgen.h> header file. */
290#undef HAVE_LIBGEN_H
291
292/* Define to 1 if you have the `polarssl' library (-lpolarssl). */
293#undef HAVE_LIBPOLARSSL
294
295/* Define to 1 if you have the <limits.h> header file. */
296#undef HAVE_LIMITS_H
297
298/* Define to 1 if you have the <linux/if_tun.h> header file. */
299#undef HAVE_LINUX_IF_TUN_H
300
301/* Define to 1 if you have the <linux/sockios.h> header file. */
302#undef HAVE_LINUX_SOCKIOS_H
303
304/* Define to 1 if you have the <linux/types.h> header file. */
305#undef HAVE_LINUX_TYPES_H
306
307/* Define to 1 if you have the `listen' function. */
308#undef HAVE_LISTEN
309
310/* Define to 1 if you have the <lzo1x.h> header file. */
311#undef HAVE_LZO1X_H
312
313/* Define to 1 if you have the <lzoutil.h> header file. */
314#undef HAVE_LZOUTIL_H
315
316/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
317#undef HAVE_LZO_LZO1X_H
318
319/* Define to 1 if you have the <lzo/lzoutil.h> header file. */
320#undef HAVE_LZO_LZOUTIL_H
321
322/* Define to 1 if you have the <memory.h> header file. */
323#undef HAVE_MEMORY_H
324
325/* Define to 1 if you have the `memset' function. */
326#undef HAVE_MEMSET
327
328/* Define to 1 if you have the `mlockall' function. */
329#undef HAVE_MLOCKALL
330
331/* struct msghdr needed for extended socket error support */
332#undef HAVE_MSGHDR
333
334/* Define to 1 if you have the <netdb.h> header file. */
335#undef HAVE_NETDB_H
336
337/* Define to 1 if you have the <netinet/if_ether.h> header file. */
338#undef HAVE_NETINET_IF_ETHER_H
339
340/* Define to 1 if you have the <netinet/in.h> header file. */
341#undef HAVE_NETINET_IN_H
342
343/* Define to 1 if you have the <netinet/in_systm.h> header file. */
344#undef HAVE_NETINET_IN_SYSTM_H
345
346/* Define to 1 if you have the <netinet/ip.h> header file. */
347#undef HAVE_NETINET_IP_H
348
349/* Define to 1 if you have the <netinet/tcp.h> header file. */
350#undef HAVE_NETINET_TCP_H
351
352/* Define to 1 if you have the <net/if.h> header file. */
353#undef HAVE_NET_IF_H
354
355/* Define to 1 if you have the <net/if_tun.h> header file. */
356#undef HAVE_NET_IF_TUN_H
357
358/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
359#undef HAVE_NET_TUN_IF_TUN_H
360
361/* Define to 1 if you have the `nice' function. */
362#undef HAVE_NICE
363
364/* Define to 1 if you have the `openlog' function. */
365#undef HAVE_OPENLOG
366
367/* Use crypto library */
368#undef HAVE_OPENSSL_ENGINE
369
370/* Define to 1 if you have the `poll' function. */
371#undef HAVE_POLL
372
373/* Define to 1 if you have the `putenv' function. */
374#undef HAVE_PUTENV
375
376/* Define to 1 if you have the <pwd.h> header file. */
377#undef HAVE_PWD_H
378
379/* Define to 1 if you have the `readv' function. */
380#undef HAVE_READV
381
382/* Define to 1 if you have the `recv' function. */
383#undef HAVE_RECV
384
385/* Define to 1 if you have the `recvfrom' function. */
386#undef HAVE_RECVFROM
387
388/* Define to 1 if you have the `recvmsg' function. */
389#undef HAVE_RECVMSG
390
391/* Define to 1 if you have the <resolv.h> header file. */
392#undef HAVE_RESOLV_H
393
394/* Define to 1 if you have the `res_init' function. */
395#undef HAVE_RES_INIT
396
397/* Define to 1 if you have the `select' function. */
398#undef HAVE_SELECT
399
400/* Define to 1 if you have the `send' function. */
401#undef HAVE_SEND
402
403/* Define to 1 if you have the `sendmsg' function. */
404#undef HAVE_SENDMSG
405
406/* Define to 1 if you have the `sendto' function. */
407#undef HAVE_SENDTO
408
409/* Define to 1 if you have the `setgid' function. */
410#undef HAVE_SETGID
411
412/* Define to 1 if you have the `setgroups' function. */
413#undef HAVE_SETGROUPS
414
415/* Define to 1 if you have the `setsid' function. */
416#undef HAVE_SETSID
417
418/* Define to 1 if you have the `setsockopt' function. */
419#undef HAVE_SETSOCKOPT
420
421/* Define to 1 if you have the `setuid' function. */
422#undef HAVE_SETUID
423
424/* Define to 1 if you have the <signal.h> header file. */
425#undef HAVE_SIGNAL_H
426
427/* Define to 1 if you have the `socket' function. */
428#undef HAVE_SOCKET
429
430/* struct sock_extended_err needed for extended socket error support */
431#undef HAVE_SOCK_EXTENDED_ERR
432
433/* Define to 1 if you have the `stat' function. */
434#undef HAVE_STAT
435
436/* Define to 1 if you have the <stdarg.h> header file. */
437#undef HAVE_STDARG_H
438
439/* Define to 1 if you have the <stdbool.h> header file. */
440#undef HAVE_STDBOOL_H
441
442/* Define to 1 if you have the <stdint.h> header file. */
443#undef HAVE_STDINT_H
444
445/* Define to 1 if you have the <stdio.h> header file. */
446#undef HAVE_STDIO_H
447
448/* Define to 1 if you have the <stdlib.h> header file. */
449#undef HAVE_STDLIB_H
450
451/* Define to 1 if you have the `strdup' function. */
452#undef HAVE_STRDUP
453
454/* Define to 1 if you have the `strerror' function. */
455#undef HAVE_STRERROR
456
457/* Define to 1 if you have the <strings.h> header file. */
458#undef HAVE_STRINGS_H
459
460/* Define to 1 if you have the <string.h> header file. */
461#undef HAVE_STRING_H
462
463/* Define to 1 if you have the <stropts.h> header file. */
464#undef HAVE_STROPTS_H
465
466/* Define to 1 if you have the `syslog' function. */
467#undef HAVE_SYSLOG
468
469/* Define to 1 if you have the <syslog.h> header file. */
470#undef HAVE_SYSLOG_H
471
472/* Define to 1 if you have the `system' function. */
473#undef HAVE_SYSTEM
474
475/* Define to 1 if you have the <sys/epoll.h> header file. */
476#undef HAVE_SYS_EPOLL_H
477
478/* Define to 1 if you have the <sys/file.h> header file. */
479#undef HAVE_SYS_FILE_H
480
481/* Define to 1 if you have the <sys/ioctl.h> header file. */
482#undef HAVE_SYS_IOCTL_H
483
484/* Define to 1 if you have the <sys/mman.h> header file. */
485#undef HAVE_SYS_MMAN_H
486
487/* Define to 1 if you have the <sys/poll.h> header file. */
488#undef HAVE_SYS_POLL_H
489
490/* Define to 1 if you have the <sys/socket.h> header file. */
491#undef HAVE_SYS_SOCKET_H
492
493/* Define to 1 if you have the <sys/sockio.h> header file. */
494#undef HAVE_SYS_SOCKIO_H
495
496/* Define to 1 if you have the <sys/stat.h> header file. */
497#undef HAVE_SYS_STAT_H
498
499/* Define to 1 if you have the <sys/time.h> header file. */
500#undef HAVE_SYS_TIME_H
501
502/* Define to 1 if you have the <sys/types.h> header file. */
503#undef HAVE_SYS_TYPES_H
504
505/* Define to 1 if you have the <sys/uio.h> header file. */
506#undef HAVE_SYS_UIO_H
507
508/* Define to 1 if you have the <sys/un.h> header file. */
509#undef HAVE_SYS_UN_H
510
511/* Define to 1 if you have the <sys/wait.h> header file. */
512#undef HAVE_SYS_WAIT_H
513
514/* Define to 1 if you have the <tap-windows.h> header file. */
515#undef HAVE_TAP_WINDOWS_H
516
517/* Define to 1 if you have the `time' function. */
518#undef HAVE_TIME
519
520/* Define to 1 if you have the <time.h> header file. */
521#undef HAVE_TIME_H
522
523/* Define to 1 if you have the `umask' function. */
524#undef HAVE_UMASK
525
526/* Define to 1 if you have the <unistd.h> header file. */
527#undef HAVE_UNISTD_H
528
529/* Define to 1 if you have the `unlink' function. */
530#undef HAVE_UNLINK
531
532/* Define to 1 if you have the `vfork' function. */
533#undef HAVE_VFORK
534
535/* Define to 1 if you have the <vfork.h> header file. */
536#undef HAVE_VFORK_H
537
538/* Define to 1 if you have the `vsnprintf' function. */
539#undef HAVE_VSNPRINTF
540
541/* Define to 1 if you have the <windows.h> header file. */
542#undef HAVE_WINDOWS_H
543
544/* Define to 1 if you have the <winsock2.h> header file. */
545#undef HAVE_WINSOCK2_H
546
547/* Define to 1 if `fork' works. */
548#undef HAVE_WORKING_FORK
549
550/* Define to 1 if `vfork' works. */
551#undef HAVE_WORKING_VFORK
552
553/* Define to 1 if you have the `writev' function. */
554#undef HAVE_WRITEV
555
556/* Define to 1 if you have the <ws2tcpip.h> header file. */
557#undef HAVE_WS2TCPIP_H
558
559/* Path to ifconfig tool */
560#undef IFCONFIG_PATH
561
562/* Path to iproute tool */
563#undef IPROUTE_PATH
564
565/* Define to the sub-directory in which libtool stores uninstalled libraries.
566   */
567#undef LT_OBJDIR
568
569/* Version in windows resource format */
570#undef OPENVPN_VERSION_RESOURCE
571
572/* Name of package */
573#undef PACKAGE
574
575/* Define to the address where bug reports for this package should be sent. */
576#undef PACKAGE_BUGREPORT
577
578/* Define to the full name of this package. */
579#undef PACKAGE_NAME
580
581/* Define to the full name and version of this package. */
582#undef PACKAGE_STRING
583
584/* Define to the one symbol short name of this package. */
585#undef PACKAGE_TARNAME
586
587/* Define to the home page for this package. */
588#undef PACKAGE_URL
589
590/* Define to the version of this package. */
591#undef PACKAGE_VERSION
592
593/* Path separator */
594#undef PATH_SEPARATOR
595
596/* Path separator */
597#undef PATH_SEPARATOR_STR
598
599/* Define as the return type of signal handlers (`int' or `void'). */
600#undef RETSIGTYPE
601
602/* Path to route tool */
603#undef ROUTE_PATH
604
605/* SIGHUP replacement */
606#undef SIGHUP
607
608/* SIGINT replacement */
609#undef SIGINT
610
611/* SIGTERM replacement */
612#undef SIGTERM
613
614/* SIGUSR1 replacement */
615#undef SIGUSR1
616
617/* SIGUSR2 replacement */
618#undef SIGUSR2
619
620/* The size of `unsigned int', as computed by sizeof. */
621#undef SIZEOF_UNSIGNED_INT
622
623/* The size of `unsigned long', as computed by sizeof. */
624#undef SIZEOF_UNSIGNED_LONG
625
626/* Define to 1 if you have the ANSI C header files. */
627#undef STDC_HEADERS
628
629/* The tap-windows id */
630#undef TAP_WIN_COMPONENT_ID
631
632/* The tap-windows version number is required for OpenVPN */
633#undef TAP_WIN_MIN_MAJOR
634
635/* The tap-windows version number is required for OpenVPN */
636#undef TAP_WIN_MIN_MINOR
637
638/* A string representing our host */
639#undef TARGET_ALIAS
640
641/* Are we running on Mac OS X? */
642#undef TARGET_DARWIN
643
644/* Are we running on DragonFlyBSD? */
645#undef TARGET_DRAGONFLY
646
647/* Are we running on FreeBSD? */
648#undef TARGET_FREEBSD
649
650/* Are we running on Linux? */
651#undef TARGET_LINUX
652
653/* Are we running NetBSD? */
654#undef TARGET_NETBSD
655
656/* Are we running on OpenBSD? */
657#undef TARGET_OPENBSD
658
659/* Target prefix */
660#undef TARGET_PREFIX
661
662/* Are we running on Solaris? */
663#undef TARGET_SOLARIS
664
665/* Are we running WIN32? */
666#undef TARGET_WIN32
667
668/* dlopen libpam */
669#undef USE_PAM_DLOPEN
670
671/* Enable extensions on AIX 3, Interix.  */
672#ifndef _ALL_SOURCE
673# undef _ALL_SOURCE
674#endif
675/* Enable GNU extensions on systems that have them.  */
676#ifndef _GNU_SOURCE
677# undef _GNU_SOURCE
678#endif
679/* Enable threading extensions on Solaris.  */
680#ifndef _POSIX_PTHREAD_SEMANTICS
681# undef _POSIX_PTHREAD_SEMANTICS
682#endif
683/* Enable extensions on HP NonStop.  */
684#ifndef _TANDEM_SOURCE
685# undef _TANDEM_SOURCE
686#endif
687/* Enable general extensions on Solaris.  */
688#ifndef __EXTENSIONS__
689# undef __EXTENSIONS__
690#endif
691
692
693/* Use valgrind memory debugging library */
694#undef USE_VALGRIND
695
696/* Version number of package */
697#undef VERSION
698
699/* Define to 1 if on MINIX. */
700#undef _MINIX
701
702/* Define to 2 if the system does not provide POSIX.1 features except with
703   this defined. */
704#undef _POSIX_1_SOURCE
705
706/* Define to 1 if you need to in order for `stat' and other things to work. */
707#undef _POSIX_SOURCE
708
709/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
710   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
711   #define below would cause a syntax error. */
712#undef _UINT32_T
713
714/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
715   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
716   #define below would cause a syntax error. */
717#undef _UINT64_T
718
719/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
720   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
721   #define below would cause a syntax error. */
722#undef _UINT8_T
723
724/* Define to empty if `const' does not conform to ANSI C. */
725#undef const
726
727/* Define to `int' if <sys/types.h> doesn't define. */
728#undef gid_t
729
730/* Workaround missing in_addr_t */
731#undef in_addr_t
732
733/* Define to `__inline__' or `__inline' if that's what the C compiler
734   calls it, or to nothing if 'inline' is not supported under any name.  */
735#ifndef __cplusplus
736#undef inline
737#endif
738
739/* Define to the type of a signed integer type of width exactly 16 bits if
740   such a type exists and the standard includes do not define it. */
741#undef int16_t
742
743/* Define to the type of a signed integer type of width exactly 32 bits if
744   such a type exists and the standard includes do not define it. */
745#undef int32_t
746
747/* Define to the type of a signed integer type of width exactly 64 bits if
748   such a type exists and the standard includes do not define it. */
749#undef int64_t
750
751/* Define to the type of a signed integer type of width exactly 8 bits if such
752   a type exists and the standard includes do not define it. */
753#undef int8_t
754
755/* Define to `long int' if <sys/types.h> does not define. */
756#undef off_t
757
758/* Define to `int' if <sys/types.h> does not define. */
759#undef pid_t
760
761/* Define to `unsigned int' if <sys/types.h> does not define. */
762#undef size_t
763
764/* type to use in place of socklen_t if not defined */
765#undef socklen_t
766
767/* Define to `int' if <sys/types.h> doesn't define. */
768#undef uid_t
769
770/* Define to the type of an unsigned integer type of width exactly 16 bits if
771   such a type exists and the standard includes do not define it. */
772#undef uint16_t
773
774/* Define to the type of an unsigned integer type of width exactly 32 bits if
775   such a type exists and the standard includes do not define it. */
776#undef uint32_t
777
778/* Define to the type of an unsigned integer type of width exactly 64 bits if
779   such a type exists and the standard includes do not define it. */
780#undef uint64_t
781
782/* Define to the type of an unsigned integer type of width exactly 8 bits if
783   such a type exists and the standard includes do not define it. */
784#undef uint8_t
785
786/* Define as `fork' if `vfork' does not work. */
787#undef vfork
788
789/* Define to empty if the keyword `volatile' does not work. Warning: valid
790   code using `volatile' can become incorrect without. Disable with care. */
791#undef volatile
792