config.h.in 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 major, minor, and makedev are declared in <mkdev.h>. */
  9. #undef MAJOR_IN_MKDEV
  10. /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
  11. #undef MAJOR_IN_SYSMACROS
  12. /* Define to `long' if <sys/types.h> doesn't define. */
  13. #undef off_t
  14. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  15. #undef size_t
  16. /* Define if you have the ANSI C header files. */
  17. #undef STDC_HEADERS
  18. /* Define if builtin ELF support is enabled. */
  19. #undef BUILTIN_ELF
  20. /* Define if ELF core file support is enabled. */
  21. #undef ELFCORE
  22. /* Define if the `long long' type works. */
  23. #undef HAVE_LONG_LONG
  24. /* Define to `unsigned char' if standard headers don't define. */
  25. #undef uint8_t
  26. /* Define to `unsigned short' if standard headers don't define. */
  27. #undef uint16_t
  28. /* Define to `unsigned int' if standard headers don't define. */
  29. #undef uint32_t
  30. /* Define to `unsigned long long', if available, or `unsigned long', if
  31. standard headers don't define. */
  32. #undef uint64_t
  33. /* The number of bytes in a uint8_t. */
  34. #define SIZEOF_UINT8_T 0
  35. /* The number of bytes in a uint16_t. */
  36. #define SIZEOF_UINT16_T 0
  37. /* The number of bytes in a uint32_t. */
  38. #define SIZEOF_UINT32_T 0
  39. /* The number of bytes in a uint64_t. */
  40. #define SIZEOF_UINT64_T 0
  41. /* Define if you have the strerror function. */
  42. #undef HAVE_STRERROR
  43. /* Define if you have the strtoul function. */
  44. #undef HAVE_STRTOUL
  45. /* Define if you have the <unistd.h> header file. */
  46. #undef HAVE_UNISTD_H
  47. /* Name of package */
  48. #undef PACKAGE
  49. /* Version number of package */
  50. #undef VERSION