config.h.in revision 555991fd
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
51d656433aSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
52d656433aSmrg   */
53d656433aSmrg#undef LT_OBJDIR
54d656433aSmrg
55126a8a12Smrg/* Name of package */
56126a8a12Smrg#undef PACKAGE
57126a8a12Smrg
58126a8a12Smrg/* Define to the address where bug reports for this package should be sent. */
59126a8a12Smrg#undef PACKAGE_BUGREPORT
60126a8a12Smrg
61126a8a12Smrg/* Define to the full name of this package. */
62126a8a12Smrg#undef PACKAGE_NAME
63126a8a12Smrg
64126a8a12Smrg/* Define to the full name and version of this package. */
65126a8a12Smrg#undef PACKAGE_STRING
66126a8a12Smrg
67126a8a12Smrg/* Define to the one symbol short name of this package. */
68126a8a12Smrg#undef PACKAGE_TARNAME
69126a8a12Smrg
70555991fdSmrg/* Define to the home page for this package. */
71555991fdSmrg#undef PACKAGE_URL
72555991fdSmrg
73126a8a12Smrg/* Define to the version of this package. */
74126a8a12Smrg#undef PACKAGE_VERSION
75126a8a12Smrg
76126a8a12Smrg/* Major version of this package */
77126a8a12Smrg#undef PACKAGE_VERSION_MAJOR
78126a8a12Smrg
79126a8a12Smrg/* Minor version of this package */
80126a8a12Smrg#undef PACKAGE_VERSION_MINOR
81126a8a12Smrg
82126a8a12Smrg/* Patch version of this package */
83126a8a12Smrg#undef PACKAGE_VERSION_PATCHLEVEL
84126a8a12Smrg
85126a8a12Smrg/* Define as the return type of signal handlers (`int' or `void'). */
86126a8a12Smrg#undef RETSIGTYPE
87126a8a12Smrg
88126a8a12Smrg/* Define to 1 if you have the ANSI C header files. */
89126a8a12Smrg#undef STDC_HEADERS
90126a8a12Smrg
91126a8a12Smrg/* Support TCP socket connections */
92126a8a12Smrg#undef TCPCONN
93126a8a12Smrg
94126a8a12Smrg/* Support UNIX socket connections */
95126a8a12Smrg#undef UNIXCONN
96126a8a12Smrg
97126a8a12Smrg/* Version number of package */
98126a8a12Smrg#undef VERSION
99