config.h.in 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* Define to 1 if you have the <inttypes.h> header file. */
  5. #undef HAVE_INTTYPES_H
  6. /* Define to 1 if you have the `id3tag' library (-lid3tag). */
  7. #undef HAVE_LIBID3TAG
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. #undef HAVE_MEMORY_H
  10. /* Define to 1 if you have the <stdint.h> header file. */
  11. #undef HAVE_STDINT_H
  12. /* Define to 1 if you have the <stdlib.h> header file. */
  13. #undef HAVE_STDLIB_H
  14. /* Define to 1 if you have the <strings.h> header file. */
  15. #undef HAVE_STRINGS_H
  16. /* Define to 1 if you have the <string.h> header file. */
  17. #undef HAVE_STRING_H
  18. /* Define to 1 if you have the <sys/stat.h> header file. */
  19. #undef HAVE_SYS_STAT_H
  20. /* Define to 1 if you have the <sys/types.h> header file. */
  21. #undef HAVE_SYS_TYPES_H
  22. /* Define to 1 if you have the <unistd.h> header file. */
  23. #undef HAVE_UNISTD_H
  24. /* Define to 1 if you have the <"errno.h"> header file. */
  25. #undef HAVE__ERRNO_H_
  26. /* Define to 1 if you have the <"fcntl.h"> header file. */
  27. #undef HAVE__FCNTL_H_
  28. /* Define to 1 if you have the <"pwd.h"> header file. */
  29. #undef HAVE__PWD_H_
  30. /* Define to 1 if you have the <"time.h"> header file. */
  31. #undef HAVE__TIME_H_
  32. /* Define to 1 if you have the <"unistd.h"> header file. */
  33. #undef HAVE__UNISTD_H_
  34. /* Name of package */
  35. #undef PACKAGE
  36. /* Define to the address where bug reports for this package should be sent. */
  37. #undef PACKAGE_BUGREPORT
  38. /* Define to the full name of this package. */
  39. #undef PACKAGE_NAME
  40. /* Define to the full name and version of this package. */
  41. #undef PACKAGE_STRING
  42. /* Define to the one symbol short name of this package. */
  43. #undef PACKAGE_TARNAME
  44. /* Define to the version of this package. */
  45. #undef PACKAGE_VERSION
  46. /* Define to 1 if you have the ANSI C header files. */
  47. #undef STDC_HEADERS
  48. /* Version number of package */
  49. #undef VERSION
  50. /* Define to empty if `const' does not conform to ANSI C. */
  51. #undef const