annotate src/libid3tag-0.15.1b/config.h.in @ 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.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 1 if you have the <assert.h> header file. */
Chris@0 7 #undef HAVE_ASSERT_H
Chris@0 8
Chris@0 9 /* Define to 1 if you have the <dlfcn.h> header file. */
Chris@0 10 #undef HAVE_DLFCN_H
Chris@0 11
Chris@0 12 /* Define to 1 if you have the `ftruncate' function. */
Chris@0 13 #undef HAVE_FTRUNCATE
Chris@0 14
Chris@0 15 /* Define to 1 if you have the <inttypes.h> header file. */
Chris@0 16 #undef HAVE_INTTYPES_H
Chris@0 17
Chris@0 18 /* Define to 1 if you have the `z' library (-lz). */
Chris@0 19 #undef HAVE_LIBZ
Chris@0 20
Chris@0 21 /* Define to 1 if you have the <memory.h> header file. */
Chris@0 22 #undef HAVE_MEMORY_H
Chris@0 23
Chris@0 24 /* Define to 1 if you have the <stdint.h> header file. */
Chris@0 25 #undef HAVE_STDINT_H
Chris@0 26
Chris@0 27 /* Define to 1 if you have the <stdlib.h> header file. */
Chris@0 28 #undef HAVE_STDLIB_H
Chris@0 29
Chris@0 30 /* Define to 1 if you have the <strings.h> header file. */
Chris@0 31 #undef HAVE_STRINGS_H
Chris@0 32
Chris@0 33 /* Define to 1 if you have the <string.h> header file. */
Chris@0 34 #undef HAVE_STRING_H
Chris@0 35
Chris@0 36 /* Define to 1 if you have the <sys/stat.h> header file. */
Chris@0 37 #undef HAVE_SYS_STAT_H
Chris@0 38
Chris@0 39 /* Define to 1 if you have the <sys/types.h> header file. */
Chris@0 40 #undef HAVE_SYS_TYPES_H
Chris@0 41
Chris@0 42 /* Define to 1 if you have the <unistd.h> header file. */
Chris@0 43 #undef HAVE_UNISTD_H
Chris@0 44
Chris@0 45 /* Define to disable debugging assertions. */
Chris@0 46 #undef NDEBUG
Chris@0 47
Chris@0 48 /* Name of package */
Chris@0 49 #undef PACKAGE
Chris@0 50
Chris@0 51 /* Define to the address where bug reports for this package should be sent. */
Chris@0 52 #undef PACKAGE_BUGREPORT
Chris@0 53
Chris@0 54 /* Define to the full name of this package. */
Chris@0 55 #undef PACKAGE_NAME
Chris@0 56
Chris@0 57 /* Define to the full name and version of this package. */
Chris@0 58 #undef PACKAGE_STRING
Chris@0 59
Chris@0 60 /* Define to the one symbol short name of this package. */
Chris@0 61 #undef PACKAGE_TARNAME
Chris@0 62
Chris@0 63 /* Define to the version of this package. */
Chris@0 64 #undef PACKAGE_VERSION
Chris@0 65
Chris@0 66 /* Define to 1 if you have the ANSI C header files. */
Chris@0 67 #undef STDC_HEADERS
Chris@0 68
Chris@0 69 /* Version number of package */
Chris@0 70 #undef VERSION
Chris@0 71
Chris@0 72 /* Define to empty if `const' does not conform to ANSI C. */
Chris@0 73 #undef const
Chris@0 74
Chris@0 75 /* Define to `__inline__' or `__inline' if that's what the C compiler
Chris@0 76 calls it, or to nothing if 'inline' is not supported under any name. */
Chris@0 77 #ifndef __cplusplus
Chris@0 78 #undef inline
Chris@0 79 #endif