1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the basename function. */
#undef HAVE_BASENAME
/* Define if you have the fnmatch function. */
#undef HAVE_FNMATCH
/* Define if you have the fputchar function. */
#undef HAVE_FPUTCHAR
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
/* Define if you have the getdomainname function. */
#undef HAVE_GETDOMAINNAME
/* Define if you have the getopt_long function. */
#undef HAVE_GETOPT_LONG
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
/* Define if you have the strdup function. */
#undef HAVE_STRDUP
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the tparam function. */
#undef HAVE_TPARAM
/* Define if you have the tparm function. */
#undef HAVE_TPARM
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the resolv library (-lresolv). */
#undef HAVE_LIBRESOLV
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
/* Define if netdb.h declares h_errno */
#undef H_ERRNO_DECLARED
/* Define if you have struct sockaddr_storage */
#undef HAVE_STRUCT_SOCKADDR_STORAGE
/* Define if you have member sa_len in struct sockaddr */
#undef HAVE_STRUCT_MEMBER_SOCKADDR_SA_LEN
|