annotate src/libvorbis-1.3.3/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.ac by autoheader. */
Chris@1 2
Chris@1 3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Chris@1 4 systems. This function is required for `alloca.c' support on those systems.
Chris@1 5 */
Chris@1 6 #undef CRAY_STACKSEG_END
Chris@1 7
Chris@1 8 /* Define to 1 if using `alloca.c'. */
Chris@1 9 #undef C_ALLOCA
Chris@1 10
Chris@1 11 /* Define to 1 if you have `alloca', as a function or macro. */
Chris@1 12 #undef HAVE_ALLOCA
Chris@1 13
Chris@1 14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
Chris@1 15 */
Chris@1 16 #undef HAVE_ALLOCA_H
Chris@1 17
Chris@1 18 /* Define to 1 if you have the <dlfcn.h> header file. */
Chris@1 19 #undef HAVE_DLFCN_H
Chris@1 20
Chris@1 21 /* Define to 1 if you have the <inttypes.h> header file. */
Chris@1 22 #undef HAVE_INTTYPES_H
Chris@1 23
Chris@1 24 /* Define to 1 if you have the <memory.h> header file. */
Chris@1 25 #undef HAVE_MEMORY_H
Chris@1 26
Chris@1 27 /* Define to 1 if you have the <stdint.h> header file. */
Chris@1 28 #undef HAVE_STDINT_H
Chris@1 29
Chris@1 30 /* Define to 1 if you have the <stdlib.h> header file. */
Chris@1 31 #undef HAVE_STDLIB_H
Chris@1 32
Chris@1 33 /* Define to 1 if you have the <strings.h> header file. */
Chris@1 34 #undef HAVE_STRINGS_H
Chris@1 35
Chris@1 36 /* Define to 1 if you have the <string.h> header file. */
Chris@1 37 #undef HAVE_STRING_H
Chris@1 38
Chris@1 39 /* Define to 1 if you have the <sys/stat.h> header file. */
Chris@1 40 #undef HAVE_SYS_STAT_H
Chris@1 41
Chris@1 42 /* Define to 1 if you have the <sys/types.h> header file. */
Chris@1 43 #undef HAVE_SYS_TYPES_H
Chris@1 44
Chris@1 45 /* Define to 1 if you have the <unistd.h> header file. */
Chris@1 46 #undef HAVE_UNISTD_H
Chris@1 47
Chris@1 48 /* Define to the sub-directory in which libtool stores uninstalled libraries.
Chris@1 49 */
Chris@1 50 #undef LT_OBJDIR
Chris@1 51
Chris@1 52 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
Chris@1 53 #undef NO_MINUS_C_MINUS_O
Chris@1 54
Chris@1 55 /* Name of package */
Chris@1 56 #undef PACKAGE
Chris@1 57
Chris@1 58 /* Define to the address where bug reports for this package should be sent. */
Chris@1 59 #undef PACKAGE_BUGREPORT
Chris@1 60
Chris@1 61 /* Define to the full name of this package. */
Chris@1 62 #undef PACKAGE_NAME
Chris@1 63
Chris@1 64 /* Define to the full name and version of this package. */
Chris@1 65 #undef PACKAGE_STRING
Chris@1 66
Chris@1 67 /* Define to the one symbol short name of this package. */
Chris@1 68 #undef PACKAGE_TARNAME
Chris@1 69
Chris@1 70 /* Define to the home page for this package. */
Chris@1 71 #undef PACKAGE_URL
Chris@1 72
Chris@1 73 /* Define to the version of this package. */
Chris@1 74 #undef PACKAGE_VERSION
Chris@1 75
Chris@1 76 /* If using the C implementation of alloca, define if you know the
Chris@1 77 direction of stack growth for your system; otherwise it will be
Chris@1 78 automatically deduced at runtime.
Chris@1 79 STACK_DIRECTION > 0 => grows toward higher addresses
Chris@1 80 STACK_DIRECTION < 0 => grows toward lower addresses
Chris@1 81 STACK_DIRECTION = 0 => direction of growth unknown */
Chris@1 82 #undef STACK_DIRECTION
Chris@1 83
Chris@1 84 /* Define to 1 if you have the ANSI C header files. */
Chris@1 85 #undef STDC_HEADERS
Chris@1 86
Chris@1 87 /* Version number of package */
Chris@1 88 #undef VERSION
Chris@1 89
Chris@1 90 /* Define to `__inline__' or `__inline' if that's what the C compiler
Chris@1 91 calls it, or to nothing if 'inline' is not supported under any name. */
Chris@1 92 #ifndef __cplusplus
Chris@1 93 #undef inline
Chris@1 94 #endif
Chris@1 95
Chris@1 96 /* Define to `unsigned int' if <sys/types.h> does not define. */
Chris@1 97 #undef size_t