annotate src/libogg-1.3.0/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 05aa0afa9217
children
rev   line source
Chris@1 1 /* config.h.in. Generated from configure.in by autoheader. */
Chris@1 2
Chris@1 3 /* Define to 1 if you have the <dlfcn.h> header file. */
Chris@1 4 #undef HAVE_DLFCN_H
Chris@1 5
Chris@1 6 /* Define to 1 if you have the <inttypes.h> header file. */
Chris@1 7 #undef HAVE_INTTYPES_H
Chris@1 8
Chris@1 9 /* Define to 1 if you have the <memory.h> header file. */
Chris@1 10 #undef HAVE_MEMORY_H
Chris@1 11
Chris@1 12 /* Define to 1 if you have the <stdint.h> header file. */
Chris@1 13 #undef HAVE_STDINT_H
Chris@1 14
Chris@1 15 /* Define to 1 if you have the <stdlib.h> header file. */
Chris@1 16 #undef HAVE_STDLIB_H
Chris@1 17
Chris@1 18 /* Define to 1 if you have the <strings.h> header file. */
Chris@1 19 #undef HAVE_STRINGS_H
Chris@1 20
Chris@1 21 /* Define to 1 if you have the <string.h> header file. */
Chris@1 22 #undef HAVE_STRING_H
Chris@1 23
Chris@1 24 /* Define to 1 if you have the <sys/stat.h> header file. */
Chris@1 25 #undef HAVE_SYS_STAT_H
Chris@1 26
Chris@1 27 /* Define to 1 if you have the <sys/types.h> header file. */
Chris@1 28 #undef HAVE_SYS_TYPES_H
Chris@1 29
Chris@1 30 /* Define to 1 if you have the <unistd.h> header file. */
Chris@1 31 #undef HAVE_UNISTD_H
Chris@1 32
Chris@1 33 /* Define to the sub-directory in which libtool stores uninstalled libraries.
Chris@1 34 */
Chris@1 35 #undef LT_OBJDIR
Chris@1 36
Chris@1 37 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
Chris@1 38 #undef NO_MINUS_C_MINUS_O
Chris@1 39
Chris@1 40 /* Name of package */
Chris@1 41 #undef PACKAGE
Chris@1 42
Chris@1 43 /* Define to the address where bug reports for this package should be sent. */
Chris@1 44 #undef PACKAGE_BUGREPORT
Chris@1 45
Chris@1 46 /* Define to the full name of this package. */
Chris@1 47 #undef PACKAGE_NAME
Chris@1 48
Chris@1 49 /* Define to the full name and version of this package. */
Chris@1 50 #undef PACKAGE_STRING
Chris@1 51
Chris@1 52 /* Define to the one symbol short name of this package. */
Chris@1 53 #undef PACKAGE_TARNAME
Chris@1 54
Chris@1 55 /* Define to the home page for this package. */
Chris@1 56 #undef PACKAGE_URL
Chris@1 57
Chris@1 58 /* Define to the version of this package. */
Chris@1 59 #undef PACKAGE_VERSION
Chris@1 60
Chris@1 61 /* The size of `int', as computed by sizeof. */
Chris@1 62 #undef SIZEOF_INT
Chris@1 63
Chris@1 64 /* The size of `int16_t', as computed by sizeof. */
Chris@1 65 #undef SIZEOF_INT16_T
Chris@1 66
Chris@1 67 /* The size of `int32_t', as computed by sizeof. */
Chris@1 68 #undef SIZEOF_INT32_T
Chris@1 69
Chris@1 70 /* The size of `int64_t', as computed by sizeof. */
Chris@1 71 #undef SIZEOF_INT64_T
Chris@1 72
Chris@1 73 /* The size of `long', as computed by sizeof. */
Chris@1 74 #undef SIZEOF_LONG
Chris@1 75
Chris@1 76 /* The size of `long long', as computed by sizeof. */
Chris@1 77 #undef SIZEOF_LONG_LONG
Chris@1 78
Chris@1 79 /* The size of `short', as computed by sizeof. */
Chris@1 80 #undef SIZEOF_SHORT
Chris@1 81
Chris@1 82 /* The size of `uint16_t', as computed by sizeof. */
Chris@1 83 #undef SIZEOF_UINT16_T
Chris@1 84
Chris@1 85 /* The size of `uint32_t', as computed by sizeof. */
Chris@1 86 #undef SIZEOF_UINT32_T
Chris@1 87
Chris@1 88 /* The size of `u_int16_t', as computed by sizeof. */
Chris@1 89 #undef SIZEOF_U_INT16_T
Chris@1 90
Chris@1 91 /* The size of `u_int32_t', as computed by sizeof. */
Chris@1 92 #undef SIZEOF_U_INT32_T
Chris@1 93
Chris@1 94 /* Define to 1 if you have the ANSI C header files. */
Chris@1 95 #undef STDC_HEADERS
Chris@1 96
Chris@1 97 /* Version number of package */
Chris@1 98 #undef VERSION
Chris@1 99
Chris@1 100 /* Define to empty if `const' does not conform to ANSI C. */
Chris@1 101 #undef const