cannam@89: /* config.h.in. Generated from configure.ac by autoheader. */ cannam@89: cannam@89: /* Define this to enable ipv6. */ cannam@89: #undef ENABLE_IPV6 cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_DLFCN_H cannam@89: cannam@89: /* Define to 1 if inet_aton() is available. */ cannam@89: #undef HAVE_INET_ATON cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_INTTYPES_H cannam@89: cannam@89: /* Define to 1 if you have the `m' library (-lm). */ cannam@89: #undef HAVE_LIBM cannam@89: cannam@89: /* Define to 1 if you have the `pthread' library (-lpthread). */ cannam@89: #undef HAVE_LIBPTHREAD cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_MEMORY_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_NETDB_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_NETINET_IN_H cannam@89: cannam@89: /* Define to 1 if poll() is available. */ cannam@89: #undef HAVE_POLL cannam@89: cannam@89: /* Define to 1 if select() is available. */ cannam@89: #undef HAVE_SELECT cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_STDINT_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_STDLIB_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_STRINGS_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_STRING_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_SYS_SOCKET_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_SYS_STAT_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_SYS_TYPES_H cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #undef HAVE_UNISTD_H cannam@89: cannam@89: /* If machine is bigendian */ cannam@89: #undef LO_BIGENDIAN cannam@89: cannam@89: /* Define to the sub-directory in which libtool stores uninstalled libraries. cannam@89: */ cannam@89: #undef LT_OBJDIR cannam@89: cannam@89: /* Define to 1 if your C compiler doesn't accept -c and -o together. */ cannam@89: #undef NO_MINUS_C_MINUS_O cannam@89: cannam@89: /* Name of package */ cannam@89: #undef PACKAGE cannam@89: cannam@89: /* Define to the address where bug reports for this package should be sent. */ cannam@89: #undef PACKAGE_BUGREPORT cannam@89: cannam@89: /* Define to the full name of this package. */ cannam@89: #undef PACKAGE_NAME cannam@89: cannam@89: /* Define to the full name and version of this package. */ cannam@89: #undef PACKAGE_STRING cannam@89: cannam@89: /* Define to the one symbol short name of this package. */ cannam@89: #undef PACKAGE_TARNAME cannam@89: cannam@89: /* Define to the version of this package. */ cannam@89: #undef PACKAGE_VERSION cannam@89: cannam@89: /* Define to 1 if you have the ANSI C header files. */ cannam@89: #undef STDC_HEADERS cannam@89: cannam@89: /* Version number of package */ cannam@89: #undef VERSION cannam@89: cannam@89: /* Define to empty if `const' does not conform to ANSI C. */ cannam@89: #undef const cannam@89: cannam@89: /* Define to `unsigned int' if does not define. */ cannam@89: #undef size_t