config.h.in 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. /* Autoheader needs me */
  19. #define PACKAGE "file"
  20. /* Autoheader needs me */
  21. #define VERSION "3.27"
  22. /* Define if builtin ELF support is enabled. */
  23. #undef BUILTIN_ELF
  24. /* Define if ELF core file support is enabled. */
  25. #undef ELFCORE
  26. /* Define if the `long long' type works. */
  27. #undef HAVE_LONG_LONG
  28. /* Define to `unsigned char' if standard headers don't define. */
  29. #undef uint8_t
  30. /* Define to `unsigned short' if standard headers don't define. */
  31. #undef uint16_t
  32. /* Define to `unsigned int' if standard headers don't define. */
  33. #undef uint32_t
  34. /* Define to `unsigned long long', if available, or `unsigned long', if
  35. standard headers don't define. */
  36. #undef uint64_t
  37. /* The number of bytes in a uint8_t. */
  38. #define SIZEOF_UINT8_T 0
  39. /* The number of bytes in a uint16_t. */
  40. #define SIZEOF_UINT16_T 0
  41. /* The number of bytes in a uint32_t. */
  42. #define SIZEOF_UINT32_T 0
  43. /* The number of bytes in a uint64_t. */
  44. #define SIZEOF_UINT64_T 0
  45. /* Define if you have the strerror function. */
  46. #undef HAVE_STRERROR
  47. /* Define if you have the strtoul function. */
  48. #undef HAVE_STRTOUL
  49. /* Define if you have the <unistd.h> header file. */
  50. #undef HAVE_UNISTD_H