annotate src/libid3tag-0.15.1b/msvc++/config.h @ 56:af97cad61ff0

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