annotate src/liblo-0.26/config.h.in @ 83:ae30d91d2ffe

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