config.h.in revision 126a8a12
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 12126a8a12Smrg/* Define to 1 if you have the <memory.h> header file. */ 13126a8a12Smrg#undef HAVE_MEMORY_H 14126a8a12Smrg 15126a8a12Smrg/* Define to 1 if you have the <stdint.h> header file. */ 16126a8a12Smrg#undef HAVE_STDINT_H 17126a8a12Smrg 18126a8a12Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 19126a8a12Smrg#undef HAVE_STDLIB_H 20126a8a12Smrg 21126a8a12Smrg/* Define to 1 if you have the <strings.h> header file. */ 22126a8a12Smrg#undef HAVE_STRINGS_H 23126a8a12Smrg 24126a8a12Smrg/* Define to 1 if you have the <string.h> header file. */ 25126a8a12Smrg#undef HAVE_STRING_H 26126a8a12Smrg 27126a8a12Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 28126a8a12Smrg#undef HAVE_SYS_STAT_H 29126a8a12Smrg 30126a8a12Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 31126a8a12Smrg#undef HAVE_SYS_TYPES_H 32126a8a12Smrg 33126a8a12Smrg/* Define to 1 if you have the <unistd.h> header file. */ 34126a8a12Smrg#undef HAVE_UNISTD_H 35126a8a12Smrg 36126a8a12Smrg/* Support IPv6 for TCP connections */ 37126a8a12Smrg#undef IPv6 38126a8a12Smrg 39126a8a12Smrg/* Support os-specific local connections */ 40126a8a12Smrg#undef LOCALCONN 41126a8a12Smrg 42126a8a12Smrg/* Name of package */ 43126a8a12Smrg#undef PACKAGE 44126a8a12Smrg 45126a8a12Smrg/* Define to the address where bug reports for this package should be sent. */ 46126a8a12Smrg#undef PACKAGE_BUGREPORT 47126a8a12Smrg 48126a8a12Smrg/* Define to the full name of this package. */ 49126a8a12Smrg#undef PACKAGE_NAME 50126a8a12Smrg 51126a8a12Smrg/* Define to the full name and version of this package. */ 52126a8a12Smrg#undef PACKAGE_STRING 53126a8a12Smrg 54126a8a12Smrg/* Define to the one symbol short name of this package. */ 55126a8a12Smrg#undef PACKAGE_TARNAME 56126a8a12Smrg 57126a8a12Smrg/* Define to the version of this package. */ 58126a8a12Smrg#undef PACKAGE_VERSION 59126a8a12Smrg 60126a8a12Smrg/* Major version of this package */ 61126a8a12Smrg#undef PACKAGE_VERSION_MAJOR 62126a8a12Smrg 63126a8a12Smrg/* Minor version of this package */ 64126a8a12Smrg#undef PACKAGE_VERSION_MINOR 65126a8a12Smrg 66126a8a12Smrg/* Patch version of this package */ 67126a8a12Smrg#undef PACKAGE_VERSION_PATCHLEVEL 68126a8a12Smrg 69126a8a12Smrg/* Define as the return type of signal handlers (`int' or `void'). */ 70126a8a12Smrg#undef RETSIGTYPE 71126a8a12Smrg 72126a8a12Smrg/* Define to 1 if you have the ANSI C header files. */ 73126a8a12Smrg#undef STDC_HEADERS 74126a8a12Smrg 75126a8a12Smrg/* Support TCP socket connections */ 76126a8a12Smrg#undef TCPCONN 77126a8a12Smrg 78126a8a12Smrg/* Support UNIX socket connections */ 79126a8a12Smrg#undef UNIXCONN 80126a8a12Smrg 81126a8a12Smrg/* Version number of package */ 82126a8a12Smrg#undef VERSION 83