config.h.in 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* config.h.in. Generated from configure.ac 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 <memory.h> header file. */
  7. #undef HAVE_MEMORY_H
  8. /* Define to 1 if you have the <stdint.h> header file. */
  9. #undef HAVE_STDINT_H
  10. /* Define to 1 if you have the <stdlib.h> header file. */
  11. #undef HAVE_STDLIB_H
  12. /* Define to 1 if you have the <strings.h> header file. */
  13. #undef HAVE_STRINGS_H
  14. /* Define to 1 if you have the <string.h> header file. */
  15. #undef HAVE_STRING_H
  16. /* Define to 1 if you have the <sys/stat.h> header file. */
  17. #undef HAVE_SYS_STAT_H
  18. /* Define to 1 if you have the <sys/types.h> header file. */
  19. #undef HAVE_SYS_TYPES_H
  20. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  21. #undef HAVE_SYS_WAIT_H
  22. /* Define to 1 if you have the <unistd.h> header file. */
  23. #undef HAVE_UNISTD_H
  24. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  25. */
  26. #undef LT_OBJDIR
  27. /* Name of package */
  28. #undef PACKAGE
  29. /* Define to the address where bug reports for this package should be sent. */
  30. #undef PACKAGE_BUGREPORT
  31. /* Define to the full name of this package. */
  32. #undef PACKAGE_NAME
  33. /* Define to the full name and version of this package. */
  34. #undef PACKAGE_STRING
  35. /* Define to the one symbol short name of this package. */
  36. #undef PACKAGE_TARNAME
  37. /* Define to the home page for this package. */
  38. #undef PACKAGE_URL
  39. /* Define to the version of this package. */
  40. #undef PACKAGE_VERSION
  41. /* Define to 1 if you have the ANSI C header files. */
  42. #undef STDC_HEADERS
  43. /* Version number of package */
  44. #undef VERSION
  45. /* Number of bits in a file offset, on hosts where this is settable. */
  46. #undef _FILE_OFFSET_BITS
  47. /* Define for large files, on AIX-style hosts. */
  48. #undef _LARGE_FILES
  49. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  50. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  51. #define below would cause a syntax error. */
  52. #undef _UINT64_T
  53. /* Define to the type of a signed integer type of width exactly 64 bits if
  54. such a type exists and the standard includes do not define it. */
  55. #undef int64_t
  56. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  57. such a type exists and the standard includes do not define it. */
  58. #undef uint64_t