1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the `getaddrinfo' function. */
4#undef HAVE_GETADDRINFO
5
6/* Define to 1 if you have the `gethostbyname2' function. */
7#undef HAVE_GETHOSTBYNAME2
8
9/* Define to 1 if you have the `getnameinfo' function. */
10#undef HAVE_GETNAMEINFO
11
12/* Define to 1 if you have the `nsl' library (-lnsl). */
13#undef HAVE_LIBNSL
14
15/* Define to 1 if you have the `socket' library (-lsocket). */
16#undef HAVE_LIBSOCKET
17
18/* Define to 1 if `struct sockaddr' has element `sa_len'. */
19#undef HAVE_SA_LEN
20
21/* Define to the address where bug reports for this package should be sent. */
22#undef PACKAGE_BUGREPORT
23
24/* Define to the full name of this package. */
25#undef PACKAGE_NAME
26
27/* Define to the full name and version of this package. */
28#undef PACKAGE_STRING
29
30/* Define to the one symbol short name of this package. */
31#undef PACKAGE_TARNAME
32
33/* Define to the version of this package. */
34#undef PACKAGE_VERSION
35
36/* Define to `int' if `socklen_t' does not exist. */
37#undef socklen_t
38