config.h.in 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. /* Enable extensions on AIX 3, Interix. */
  44. #ifndef _ALL_SOURCE
  45. # undef _ALL_SOURCE
  46. #endif
  47. /* Enable GNU extensions on systems that have them. */
  48. #ifndef _GNU_SOURCE
  49. # undef _GNU_SOURCE
  50. #endif
  51. /* Enable threading extensions on Solaris. */
  52. #ifndef _POSIX_PTHREAD_SEMANTICS
  53. # undef _POSIX_PTHREAD_SEMANTICS
  54. #endif
  55. /* Enable extensions on HP NonStop. */
  56. #ifndef _TANDEM_SOURCE
  57. # undef _TANDEM_SOURCE
  58. #endif
  59. /* Enable general extensions on Solaris. */
  60. #ifndef __EXTENSIONS__
  61. # undef __EXTENSIONS__
  62. #endif
  63. /* Version number of package */
  64. #undef VERSION
  65. /* Enable large inode numbers on Mac OS X 10.5. */
  66. #ifndef _DARWIN_USE_64_BIT_INODE
  67. # define _DARWIN_USE_64_BIT_INODE 1
  68. #endif
  69. /* Number of bits in a file offset, on hosts where this is settable. */
  70. #undef _FILE_OFFSET_BITS
  71. /* Define for large files, on AIX-style hosts. */
  72. #undef _LARGE_FILES
  73. /* Define to 1 if on MINIX. */
  74. #undef _MINIX
  75. /* Define to 2 if the system does not provide POSIX.1 features except with
  76. this defined. */
  77. #undef _POSIX_1_SOURCE
  78. /* Define to 1 if you need to in order for `stat' and other things to work. */
  79. #undef _POSIX_SOURCE
  80. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  81. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  82. #define below would cause a syntax error. */
  83. #undef _UINT64_T
  84. /* Define to the type of a signed integer type of width exactly 64 bits if
  85. such a type exists and the standard includes do not define it. */
  86. #undef int64_t
  87. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  88. such a type exists and the standard includes do not define it. */
  89. #undef uint64_t