annotate src/libmad-0.15.1b/config.h.in @ 36:55ece8862b6d

Merge
author Chris Cannam
date Wed, 11 Mar 2015 13:32:44 +0000
parents c7265573341e
children
rev   line source
Chris@0 1 /* config.h.in. Generated from configure.ac by autoheader. */
Chris@0 2
Chris@0 3 /* Define to enable diagnostic debugging support. */
Chris@0 4 #undef DEBUG
Chris@0 5
Chris@0 6 /* Define to enable experimental code. */
Chris@0 7 #undef EXPERIMENTAL
Chris@0 8
Chris@0 9 /* Define to 1 if you have the <assert.h> header file. */
Chris@0 10 #undef HAVE_ASSERT_H
Chris@0 11
Chris@0 12 /* Define to 1 if you have the <dlfcn.h> header file. */
Chris@0 13 #undef HAVE_DLFCN_H
Chris@0 14
Chris@0 15 /* Define to 1 if you have the <errno.h> header file. */
Chris@0 16 #undef HAVE_ERRNO_H
Chris@0 17
Chris@0 18 /* Define to 1 if you have the `fcntl' function. */
Chris@0 19 #undef HAVE_FCNTL
Chris@0 20
Chris@0 21 /* Define to 1 if you have the <fcntl.h> header file. */
Chris@0 22 #undef HAVE_FCNTL_H
Chris@0 23
Chris@0 24 /* Define to 1 if you have the `fork' function. */
Chris@0 25 #undef HAVE_FORK
Chris@0 26
Chris@0 27 /* Define to 1 if you have the <inttypes.h> header file. */
Chris@0 28 #undef HAVE_INTTYPES_H
Chris@0 29
Chris@0 30 /* Define to 1 if you have the <limits.h> header file. */
Chris@0 31 #undef HAVE_LIMITS_H
Chris@0 32
Chris@0 33 /* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
Chris@0 34 #undef HAVE_MADD16_ASM
Chris@0 35
Chris@0 36 /* Define if your MIPS CPU supports a 2-operand MADD instruction. */
Chris@0 37 #undef HAVE_MADD_ASM
Chris@0 38
Chris@0 39 /* Define to 1 if you have the <memory.h> header file. */
Chris@0 40 #undef HAVE_MEMORY_H
Chris@0 41
Chris@0 42 /* Define to 1 if you have the `pipe' function. */
Chris@0 43 #undef HAVE_PIPE
Chris@0 44
Chris@0 45 /* Define to 1 if you have the <stdint.h> header file. */
Chris@0 46 #undef HAVE_STDINT_H
Chris@0 47
Chris@0 48 /* Define to 1 if you have the <stdlib.h> header file. */
Chris@0 49 #undef HAVE_STDLIB_H
Chris@0 50
Chris@0 51 /* Define to 1 if you have the <strings.h> header file. */
Chris@0 52 #undef HAVE_STRINGS_H
Chris@0 53
Chris@0 54 /* Define to 1 if you have the <string.h> header file. */
Chris@0 55 #undef HAVE_STRING_H
Chris@0 56
Chris@0 57 /* Define to 1 if you have the <sys/stat.h> header file. */
Chris@0 58 #undef HAVE_SYS_STAT_H
Chris@0 59
Chris@0 60 /* Define to 1 if you have the <sys/types.h> header file. */
Chris@0 61 #undef HAVE_SYS_TYPES_H
Chris@0 62
Chris@0 63 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
Chris@0 64 #undef HAVE_SYS_WAIT_H
Chris@0 65
Chris@0 66 /* Define to 1 if you have the <unistd.h> header file. */
Chris@0 67 #undef HAVE_UNISTD_H
Chris@0 68
Chris@0 69 /* Define to 1 if you have the `waitpid' function. */
Chris@0 70 #undef HAVE_WAITPID
Chris@0 71
Chris@0 72 /* Define to disable debugging assertions. */
Chris@0 73 #undef NDEBUG
Chris@0 74
Chris@0 75 /* Define to optimize for accuracy over speed. */
Chris@0 76 #undef OPT_ACCURACY
Chris@0 77
Chris@0 78 /* Define to optimize for speed over accuracy. */
Chris@0 79 #undef OPT_SPEED
Chris@0 80
Chris@0 81 /* Define to enable a fast subband synthesis approximation optimization. */
Chris@0 82 #undef OPT_SSO
Chris@0 83
Chris@0 84 /* Define to influence a strict interpretation of the ISO/IEC standards, even
Chris@0 85 if this is in opposition with best accepted practices. */
Chris@0 86 #undef OPT_STRICT
Chris@0 87
Chris@0 88 /* Name of package */
Chris@0 89 #undef PACKAGE
Chris@0 90
Chris@0 91 /* Define to the address where bug reports for this package should be sent. */
Chris@0 92 #undef PACKAGE_BUGREPORT
Chris@0 93
Chris@0 94 /* Define to the full name of this package. */
Chris@0 95 #undef PACKAGE_NAME
Chris@0 96
Chris@0 97 /* Define to the full name and version of this package. */
Chris@0 98 #undef PACKAGE_STRING
Chris@0 99
Chris@0 100 /* Define to the one symbol short name of this package. */
Chris@0 101 #undef PACKAGE_TARNAME
Chris@0 102
Chris@0 103 /* Define to the version of this package. */
Chris@0 104 #undef PACKAGE_VERSION
Chris@0 105
Chris@0 106 /* The size of a `int', as computed by sizeof. */
Chris@0 107 #undef SIZEOF_INT
Chris@0 108
Chris@0 109 /* The size of a `long', as computed by sizeof. */
Chris@0 110 #undef SIZEOF_LONG
Chris@0 111
Chris@0 112 /* The size of a `long long', as computed by sizeof. */
Chris@0 113 #undef SIZEOF_LONG_LONG
Chris@0 114
Chris@0 115 /* Define to 1 if you have the ANSI C header files. */
Chris@0 116 #undef STDC_HEADERS
Chris@0 117
Chris@0 118 /* Version number of package */
Chris@0 119 #undef VERSION
Chris@0 120
Chris@0 121 /* Define to 1 if your processor stores words with the most significant byte
Chris@0 122 first (like Motorola and SPARC, unlike Intel and VAX). */
Chris@0 123 #undef WORDS_BIGENDIAN
Chris@0 124
Chris@0 125 /* Define to empty if `const' does not conform to ANSI C. */
Chris@0 126 #undef const
Chris@0 127
Chris@0 128 /* Define to `__inline__' or `__inline' if that's what the C compiler
Chris@0 129 calls it, or to nothing if 'inline' is not supported under any name. */
Chris@0 130 #ifndef __cplusplus
Chris@0 131 #undef inline
Chris@0 132 #endif
Chris@0 133
Chris@0 134 /* Define to `int' if <sys/types.h> does not define. */
Chris@0 135 #undef pid_t