You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h.in 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `clock_gettime' function. */
  3. #cmakedefine HAVE_CLOCK_GETTIME 1
  4. /* Define to 1 to use the syscall interface for clock_gettime */
  5. #cmakedefine HAVE_CLOCK_SYSCALL 1
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #cmakedefine HAVE_DLFCN_H 1
  8. /* Define to 1 if you have the `epoll_ctl' function. */
  9. #cmakedefine HAVE_EPOLL_CTL 1
  10. /* Define to 1 if you have the `eventfd' function. */
  11. #cmakedefine HAVE_EVENTFD 1
  12. /* Define to 1 if the floor function is available */
  13. #cmakedefine HAVE_FLOOR 1
  14. /* Define to 1 if you have the `inotify_init' function. */
  15. #cmakedefine HAVE_INOTIFY_INIT 1
  16. /* Define to 1 if you have the <inttypes.h> header file. */
  17. #cmakedefine HAVE_INTTYPES_H 1
  18. /* Define to 1 if linux/fs.h defined kernel_rwf_t */
  19. #cmakedefine HAVE_KERNEL_RWF_T 1
  20. /* Define to 1 if you have the `kqueue' function. */
  21. #cmakedefine HAVE_KQUEUE 1
  22. /* Define to 1 if you have the `rt' library (-lrt). */
  23. #cmakedefine HAVE_LIBRT 1
  24. /* Define to 1 if you have the <linux/aio_abi.h> header file. */
  25. #cmakedefine HAVE_LINUX_AIO_ABI_H 1
  26. /* Define to 1 if you have the <linux/fs.h> header file. */
  27. #cmakedefine HAVE_LINUX_FS_H 1
  28. /* Define to 1 if you have the <memory.h> header file. */
  29. #cmakedefine HAVE_MEMORY_H 1
  30. /* Define to 1 if you have the `nanosleep' function. */
  31. #cmakedefine HAVE_NANOSLEEP 1
  32. /* Define to 1 if you have the `poll' function. */
  33. #cmakedefine HAVE_POLL 1
  34. /* Define to 1 if you have the <poll.h> header file. */
  35. #cmakedefine HAVE_POLL_H 1
  36. /* Define to 1 if you have the `port_create' function. */
  37. #cmakedefine HAVE_PORT_CREATE 1
  38. /* Define to 1 if you have the <port.h> header file. */
  39. #cmakedefine HAVE_PORT_H 1
  40. /* Define to 1 if you have the `select' function. */
  41. #cmakedefine HAVE_SELECT 1
  42. /* Define to 1 if you have the `signalfd' function. */
  43. #cmakedefine HAVE_SIGNALFD 1
  44. /* Define to 1 if you have the `timerfd_create' function. */
  45. #cmakedefine HAVE_TIMERFD 1
  46. /* Define to 1 if you have the <stdint.h> header file. */
  47. #cmakedefine HAVE_STDINT_H 1
  48. /* Define to 1 if you have the <stdlib.h> header file. */
  49. #cmakedefine HAVE_STDLIB_H 1
  50. /* Define to 1 if you have the <strings.h> header file. */
  51. #cmakedefine HAVE_STRINGS_H 1
  52. /* Define to 1 if you have the <string.h> header file. */
  53. #cmakedefine HAVE_STRING_H 1
  54. /* Define to 1 if you have the <sys/epoll.h> header file. */
  55. #cmakedefine HAVE_SYS_EPOLL_H 1
  56. /* Define to 1 if you have the <sys/eventfd.h> header file. */
  57. #cmakedefine HAVE_SYS_EVENTFD_H 1
  58. /* Define to 1 if you have the <sys/event.h> header file. */
  59. #cmakedefine HAVE_SYS_EVENT_H 1
  60. /* Define to 1 if you have the <sys/inotify.h> header file. */
  61. #cmakedefine HAVE_SYS_INOTIFY_H 1
  62. /* Define to 1 if you have the <sys/select.h> header file. */
  63. #cmakedefine HAVE_SYS_SELECT_H 1
  64. /* Define to 1 if you have the <sys/signalfd.h> header file. */
  65. #cmakedefine HAVE_SYS_SIGNALFD_H 1
  66. /* Define to 1 if you have the <sys/stat.h> header file. */
  67. #cmakedefine HAVE_SYS_STAT_H 1
  68. /* Define to 1 if you have the <sys/timerfd.h> header file. */
  69. #cmakedefine HAVE_SYS_TIMERFD_H 1
  70. /* Define to 1 if you have the <sys/types.h> header file. */
  71. #cmakedefine HAVE_SYS_TYPES_H 1
  72. /* Define to 1 if you have the <unistd.h> header file. */
  73. #cmakedefine HAVE_UNISTD_H 1
  74. /* Define to 1 if you have the ANSI C header files. */
  75. #define STDC_HEADERS 1