config.h.in 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /* config.h.in. Generated automatically from configure.in by autoheader. */
  2. /* Define to empty if the keyword does not work. */
  3. #undef const
  4. /* Define if your struct stat has st_rdev. */
  5. #undef HAVE_ST_RDEV
  6. /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  7. #undef HAVE_SYS_WAIT_H
  8. /* Define if your struct tm has tm_zone. */
  9. #undef HAVE_TM_ZONE
  10. /* Define if you don't have tm_zone but do have the external array
  11. tzname. */
  12. #undef HAVE_TZNAME
  13. /* Define if major, minor, and makedev are declared in <mkdev.h>. */
  14. #undef MAJOR_IN_MKDEV
  15. /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
  16. #undef MAJOR_IN_SYSMACROS
  17. /* Define to `long' if <sys/types.h> doesn't define. */
  18. #undef off_t
  19. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  20. #undef size_t
  21. /* Define if you have the ANSI C header files. */
  22. #undef STDC_HEADERS
  23. /* Define if your <sys/time.h> declares struct tm. */
  24. #undef TM_IN_SYS_TIME
  25. /* Define if builtin ELF support is enabled. */
  26. #undef BUILTIN_ELF
  27. /* Define if ELF core file support is enabled. */
  28. #undef ELFCORE
  29. /* Define if the `long long' type works. */
  30. #undef HAVE_LONG_LONG
  31. /* Define if we have "tm_isdst" in "struct tm". */
  32. #undef HAVE_TM_ISDST
  33. /* Define if we have a global "int" variable "daylight". */
  34. #undef HAVE_DAYLIGHT
  35. /* Define to `unsigned char' if standard headers don't define. */
  36. #undef uint8_t
  37. /* Define to `unsigned short' if standard headers don't define. */
  38. #undef uint16_t
  39. /* Define to `unsigned int' if standard headers don't define. */
  40. #undef uint32_t
  41. /* Define to `unsigned long long', if available, or `unsigned long', if
  42. standard headers don't define. */
  43. #undef uint64_t
  44. /* The number of bytes in a uint8_t. */
  45. #define SIZEOF_UINT8_T 0
  46. /* The number of bytes in a uint16_t. */
  47. #define SIZEOF_UINT16_T 0
  48. /* The number of bytes in a uint32_t. */
  49. #define SIZEOF_UINT32_T 0
  50. /* The number of bytes in a uint64_t. */
  51. #define SIZEOF_UINT64_T 0
  52. /* Define if you have the mmap function. */
  53. #undef HAVE_MMAP
  54. /* Define if you have the strerror function. */
  55. #undef HAVE_STRERROR
  56. /* Define if you have the strtoul function. */
  57. #undef HAVE_STRTOUL
  58. /* Define if you have the <locale.h> header file. */
  59. #undef HAVE_LOCALE_H
  60. /* Define if you have the <sys/mman.h> header file. */
  61. #undef HAVE_SYS_MMAN_H
  62. /* Define if you have the <unistd.h> header file. */
  63. #undef HAVE_UNISTD_H
  64. /* Name of package */
  65. #undef PACKAGE
  66. /* Version number of package */
  67. #undef VERSION