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