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