/src/unix/ev/config_cygwin.h

http://github.com/joyent/libuv · C Header · 123 lines · 26 code · 40 blank · 57 comment · 0 complexity · 96054d92528f7bd9b16c3a55dbb50b8b MD5 · raw file

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