annotate src/liblo-0.26/config.h.in @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 8a15ff55d9af
children
rev   line source
cannam@89 1 /* config.h.in. Generated from configure.ac by autoheader. */
cannam@89 2
cannam@89 3 /* Define this to enable ipv6. */
cannam@89 4 #undef ENABLE_IPV6
cannam@89 5
cannam@89 6 /* Define to 1 if you have the <dlfcn.h> header file. */
cannam@89 7 #undef HAVE_DLFCN_H
cannam@89 8
cannam@89 9 /* Define to 1 if inet_aton() is available. */
cannam@89 10 #undef HAVE_INET_ATON
cannam@89 11
cannam@89 12 /* Define to 1 if you have the <inttypes.h> header file. */
cannam@89 13 #undef HAVE_INTTYPES_H
cannam@89 14
cannam@89 15 /* Define to 1 if you have the `m' library (-lm). */
cannam@89 16 #undef HAVE_LIBM
cannam@89 17
cannam@89 18 /* Define to 1 if you have the `pthread' library (-lpthread). */
cannam@89 19 #undef HAVE_LIBPTHREAD
cannam@89 20
cannam@89 21 /* Define to 1 if you have the <memory.h> header file. */
cannam@89 22 #undef HAVE_MEMORY_H
cannam@89 23
cannam@89 24 /* Define to 1 if you have the <netdb.h> header file. */
cannam@89 25 #undef HAVE_NETDB_H
cannam@89 26
cannam@89 27 /* Define to 1 if you have the <netinet/in.h> header file. */
cannam@89 28 #undef HAVE_NETINET_IN_H
cannam@89 29
cannam@89 30 /* Define to 1 if poll() is available. */
cannam@89 31 #undef HAVE_POLL
cannam@89 32
cannam@89 33 /* Define to 1 if select() is available. */
cannam@89 34 #undef HAVE_SELECT
cannam@89 35
cannam@89 36 /* Define to 1 if you have the <stdint.h> header file. */
cannam@89 37 #undef HAVE_STDINT_H
cannam@89 38
cannam@89 39 /* Define to 1 if you have the <stdlib.h> header file. */
cannam@89 40 #undef HAVE_STDLIB_H
cannam@89 41
cannam@89 42 /* Define to 1 if you have the <strings.h> header file. */
cannam@89 43 #undef HAVE_STRINGS_H
cannam@89 44
cannam@89 45 /* Define to 1 if you have the <string.h> header file. */
cannam@89 46 #undef HAVE_STRING_H
cannam@89 47
cannam@89 48 /* Define to 1 if you have the <sys/socket.h> header file. */
cannam@89 49 #undef HAVE_SYS_SOCKET_H
cannam@89 50
cannam@89 51 /* Define to 1 if you have the <sys/stat.h> header file. */
cannam@89 52 #undef HAVE_SYS_STAT_H
cannam@89 53
cannam@89 54 /* Define to 1 if you have the <sys/types.h> header file. */
cannam@89 55 #undef HAVE_SYS_TYPES_H
cannam@89 56
cannam@89 57 /* Define to 1 if you have the <unistd.h> header file. */
cannam@89 58 #undef HAVE_UNISTD_H
cannam@89 59
cannam@89 60 /* If machine is bigendian */
cannam@89 61 #undef LO_BIGENDIAN
cannam@89 62
cannam@89 63 /* Define to the sub-directory in which libtool stores uninstalled libraries.
cannam@89 64 */
cannam@89 65 #undef LT_OBJDIR
cannam@89 66
cannam@89 67 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
cannam@89 68 #undef NO_MINUS_C_MINUS_O
cannam@89 69
cannam@89 70 /* Name of package */
cannam@89 71 #undef PACKAGE
cannam@89 72
cannam@89 73 /* Define to the address where bug reports for this package should be sent. */
cannam@89 74 #undef PACKAGE_BUGREPORT
cannam@89 75
cannam@89 76 /* Define to the full name of this package. */
cannam@89 77 #undef PACKAGE_NAME
cannam@89 78
cannam@89 79 /* Define to the full name and version of this package. */
cannam@89 80 #undef PACKAGE_STRING
cannam@89 81
cannam@89 82 /* Define to the one symbol short name of this package. */
cannam@89 83 #undef PACKAGE_TARNAME
cannam@89 84
cannam@89 85 /* Define to the version of this package. */
cannam@89 86 #undef PACKAGE_VERSION
cannam@89 87
cannam@89 88 /* Define to 1 if you have the ANSI C header files. */
cannam@89 89 #undef STDC_HEADERS
cannam@89 90
cannam@89 91 /* Version number of package */
cannam@89 92 #undef VERSION
cannam@89 93
cannam@89 94 /* Define to empty if `const' does not conform to ANSI C. */
cannam@89 95 #undef const
cannam@89 96
cannam@89 97 /* Define to `unsigned int' if <sys/types.h> does not define. */
cannam@89 98 #undef size_t