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