autoconfig.h.in 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* autoconfig.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  3. don't. */
  4. #undef HAVE_DECL_STRERROR_R
  5. /* Define to 1 if you have the <dlfcn.h> header file. */
  6. #undef HAVE_DLFCN_H
  7. /* Define to 1 if you have the <inttypes.h> header file. */
  8. #undef HAVE_INTTYPES_H
  9. /* Define to 1 if you have the `localtime_r' function. */
  10. #undef HAVE_LOCALTIME_R
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #undef HAVE_MEMORY_H
  13. /* Define to 1 if you have the `pread' function. */
  14. #undef HAVE_PREAD
  15. /* Define to 1 if you have the `pwrite' function. */
  16. #undef HAVE_PWRITE
  17. /* Define to 1 if you have the <stdint.h> header file. */
  18. #undef HAVE_STDINT_H
  19. /* Define to 1 if you have the <stdlib.h> header file. */
  20. #undef HAVE_STDLIB_H
  21. /* Define to 1 if you have the `strerror_r' function. */
  22. #undef HAVE_STRERROR_R
  23. /* Define to 1 if you have the <strings.h> header file. */
  24. #undef HAVE_STRINGS_H
  25. /* Define to 1 if you have the <string.h> header file. */
  26. #undef HAVE_STRING_H
  27. /* Define to 1 if you have the <sys/stat.h> header file. */
  28. #undef HAVE_SYS_STAT_H
  29. /* Define to 1 if you have the <sys/types.h> header file. */
  30. #undef HAVE_SYS_TYPES_H
  31. /* Define to 1 if you have the <unistd.h> header file. */
  32. #undef HAVE_UNISTD_H
  33. /* Define to 1 if you have the `utimes' function. */
  34. #undef HAVE_UTIMES
  35. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  36. */
  37. #undef LT_OBJDIR
  38. /* Name of package */
  39. #undef PACKAGE
  40. /* Define to the address where bug reports for this package should be sent. */
  41. #undef PACKAGE_BUGREPORT
  42. /* Define to the full name of this package. */
  43. #undef PACKAGE_NAME
  44. /* Define to the full name and version of this package. */
  45. #undef PACKAGE_STRING
  46. /* Define to the one symbol short name of this package. */
  47. #undef PACKAGE_TARNAME
  48. /* Define to the home page for this package. */
  49. #undef PACKAGE_URL
  50. /* Define to the version of this package. */
  51. #undef PACKAGE_VERSION
  52. /* Define to 1 if you have the ANSI C header files. */
  53. #undef STDC_HEADERS
  54. /* Define to 1 if strerror_r returns char *. */
  55. #undef STRERROR_R_CHAR_P
  56. /* Version number of package */
  57. #undef VERSION