config.h 174 B

12345678910
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #define HAVE_SYS_EPOLL_H 1
  4. #define HAVE_MEMFD_CREATE 1
  5. #define HAVE_MKOSTEMP 1
  6. #define HAVE_POSIX_FALLOCATE 1
  7. #define HAVE_PRCTL 1
  8. #endif