annotate src/libmad-0.15.1b/msvc++/config.h @ 23:619f715526df sv_v2.1

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