config.h.in revision 300346ae
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
9126a8a12Smrg/* Define to 1 if you have the <inttypes.h> header file. */
10126a8a12Smrg#undef HAVE_INTTYPES_H
11126a8a12Smrg
12d656433aSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
13d656433aSmrg#undef HAVE_LIBWS2_32
14d656433aSmrg
15126a8a12Smrg/* Define to 1 if you have the <memory.h> header file. */
16126a8a12Smrg#undef HAVE_MEMORY_H
17126a8a12Smrg
18d656433aSmrg/* Define to 1 if the system has the type `socklen_t'. */
19d656433aSmrg#undef HAVE_SOCKLEN_T
20d656433aSmrg
21126a8a12Smrg/* Define to 1 if you have the <stdint.h> header file. */
22126a8a12Smrg#undef HAVE_STDINT_H
23126a8a12Smrg
24126a8a12Smrg/* Define to 1 if you have the <stdlib.h> header file. */
25126a8a12Smrg#undef HAVE_STDLIB_H
26126a8a12Smrg
27126a8a12Smrg/* Define to 1 if you have the <strings.h> header file. */
28126a8a12Smrg#undef HAVE_STRINGS_H
29126a8a12Smrg
30126a8a12Smrg/* Define to 1 if you have the <string.h> header file. */
31126a8a12Smrg#undef HAVE_STRING_H
32126a8a12Smrg
33126a8a12Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
34126a8a12Smrg#undef HAVE_SYS_STAT_H
35126a8a12Smrg
36126a8a12Smrg/* Define to 1 if you have the <sys/types.h> header file. */
37126a8a12Smrg#undef HAVE_SYS_TYPES_H
38126a8a12Smrg
39126a8a12Smrg/* Define to 1 if you have the <unistd.h> header file. */
40126a8a12Smrg#undef HAVE_UNISTD_H
41126a8a12Smrg
42d656433aSmrg/* Define to 1 if you have the `uuid_create' function. */
43d656433aSmrg#undef HAVE_UUID_CREATE
44d656433aSmrg
45126a8a12Smrg/* Support IPv6 for TCP connections */
46126a8a12Smrg#undef IPv6
47126a8a12Smrg
48126a8a12Smrg/* Support os-specific local connections */
49126a8a12Smrg#undef LOCALCONN
50126a8a12Smrg
51300346aeSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
52d656433aSmrg#undef LT_OBJDIR
53d656433aSmrg
54126a8a12Smrg/* Name of package */
55126a8a12Smrg#undef PACKAGE
56126a8a12Smrg
57126a8a12Smrg/* Define to the address where bug reports for this package should be sent. */
58126a8a12Smrg#undef PACKAGE_BUGREPORT
59126a8a12Smrg
60126a8a12Smrg/* Define to the full name of this package. */
61126a8a12Smrg#undef PACKAGE_NAME
62126a8a12Smrg
63126a8a12Smrg/* Define to the full name and version of this package. */
64126a8a12Smrg#undef PACKAGE_STRING
65126a8a12Smrg
66126a8a12Smrg/* Define to the one symbol short name of this package. */
67126a8a12Smrg#undef PACKAGE_TARNAME
68126a8a12Smrg
69555991fdSmrg/* Define to the home page for this package. */
70555991fdSmrg#undef PACKAGE_URL
71555991fdSmrg
72126a8a12Smrg/* Define to the version of this package. */
73126a8a12Smrg#undef PACKAGE_VERSION
74126a8a12Smrg
75126a8a12Smrg/* Major version of this package */
76126a8a12Smrg#undef PACKAGE_VERSION_MAJOR
77126a8a12Smrg
78126a8a12Smrg/* Minor version of this package */
79126a8a12Smrg#undef PACKAGE_VERSION_MINOR
80126a8a12Smrg
81126a8a12Smrg/* Patch version of this package */
82126a8a12Smrg#undef PACKAGE_VERSION_PATCHLEVEL
83126a8a12Smrg
84126a8a12Smrg/* Define to 1 if you have the ANSI C header files. */
85126a8a12Smrg#undef STDC_HEADERS
86126a8a12Smrg
87126a8a12Smrg/* Support TCP socket connections */
88126a8a12Smrg#undef TCPCONN
89126a8a12Smrg
90126a8a12Smrg/* Support UNIX socket connections */
91126a8a12Smrg#undef UNIXCONN
92126a8a12Smrg
93126a8a12Smrg/* Version number of package */
94126a8a12Smrg#undef VERSION
95300346aeSmrg
96300346aeSmrg/* Defined if needed to expose struct msghdr.msg_control */
97300346aeSmrg#undef _XOPEN_SOURCE
98