cannam@89: /* config.h. Generated from config.h.in by configure. */ 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: #define HAVE_INTTYPES_H 1 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: #define HAVE_MEMORY_H 1 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: #define HAVE_SELECT 1 cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #define HAVE_STDINT_H 1 cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #define HAVE_STDLIB_H 1 cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #define HAVE_STRINGS_H 1 cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #define HAVE_STRING_H 1 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: #define HAVE_SYS_STAT_H 1 cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #define HAVE_SYS_TYPES_H 1 cannam@89: cannam@89: /* Define to 1 if you have the header file. */ cannam@89: #define HAVE_UNISTD_H 1 cannam@89: cannam@89: /* If machine is bigendian */ cannam@89: #define LO_BIGENDIAN "0" 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: #define PACKAGE "liblo" cannam@89: cannam@89: /* Define to the address where bug reports for this package should be sent. */ cannam@89: #define PACKAGE_BUGREPORT "liblo-devel@lists.sourceforge.net" cannam@89: cannam@89: /* Define to the full name of this package. */ cannam@89: #define PACKAGE_NAME "liblo" cannam@89: cannam@89: /* Define to the full name and version of this package. */ cannam@89: #define PACKAGE_STRING "liblo " /*VERSION*/ cannam@89: cannam@89: /* Define to the one symbol short name of this package. */ cannam@89: #define PACKAGE_TARNAME "liblo" cannam@89: cannam@89: /* Define to the version of this package. */ cannam@89: #define PACKAGE_VERSION /*VERSION*/ cannam@89: cannam@89: /* Define to 1 if you have the ANSI C header files. */ cannam@89: #define STDC_HEADERS 1 cannam@89: cannam@89: /* Version number of package */ cannam@89: #define VERSION /*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 */