config.h.in revision 3fb97780
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
15d656433aSmrg/* Define to 1 if the system has the type `socklen_t'. */
16d656433aSmrg#undef HAVE_SOCKLEN_T
17d656433aSmrg
18126a8a12Smrg/* Define to 1 if you have the <stdint.h> header file. */
19126a8a12Smrg#undef HAVE_STDINT_H
20126a8a12Smrg
213fb97780Smrg/* Define to 1 if you have the <stdio.h> header file. */
223fb97780Smrg#undef HAVE_STDIO_H
233fb97780Smrg
24126a8a12Smrg/* Define to 1 if you have the <stdlib.h> header file. */
25126a8a12Smrg#undef HAVE_STDLIB_H
26126a8a12Smrg
273fb97780Smrg/* Define to 1 if you have the `strcasecmp' function. */
283fb97780Smrg#undef HAVE_STRCASECMP
293fb97780Smrg
30126a8a12Smrg/* Define to 1 if you have the <strings.h> header file. */
31126a8a12Smrg#undef HAVE_STRINGS_H
32126a8a12Smrg
33126a8a12Smrg/* Define to 1 if you have the <string.h> header file. */
34126a8a12Smrg#undef HAVE_STRING_H
35126a8a12Smrg
363fb97780Smrg/* Define to 1 if you have the `strlcpy' function. */
373fb97780Smrg#undef HAVE_STRLCPY
383fb97780Smrg
39126a8a12Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
40126a8a12Smrg#undef HAVE_SYS_STAT_H
41126a8a12Smrg
42126a8a12Smrg/* Define to 1 if you have the <sys/types.h> header file. */
43126a8a12Smrg#undef HAVE_SYS_TYPES_H
44126a8a12Smrg
45126a8a12Smrg/* Define to 1 if you have the <unistd.h> header file. */
46126a8a12Smrg#undef HAVE_UNISTD_H
47126a8a12Smrg
48d656433aSmrg/* Define to 1 if you have the `uuid_create' function. */
49d656433aSmrg#undef HAVE_UUID_CREATE
50d656433aSmrg
51126a8a12Smrg/* Support IPv6 for TCP connections */
52126a8a12Smrg#undef IPv6
53126a8a12Smrg
54126a8a12Smrg/* Support os-specific local connections */
55126a8a12Smrg#undef LOCALCONN
56126a8a12Smrg
57300346aeSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
58d656433aSmrg#undef LT_OBJDIR
59d656433aSmrg
60126a8a12Smrg/* Name of package */
61126a8a12Smrg#undef PACKAGE
62126a8a12Smrg
63126a8a12Smrg/* Define to the address where bug reports for this package should be sent. */
64126a8a12Smrg#undef PACKAGE_BUGREPORT
65126a8a12Smrg
66126a8a12Smrg/* Define to the full name of this package. */
67126a8a12Smrg#undef PACKAGE_NAME
68126a8a12Smrg
69126a8a12Smrg/* Define to the full name and version of this package. */
70126a8a12Smrg#undef PACKAGE_STRING
71126a8a12Smrg
72126a8a12Smrg/* Define to the one symbol short name of this package. */
73126a8a12Smrg#undef PACKAGE_TARNAME
74126a8a12Smrg
75555991fdSmrg/* Define to the home page for this package. */
76555991fdSmrg#undef PACKAGE_URL
77555991fdSmrg
78126a8a12Smrg/* Define to the version of this package. */
79126a8a12Smrg#undef PACKAGE_VERSION
80126a8a12Smrg
81126a8a12Smrg/* Major version of this package */
82126a8a12Smrg#undef PACKAGE_VERSION_MAJOR
83126a8a12Smrg
84126a8a12Smrg/* Minor version of this package */
85126a8a12Smrg#undef PACKAGE_VERSION_MINOR
86126a8a12Smrg
87126a8a12Smrg/* Patch version of this package */
88126a8a12Smrg#undef PACKAGE_VERSION_PATCHLEVEL
89126a8a12Smrg
903fb97780Smrg/* Define to 1 if all of the C90 standard headers exist (not just the ones
913fb97780Smrg   required in a freestanding environment). This macro is provided for
923fb97780Smrg   backward compatibility; new code need not use it. */
93126a8a12Smrg#undef STDC_HEADERS
94126a8a12Smrg
95126a8a12Smrg/* Support TCP socket connections */
96126a8a12Smrg#undef TCPCONN
97126a8a12Smrg
98126a8a12Smrg/* Support UNIX socket connections */
99126a8a12Smrg#undef UNIXCONN
100126a8a12Smrg
101126a8a12Smrg/* Version number of package */
102126a8a12Smrg#undef VERSION
103300346aeSmrg
104300346aeSmrg/* Defined if needed to expose struct msghdr.msg_control */
105300346aeSmrg#undef _XOPEN_SOURCE
106