Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / libevent / include / event-config.h
blob534abbf38b43c696a15ca648308fd23e7fd63a70
1 /* $NetBSD$ */
2 /* event-config.h
3 * Generated by autoconf; post-processed by libevent.
4 * Do not edit this file.
5 * Do not rely on macros in this file existing in later versions.
6 */
7 #ifndef _EVENT_CONFIG_H_
8 #define _EVENT_CONFIG_H_
9 /* config.h. Generated from config.h.in by configure. */
10 /* config.h.in. Generated from configure.in by autoheader. */
12 /* Define if clock_gettime is available in libc */
13 #define _EVENT_DNS_USE_CPU_CLOCK_FOR_ID 1
15 /* Define is no secure id variant is available */
16 /* #undef _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID */
18 /* Define to 1 if you have the `clock_gettime' function. */
19 #define _EVENT_HAVE_CLOCK_GETTIME 1
21 /* Define if /dev/poll is available */
22 /* #undef _EVENT_HAVE_DEVPOLL */
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #define _EVENT_HAVE_DLFCN_H 1
27 /* Define if your system supports the epoll system calls */
28 /* #undef _EVENT_HAVE_EPOLL */
30 /* Define to 1 if you have the `epoll_ctl' function. */
31 /* #undef _EVENT_HAVE_EPOLL_CTL */
33 /* Define if your system supports event ports */
34 /* #undef _EVENT_HAVE_EVENT_PORTS */
36 /* Define to 1 if you have the `fcntl' function. */
37 #define _EVENT_HAVE_FCNTL 1
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #define _EVENT_HAVE_FCNTL_H 1
42 /* Define to 1 if you have the `getaddrinfo' function. */
43 #define _EVENT_HAVE_GETADDRINFO 1
45 /* Define to 1 if you have the `getnameinfo' function. */
46 #define _EVENT_HAVE_GETNAMEINFO 1
48 /* Define to 1 if you have the `gettimeofday' function. */
49 #define _EVENT_HAVE_GETTIMEOFDAY 1
51 /* Define to 1 if you have the `inet_ntop' function. */
52 #define _EVENT_HAVE_INET_NTOP 1
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #define _EVENT_HAVE_INTTYPES_H 1
57 /* Define to 1 if you have the `kqueue' function. */
58 #define _EVENT_HAVE_KQUEUE 1
60 /* Define to 1 if you have the `nsl' library (-lnsl). */
61 /* #undef _EVENT_HAVE_LIBNSL */
63 /* Define to 1 if you have the `resolv' library (-lresolv). */
64 #define _EVENT_HAVE_LIBRESOLV 1
66 /* Define to 1 if you have the `rt' library (-lrt). */
67 #define _EVENT_HAVE_LIBRT 1
69 /* Define to 1 if you have the `socket' library (-lsocket). */
70 /* #undef _EVENT_HAVE_LIBSOCKET */
72 /* Define to 1 if you have the <memory.h> header file. */
73 #define _EVENT_HAVE_MEMORY_H 1
75 /* Define to 1 if you have the <netinet/in6.h> header file. */
76 /* #undef _EVENT_HAVE_NETINET_IN6_H */
78 /* Define to 1 if you have the `poll' function. */
79 #define _EVENT_HAVE_POLL 1
81 /* Define to 1 if you have the <poll.h> header file. */
82 #define _EVENT_HAVE_POLL_H 1
84 /* Define to 1 if you have the `port_create' function. */
85 /* #undef _EVENT_HAVE_PORT_CREATE */
87 /* Define to 1 if you have the <port.h> header file. */
88 /* #undef _EVENT_HAVE_PORT_H */
90 /* Define to 1 if you have the `select' function. */
91 #define _EVENT_HAVE_SELECT 1
93 /* Define if F_SETFD is defined in <fcntl.h> */
94 #define _EVENT_HAVE_SETFD 1
96 /* Define to 1 if you have the `sigaction' function. */
97 #define _EVENT_HAVE_SIGACTION 1
99 /* Define to 1 if you have the `signal' function. */
100 #define _EVENT_HAVE_SIGNAL 1
102 /* Define to 1 if you have the <signal.h> header file. */
103 #define _EVENT_HAVE_SIGNAL_H 1
105 /* Define to 1 if you have the <stdarg.h> header file. */
106 #define _EVENT_HAVE_STDARG_H 1
108 /* Define to 1 if you have the <stdint.h> header file. */
109 #define _EVENT_HAVE_STDINT_H 1
111 /* Define to 1 if you have the <stdlib.h> header file. */
112 #define _EVENT_HAVE_STDLIB_H 1
114 /* Define to 1 if you have the <strings.h> header file. */
115 #define _EVENT_HAVE_STRINGS_H 1
117 /* Define to 1 if you have the <string.h> header file. */
118 #define _EVENT_HAVE_STRING_H 1
120 /* Define to 1 if you have the `strlcpy' function. */
121 #define _EVENT_HAVE_STRLCPY 1
123 /* Define to 1 if you have the `strsep' function. */
124 #define _EVENT_HAVE_STRSEP 1
126 /* Define to 1 if you have the `strtok_r' function. */
127 #define _EVENT_HAVE_STRTOK_R 1
129 /* Define to 1 if you have the `strtoll' function. */
130 #define _EVENT_HAVE_STRTOLL 1
132 /* Define to 1 if the system has the type `struct in6_addr'. */
133 #define _EVENT_HAVE_STRUCT_IN6_ADDR 1
135 /* Define to 1 if you have the <sys/devpoll.h> header file. */
136 /* #undef _EVENT_HAVE_SYS_DEVPOLL_H */
138 /* Define to 1 if you have the <sys/epoll.h> header file. */
139 /* #undef _EVENT_HAVE_SYS_EPOLL_H */
141 /* Define to 1 if you have the <sys/event.h> header file. */
142 #define _EVENT_HAVE_SYS_EVENT_H 1
144 /* Define to 1 if you have the <sys/ioctl.h> header file. */
145 #define _EVENT_HAVE_SYS_IOCTL_H 1
147 /* Define to 1 if you have the <sys/param.h> header file. */
148 #define _EVENT_HAVE_SYS_PARAM_H 1
150 /* Define to 1 if you have the <sys/queue.h> header file. */
151 #define _EVENT_HAVE_SYS_QUEUE_H 1
153 /* Define to 1 if you have the <sys/select.h> header file. */
154 #define _EVENT_HAVE_SYS_SELECT_H 1
156 /* Define to 1 if you have the <sys/socket.h> header file. */
157 #define _EVENT_HAVE_SYS_SOCKET_H 1
159 /* Define to 1 if you have the <sys/stat.h> header file. */
160 #define _EVENT_HAVE_SYS_STAT_H 1
162 /* Define to 1 if you have the <sys/time.h> header file. */
163 #define _EVENT_HAVE_SYS_TIME_H 1
165 /* Define to 1 if you have the <sys/types.h> header file. */
166 #define _EVENT_HAVE_SYS_TYPES_H 1
168 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
169 #define _EVENT_HAVE_TAILQFOREACH 1
171 /* Define if timeradd is defined in <sys/time.h> */
172 #define _EVENT_HAVE_TIMERADD 1
174 /* Define if timerclear is defined in <sys/time.h> */
175 #define _EVENT_HAVE_TIMERCLEAR 1
177 /* Define if timercmp is defined in <sys/time.h> */
178 #define _EVENT_HAVE_TIMERCMP 1
180 /* Define if timerisset is defined in <sys/time.h> */
181 #define _EVENT_HAVE_TIMERISSET 1
183 /* Define to 1 if the system has the type `uint16_t'. */
184 #define _EVENT_HAVE_UINT16_T 1
186 /* Define to 1 if the system has the type `uint32_t'. */
187 #define _EVENT_HAVE_UINT32_T 1
189 /* Define to 1 if the system has the type `uint64_t'. */
190 #define _EVENT_HAVE_UINT64_T 1
192 /* Define to 1 if the system has the type `uint8_t'. */
193 #define _EVENT_HAVE_UINT8_T 1
195 /* Define to 1 if you have the <unistd.h> header file. */
196 #define _EVENT_HAVE_UNISTD_H 1
198 /* Define to 1 if you have the `vasprintf' function. */
199 #define _EVENT_HAVE_VASPRINTF 1
201 /* Define if kqueue works correctly with pipes */
202 #define _EVENT_HAVE_WORKING_KQUEUE 1
204 /* Name of package */
205 #define _EVENT_PACKAGE "libevent"
207 /* Define to the address where bug reports for this package should be sent. */
208 #define _EVENT_PACKAGE_BUGREPORT ""
210 /* Define to the full name of this package. */
211 #define _EVENT_PACKAGE_NAME ""
213 /* Define to the full name and version of this package. */
214 #define _EVENT_PACKAGE_STRING ""
216 /* Define to the one symbol short name of this package. */
217 #define _EVENT_PACKAGE_TARNAME ""
219 /* Define to the version of this package. */
220 #define _EVENT_PACKAGE_VERSION ""
222 /* The size of `int', as computed by sizeof. */
223 #define _EVENT_SIZEOF_INT 4
225 /* The size of `long', as computed by sizeof. */
226 #define _EVENT_SIZEOF_LONG 4
228 /* The size of `long long', as computed by sizeof. */
229 #define _EVENT_SIZEOF_LONG_LONG 8
231 /* The size of `short', as computed by sizeof. */
232 #define _EVENT_SIZEOF_SHORT 2
234 /* Define to 1 if you have the ANSI C header files. */
235 #define _EVENT_STDC_HEADERS 1
237 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
238 #define _EVENT_TIME_WITH_SYS_TIME 1
240 /* Version number of package */
241 #define _EVENT_VERSION "1.4.12-stable"
243 /* Define to appropriate substitue if compiler doesnt have __func__ */
244 /* #undef _EVENT___func__ */
246 /* Define to empty if `const' does not conform to ANSI C. */
247 /* #undef _EVENT_const */
249 /* Define to `__inline__' or `__inline' if that's what the C compiler
250 calls it, or to nothing if 'inline' is not supported under any name. */
251 #ifndef _EVENT___cplusplus
252 /* #undef _EVENT_inline */
253 #endif
255 /* Define to `int' if <sys/types.h> does not define. */
256 /* #undef _EVENT_pid_t */
258 /* Define to `unsigned int' if <sys/types.h> does not define. */
259 /* #undef _EVENT_size_t */
261 /* Define to unsigned int if you dont have it */
262 /* #undef _EVENT_socklen_t */
263 #endif