Chris@0: /* config.h. Generated by configure. */ Chris@0: /* config.h.in. Generated from configure.ac by autoheader. */ Chris@0: Chris@0: /* Define to enable diagnostic debugging support. */ Chris@0: /* #undef DEBUG */ Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_ASSERT_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: /* #undef HAVE_DLFCN_H */ Chris@0: Chris@0: /* Define to 1 if you have the `ftruncate' function. */ Chris@0: /* #undef HAVE_FTRUNCATE */ Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_INTTYPES_H 1 Chris@0: Chris@0: /* Define to 1 if you have the `z' library (-lz). */ Chris@0: #define HAVE_LIBZ 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_MEMORY_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_STDINT_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_STDLIB_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_STRINGS_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_STRING_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_SYS_STAT_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #define HAVE_SYS_TYPES_H 1 Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: /* #undef HAVE_UNISTD_H */ Chris@0: Chris@0: /* Define to disable debugging assertions. */ Chris@0: /* #undef NDEBUG */ Chris@0: Chris@0: /* Name of package */ Chris@0: #define PACKAGE "libid3tag" Chris@0: Chris@0: /* Define to the address where bug reports for this package should be sent. */ Chris@0: #define PACKAGE_BUGREPORT "support@underbit.com" Chris@0: Chris@0: /* Define to the full name of this package. */ Chris@0: #define PACKAGE_NAME "ID3 Tag" Chris@0: Chris@0: /* Define to the full name and version of this package. */ Chris@0: #define PACKAGE_STRING "ID3 Tag 0.15.1b" Chris@0: Chris@0: /* Define to the one symbol short name of this package. */ Chris@0: #define PACKAGE_TARNAME "libid3tag" Chris@0: Chris@0: /* Define to the version of this package. */ Chris@0: #define PACKAGE_VERSION "0.15.1b" Chris@0: Chris@0: /* Define to 1 if you have the ANSI C header files. */ Chris@0: #define STDC_HEADERS 1 Chris@0: Chris@0: /* Version number of package */ Chris@0: #define VERSION "0.15.1b" Chris@0: Chris@0: /* Define to empty if `const' does not conform to ANSI C. */ Chris@0: /* #undef const */ Chris@0: Chris@0: /* Define as `__inline' if that's what the C compiler calls it, or to nothing Chris@0: if it is not supported. */ Chris@0: /* #undef inline */