hconfig.h 467 B

123456789101112131415161718192021222324252627282930313233
  1. #ifndef HW_CONFIG_H_
  2. #define HW_CONFIG_H_
  3. #ifndef HAVE_STDINT_H
  4. #define HAVE_STDINT_H 1
  5. #endif
  6. #ifndef HAVE_STDBOOL_H
  7. #define HAVE_STDBOOL_H 1
  8. #endif
  9. #ifndef HAVE_SYS_TYPES_H
  10. #define HAVE_SYS_TYPES_H 1
  11. #endif
  12. #ifndef HAVE_SYS_STAT_H
  13. #define HAVE_SYS_STAT_H 1
  14. #endif
  15. #ifndef HAVE_FCNTL_H
  16. #define HAVE_FCNTL_H 1
  17. #endif
  18. #ifndef HAVE_PTHREAD_H
  19. #define HAVE_PTHREAD_H 1
  20. #endif
  21. #ifndef HAVE_CLOCK_GETTIME
  22. #define HAVE_CLOCK_GETTIME 1
  23. #endif
  24. #endif // HW_CONFIG_H_