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.

125 lines
3.2 KiB

11 years ago
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `clock_gettime' function. */
  3. #undef HAVE_CLOCK_GETTIME
  4. /* Define to 1 to use the syscall interface for clock_gettime */
  5. #undef HAVE_CLOCK_SYSCALL
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if you have the `epoll_ctl' function. */
  9. #undef HAVE_EPOLL_CTL
  10. /* Define to 1 if you have the `eventfd' function. */
  11. #undef HAVE_EVENTFD
  12. /* Define to 1 if the floor function is available */
  13. #undef HAVE_FLOOR
  14. /* Define to 1 if you have the `inotify_init' function. */
  15. #undef HAVE_INOTIFY_INIT
  16. /* Define to 1 if you have the <inttypes.h> header file. */
  17. #undef HAVE_INTTYPES_H
  18. /* Define to 1 if you have the `kqueue' function. */
  19. #undef HAVE_KQUEUE
  20. /* Define to 1 if you have the `rt' library (-lrt). */
  21. #undef HAVE_LIBRT
  22. /* Define to 1 if you have the <memory.h> header file. */
  23. #undef HAVE_MEMORY_H
  24. /* Define to 1 if you have the `nanosleep' function. */
  25. #undef HAVE_NANOSLEEP
  26. /* Define to 1 if you have the `poll' function. */
  27. #undef HAVE_POLL
  28. /* Define to 1 if you have the <poll.h> header file. */
  29. #undef HAVE_POLL_H
  30. /* Define to 1 if you have the `port_create' function. */
  31. #undef HAVE_PORT_CREATE
  32. /* Define to 1 if you have the <port.h> header file. */
  33. #undef HAVE_PORT_H
  34. /* Define to 1 if you have the `select' function. */
  35. #undef HAVE_SELECT
  36. /* Define to 1 if you have the `signalfd' function. */
  37. #undef HAVE_SIGNALFD
  38. /* Define to 1 if you have the <stdint.h> header file. */
  39. #undef HAVE_STDINT_H
  40. /* Define to 1 if you have the <stdlib.h> header file. */
  41. #undef HAVE_STDLIB_H
  42. /* Define to 1 if you have the <strings.h> header file. */
  43. #undef HAVE_STRINGS_H
  44. /* Define to 1 if you have the <string.h> header file. */
  45. #undef HAVE_STRING_H
  46. /* Define to 1 if you have the <sys/epoll.h> header file. */
  47. #undef HAVE_SYS_EPOLL_H
  48. /* Define to 1 if you have the <sys/eventfd.h> header file. */
  49. #undef HAVE_SYS_EVENTFD_H
  50. /* Define to 1 if you have the <sys/event.h> header file. */
  51. #undef HAVE_SYS_EVENT_H
  52. /* Define to 1 if you have the <sys/inotify.h> header file. */
  53. #undef HAVE_SYS_INOTIFY_H
  54. /* Define to 1 if you have the <sys/select.h> header file. */
  55. #undef HAVE_SYS_SELECT_H
  56. /* Define to 1 if you have the <sys/signalfd.h> header file. */
  57. #undef HAVE_SYS_SIGNALFD_H
  58. /* Define to 1 if you have the <sys/stat.h> header file. */
  59. #undef HAVE_SYS_STAT_H
  60. /* Define to 1 if you have the <sys/types.h> header file. */
  61. #undef HAVE_SYS_TYPES_H
  62. /* Define to 1 if you have the <unistd.h> header file. */
  63. #undef HAVE_UNISTD_H
  64. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  65. */
  66. #undef LT_OBJDIR
  67. /* Name of package */
  68. #undef PACKAGE
  69. /* Define to the address where bug reports for this package should be sent. */
  70. #undef PACKAGE_BUGREPORT
  71. /* Define to the full name of this package. */
  72. #undef PACKAGE_NAME
  73. /* Define to the full name and version of this package. */
  74. #undef PACKAGE_STRING
  75. /* Define to the one symbol short name of this package. */
  76. #undef PACKAGE_TARNAME
  77. /* Define to the home page for this package. */
  78. #undef PACKAGE_URL
  79. /* Define to the version of this package. */
  80. #undef PACKAGE_VERSION
  81. /* Define to 1 if you have the ANSI C header files. */
  82. #undef STDC_HEADERS
  83. /* Version number of package */
  84. #undef VERSION