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