config.h.in revision 6bea0e4f
1126a8a12Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2126a8a12Smrg
3126a8a12Smrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
4126a8a12Smrg#undef BSD44SOCKETS
5126a8a12Smrg
6126a8a12Smrg/* Define to 1 if you have the <dlfcn.h> header file. */
7126a8a12Smrg#undef HAVE_DLFCN_H
8126a8a12Smrg
96bea0e4fSmrg/* Define to 1 if you have the 'getaddrinfo' function. */
106bea0e4fSmrg#undef HAVE_GETADDRINFO
116bea0e4fSmrg
126bea0e4fSmrg/* Define to 1 if you have the 'inet_ntop' function. */
136bea0e4fSmrg#undef HAVE_INET_NTOP
146bea0e4fSmrg
15126a8a12Smrg/* Define to 1 if you have the <inttypes.h> header file. */
16126a8a12Smrg#undef HAVE_INTTYPES_H
17126a8a12Smrg
186bea0e4fSmrg/* Define to 1 if you have the 'ws2_32' library (-lws2_32). */
19d656433aSmrg#undef HAVE_LIBWS2_32
20d656433aSmrg
216bea0e4fSmrg/* Define to 1 if the system has the type 'socklen_t'. */
22d656433aSmrg#undef HAVE_SOCKLEN_T
23d656433aSmrg
24126a8a12Smrg/* Define to 1 if you have the <stdint.h> header file. */
25126a8a12Smrg#undef HAVE_STDINT_H
26126a8a12Smrg
273fb97780Smrg/* Define to 1 if you have the <stdio.h> header file. */
283fb97780Smrg#undef HAVE_STDIO_H
293fb97780Smrg
30126a8a12Smrg/* Define to 1 if you have the <stdlib.h> header file. */
31126a8a12Smrg#undef HAVE_STDLIB_H
32126a8a12Smrg
336bea0e4fSmrg/* Define to 1 if you have the 'strcasecmp' function. */
343fb97780Smrg#undef HAVE_STRCASECMP
353fb97780Smrg
36126a8a12Smrg/* Define to 1 if you have the <strings.h> header file. */
37126a8a12Smrg#undef HAVE_STRINGS_H
38126a8a12Smrg
39126a8a12Smrg/* Define to 1 if you have the <string.h> header file. */
40126a8a12Smrg#undef HAVE_STRING_H
41126a8a12Smrg
426bea0e4fSmrg/* Define to 1 if you have the 'strlcpy' function. */
433fb97780Smrg#undef HAVE_STRLCPY
443fb97780Smrg
456bea0e4fSmrg/* Define to 1 if the system has the type 'struct sockaddr_storage'. */
466bea0e4fSmrg#undef HAVE_STRUCT_SOCKADDR_STORAGE
476bea0e4fSmrg
48126a8a12Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
49126a8a12Smrg#undef HAVE_SYS_STAT_H
50126a8a12Smrg
51126a8a12Smrg/* Define to 1 if you have the <sys/types.h> header file. */
52126a8a12Smrg#undef HAVE_SYS_TYPES_H
53126a8a12Smrg
54126a8a12Smrg/* Define to 1 if you have the <unistd.h> header file. */
55126a8a12Smrg#undef HAVE_UNISTD_H
56126a8a12Smrg
576bea0e4fSmrg/* Define to 1 if you have the 'uuid_create' function. */
58d656433aSmrg#undef HAVE_UUID_CREATE
59d656433aSmrg
60126a8a12Smrg/* Support IPv6 for TCP connections */
61126a8a12Smrg#undef IPv6
62126a8a12Smrg
63126a8a12Smrg/* Support os-specific local connections */
64126a8a12Smrg#undef LOCALCONN
65126a8a12Smrg
66300346aeSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
67d656433aSmrg#undef LT_OBJDIR
68d656433aSmrg
69126a8a12Smrg/* Name of package */
70126a8a12Smrg#undef PACKAGE
71126a8a12Smrg
72126a8a12Smrg/* Define to the address where bug reports for this package should be sent. */
73126a8a12Smrg#undef PACKAGE_BUGREPORT
74126a8a12Smrg
75126a8a12Smrg/* Define to the full name of this package. */
76126a8a12Smrg#undef PACKAGE_NAME
77126a8a12Smrg
78126a8a12Smrg/* Define to the full name and version of this package. */
79126a8a12Smrg#undef PACKAGE_STRING
80126a8a12Smrg
81126a8a12Smrg/* Define to the one symbol short name of this package. */
82126a8a12Smrg#undef PACKAGE_TARNAME
83126a8a12Smrg
84555991fdSmrg/* Define to the home page for this package. */
85555991fdSmrg#undef PACKAGE_URL
86555991fdSmrg
87126a8a12Smrg/* Define to the version of this package. */
88126a8a12Smrg#undef PACKAGE_VERSION
89126a8a12Smrg
90126a8a12Smrg/* Major version of this package */
91126a8a12Smrg#undef PACKAGE_VERSION_MAJOR
92126a8a12Smrg
93126a8a12Smrg/* Minor version of this package */
94126a8a12Smrg#undef PACKAGE_VERSION_MINOR
95126a8a12Smrg
96126a8a12Smrg/* Patch version of this package */
97126a8a12Smrg#undef PACKAGE_VERSION_PATCHLEVEL
98126a8a12Smrg
996bea0e4fSmrg/* Define to 1 if all of the C89 standard headers exist (not just the ones
1003fb97780Smrg   required in a freestanding environment). This macro is provided for
1013fb97780Smrg   backward compatibility; new code need not use it. */
102126a8a12Smrg#undef STDC_HEADERS
103126a8a12Smrg
104126a8a12Smrg/* Support TCP socket connections */
105126a8a12Smrg#undef TCPCONN
106126a8a12Smrg
107126a8a12Smrg/* Support UNIX socket connections */
108126a8a12Smrg#undef UNIXCONN
109126a8a12Smrg
110126a8a12Smrg/* Version number of package */
111126a8a12Smrg#undef VERSION
112300346aeSmrg
113300346aeSmrg/* Defined if needed to expose struct msghdr.msg_control */
114300346aeSmrg#undef _XOPEN_SOURCE
115