/src/libmanos/config.h.in

http://github.com/jacksonh/manos · Autoconf · 128 lines · 44 code · 42 blank · 42 comment · 35 complexity · a59ef9f568fb552d1892dbf9539aca7b MD5 · raw file

  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. /* "use 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 you have the `inotify_init' function. */
  13. #undef HAVE_INOTIFY_INIT
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the `kqueue' function. */
  17. #undef HAVE_KQUEUE
  18. /* Define to 1 if you have the `m' library (-lm). */
  19. #undef HAVE_LIBM
  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 libgnutls. */
  29. #undef HAVE_LIBGNUTLS
  30. /* Define to 1 if you have the <poll.h> header file. */
  31. #undef HAVE_POLL_H
  32. /* Define to 1 if you have the `port_create' function. */
  33. #undef HAVE_PORT_CREATE
  34. /* Define to 1 if you have the <port.h> header file. */
  35. #undef HAVE_PORT_H
  36. /* Define to 1 if you have the `select' function. */
  37. #undef HAVE_SELECT
  38. /* Define to 1 if you have the `signalfd' function. */
  39. #undef HAVE_SIGNALFD
  40. /* Define to 1 if you have the <stdint.h> header file. */
  41. #undef HAVE_STDINT_H
  42. /* Define to 1 if you have the <stdlib.h> header file. */
  43. #undef HAVE_STDLIB_H
  44. /* Define to 1 if you have the <strings.h> header file. */
  45. #undef HAVE_STRINGS_H
  46. /* Define to 1 if you have the <string.h> header file. */
  47. #undef HAVE_STRING_H
  48. /* Define to 1 if you have the <sys/epoll.h> header file. */
  49. #undef HAVE_SYS_EPOLL_H
  50. /* Define to 1 if you have the <sys/eventfd.h> header file. */
  51. #undef HAVE_SYS_EVENTFD_H
  52. /* Define to 1 if you have the <sys/event.h> header file. */
  53. #undef HAVE_SYS_EVENT_H
  54. /* Define to 1 if you have the <sys/inotify.h> header file. */
  55. #undef HAVE_SYS_INOTIFY_H
  56. /* Define to 1 if you have the <sys/select.h> header file. */
  57. #undef HAVE_SYS_SELECT_H
  58. /* Define to 1 if you have the <sys/signalfd.h> header file. */
  59. #undef HAVE_SYS_SIGNALFD_H
  60. /* Define to 1 if you have the <sys/stat.h> header file. */
  61. #undef HAVE_SYS_STAT_H
  62. /* Define to 1 if you have the <sys/types.h> header file. */
  63. #undef HAVE_SYS_TYPES_H
  64. /* Define to 1 if you have the <unistd.h> header file. */
  65. #undef HAVE_UNISTD_H
  66. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  67. */
  68. #undef LT_OBJDIR
  69. /* Name of package */
  70. #undef PACKAGE
  71. /* Define to the address where bug reports for this package should be sent. */
  72. #undef PACKAGE_BUGREPORT
  73. /* Define to the full name of this package. */
  74. #undef PACKAGE_NAME
  75. /* Define to the full name and version of this package. */
  76. #undef PACKAGE_STRING
  77. /* Define to the one symbol short name of this package. */
  78. #undef PACKAGE_TARNAME
  79. /* Define to the home page for this package. */
  80. #undef PACKAGE_URL
  81. /* Define to the version of this package. */
  82. #undef PACKAGE_VERSION
  83. /* Define to 1 if you have the ANSI C header files. */
  84. #undef STDC_HEADERS
  85. /* Version number of package */
  86. #undef VERSION