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