config.h.in 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the declaration of `va_copy', and to 0 if you
  3. don't. */
  4. #undef HAVE_DECL_VA_COPY
  5. /* Define to 1 if you have the <inttypes.h> header file. */
  6. #undef HAVE_INTTYPES_H
  7. /* Define to 1 if you have the <memory.h> header file. */
  8. #undef HAVE_MEMORY_H
  9. /* Define to 1 if you have the <stdint.h> header file. */
  10. #undef HAVE_STDINT_H
  11. /* Define to 1 if you have the <stdlib.h> header file. */
  12. #undef HAVE_STDLIB_H
  13. /* Define to 1 if you have the <strings.h> header file. */
  14. #undef HAVE_STRINGS_H
  15. /* Define to 1 if you have the <string.h> header file. */
  16. #undef HAVE_STRING_H
  17. /* Define to 1 if you have the <sys/stat.h> header file. */
  18. #undef HAVE_SYS_STAT_H
  19. /* Define to 1 if you have the <sys/types.h> header file. */
  20. #undef HAVE_SYS_TYPES_H
  21. /* Define to 1 if you have the <unistd.h> header file. */
  22. #undef HAVE_UNISTD_H
  23. /* Define to 1 if you have the `vasprintf' function. */
  24. #undef HAVE_VASPRINTF
  25. /* Name of package */
  26. #undef PACKAGE
  27. /* Define to the address where bug reports for this package should be sent. */
  28. #undef PACKAGE_BUGREPORT
  29. /* Define to the full name of this package. */
  30. #undef PACKAGE_NAME
  31. /* Define to the full name and version of this package. */
  32. #undef PACKAGE_STRING
  33. /* Define to the one symbol short name of this package. */
  34. #undef PACKAGE_TARNAME
  35. /* Define to the version of this package. */
  36. #undef PACKAGE_VERSION
  37. /* Major version of this package */
  38. #undef PACKAGE_VERSION_MAJOR
  39. /* Minor version of this package */
  40. #undef PACKAGE_VERSION_MINOR
  41. /* Patch version of this package */
  42. #undef PACKAGE_VERSION_PATCHLEVEL
  43. /* Define to 1 if you have the ANSI C header files. */
  44. #undef STDC_HEADERS
  45. /* Version number of package */
  46. #undef VERSION