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