overmind 0.1.0-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/bin/overmind +13 -0
  4. data/lib/overmind/cli.rb +93 -0
  5. data/lib/overmind/version.rb +5 -0
  6. data/lib/overmind.rb +3 -0
  7. data/libexec/overmind +0 -0
  8. data/libexec/prebuilt-tmux/bin/event_rpcgen.py +1925 -0
  9. data/libexec/prebuilt-tmux/bin/tmux +0 -0
  10. data/libexec/prebuilt-tmux/include/evdns.h +45 -0
  11. data/libexec/prebuilt-tmux/include/event.h +83 -0
  12. data/libexec/prebuilt-tmux/include/event2/buffer.h +1077 -0
  13. data/libexec/prebuilt-tmux/include/event2/buffer_compat.h +116 -0
  14. data/libexec/prebuilt-tmux/include/event2/bufferevent.h +1024 -0
  15. data/libexec/prebuilt-tmux/include/event2/bufferevent_compat.h +104 -0
  16. data/libexec/prebuilt-tmux/include/event2/bufferevent_ssl.h +134 -0
  17. data/libexec/prebuilt-tmux/include/event2/bufferevent_struct.h +116 -0
  18. data/libexec/prebuilt-tmux/include/event2/dns.h +751 -0
  19. data/libexec/prebuilt-tmux/include/event2/dns_compat.h +358 -0
  20. data/libexec/prebuilt-tmux/include/event2/dns_struct.h +80 -0
  21. data/libexec/prebuilt-tmux/include/event2/event-config.h +570 -0
  22. data/libexec/prebuilt-tmux/include/event2/event.h +1672 -0
  23. data/libexec/prebuilt-tmux/include/event2/event_compat.h +230 -0
  24. data/libexec/prebuilt-tmux/include/event2/event_struct.h +180 -0
  25. data/libexec/prebuilt-tmux/include/event2/http.h +1192 -0
  26. data/libexec/prebuilt-tmux/include/event2/http_compat.h +94 -0
  27. data/libexec/prebuilt-tmux/include/event2/http_struct.h +152 -0
  28. data/libexec/prebuilt-tmux/include/event2/keyvalq_struct.h +80 -0
  29. data/libexec/prebuilt-tmux/include/event2/listener.h +192 -0
  30. data/libexec/prebuilt-tmux/include/event2/rpc.h +626 -0
  31. data/libexec/prebuilt-tmux/include/event2/rpc_compat.h +61 -0
  32. data/libexec/prebuilt-tmux/include/event2/rpc_struct.h +114 -0
  33. data/libexec/prebuilt-tmux/include/event2/tag.h +146 -0
  34. data/libexec/prebuilt-tmux/include/event2/tag_compat.h +49 -0
  35. data/libexec/prebuilt-tmux/include/event2/thread.h +253 -0
  36. data/libexec/prebuilt-tmux/include/event2/util.h +888 -0
  37. data/libexec/prebuilt-tmux/include/event2/visibility.h +67 -0
  38. data/libexec/prebuilt-tmux/include/evhttp.h +45 -0
  39. data/libexec/prebuilt-tmux/include/evrpc.h +45 -0
  40. data/libexec/prebuilt-tmux/include/evutil.h +39 -0
  41. data/libexec/prebuilt-tmux/include/utf8proc.h +743 -0
  42. data/libexec/prebuilt-tmux/lib/libevent-2.1.7.dylib +0 -0
  43. data/libexec/prebuilt-tmux/lib/libevent.a +0 -0
  44. data/libexec/prebuilt-tmux/lib/libevent.dylib +1 -0
  45. data/libexec/prebuilt-tmux/lib/libevent.la +41 -0
  46. data/libexec/prebuilt-tmux/lib/libevent_core-2.1.7.dylib +0 -0
  47. data/libexec/prebuilt-tmux/lib/libevent_core.a +0 -0
  48. data/libexec/prebuilt-tmux/lib/libevent_core.dylib +1 -0
  49. data/libexec/prebuilt-tmux/lib/libevent_core.la +41 -0
  50. data/libexec/prebuilt-tmux/lib/libevent_extra-2.1.7.dylib +0 -0
  51. data/libexec/prebuilt-tmux/lib/libevent_extra.a +0 -0
  52. data/libexec/prebuilt-tmux/lib/libevent_extra.dylib +1 -0
  53. data/libexec/prebuilt-tmux/lib/libevent_extra.la +41 -0
  54. data/libexec/prebuilt-tmux/lib/libevent_openssl-2.1.7.dylib +0 -0
  55. data/libexec/prebuilt-tmux/lib/libevent_openssl.a +0 -0
  56. data/libexec/prebuilt-tmux/lib/libevent_openssl.dylib +1 -0
  57. data/libexec/prebuilt-tmux/lib/libevent_openssl.la +41 -0
  58. data/libexec/prebuilt-tmux/lib/libevent_pthreads-2.1.7.dylib +0 -0
  59. data/libexec/prebuilt-tmux/lib/libevent_pthreads.a +0 -0
  60. data/libexec/prebuilt-tmux/lib/libevent_pthreads.dylib +1 -0
  61. data/libexec/prebuilt-tmux/lib/libevent_pthreads.la +41 -0
  62. data/libexec/prebuilt-tmux/lib/libutf8proc.3.dylib +0 -0
  63. data/libexec/prebuilt-tmux/lib/libutf8proc.a +0 -0
  64. data/libexec/prebuilt-tmux/lib/libutf8proc.dylib +1 -0
  65. data/libexec/prebuilt-tmux/lib/pkgconfig/libevent.pc +16 -0
  66. data/libexec/prebuilt-tmux/lib/pkgconfig/libevent_core.pc +16 -0
  67. data/libexec/prebuilt-tmux/lib/pkgconfig/libevent_extra.pc +16 -0
  68. data/libexec/prebuilt-tmux/lib/pkgconfig/libevent_openssl.pc +16 -0
  69. data/libexec/prebuilt-tmux/lib/pkgconfig/libevent_pthreads.pc +16 -0
  70. data/libexec/prebuilt-tmux/lib/pkgconfig/libutf8proc.pc +10 -0
  71. data/libexec/prebuilt-tmux/share/man/man1/tmux.1 +7242 -0
  72. data/overmind.gemspec +29 -0
  73. metadata +160 -0
@@ -0,0 +1,570 @@
1
+ /* event2/event-config.h
2
+ *
3
+ * This file was generated by autoconf when libevent was built, and post-
4
+ * processed by Libevent so that its macros would have a uniform prefix.
5
+ *
6
+ * DO NOT EDIT THIS FILE.
7
+ *
8
+ * Do not rely on macros in this file existing in later versions.
9
+ */
10
+
11
+ #ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_
12
+ #define EVENT2_EVENT_CONFIG_H_INCLUDED_
13
+
14
+ /* config.h. Generated from config.h.in by configure. */
15
+ /* config.h.in. Generated from configure.ac by autoheader. */
16
+
17
+ /* Define if libevent should build without support for a debug mode */
18
+ /* #undef EVENT__DISABLE_DEBUG_MODE */
19
+
20
+ /* Define if libevent should not allow replacing the mm functions */
21
+ /* #undef EVENT__DISABLE_MM_REPLACEMENT */
22
+
23
+ /* Define if libevent should not be compiled with thread support */
24
+ /* #undef EVENT__DISABLE_THREAD_SUPPORT */
25
+
26
+ /* Define to 1 if you have the `accept4' function. */
27
+ /* #undef EVENT__HAVE_ACCEPT4 */
28
+
29
+ /* Define to 1 if you have the <afunix.h> header file. */
30
+ /* #undef EVENT__HAVE_AFUNIX_H */
31
+
32
+ /* Define to 1 if you have the `arc4random' function. */
33
+ #define EVENT__HAVE_ARC4RANDOM 1
34
+
35
+ /* Define to 1 if you have the `arc4random_addrandom' function. */
36
+ #define EVENT__HAVE_ARC4RANDOM_ADDRANDOM 1
37
+
38
+ /* Define to 1 if you have the `arc4random_buf' function. */
39
+ #define EVENT__HAVE_ARC4RANDOM_BUF 1
40
+
41
+ /* Define to 1 if you have the <arpa/inet.h> header file. */
42
+ #define EVENT__HAVE_ARPA_INET_H 1
43
+
44
+ /* Define to 1 if you have the `clock_gettime' function. */
45
+ #define EVENT__HAVE_CLOCK_GETTIME 1
46
+
47
+ /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
48
+ don't. */
49
+ #define EVENT__HAVE_DECL_CTL_KERN 1
50
+
51
+ /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
52
+ don't. */
53
+ #define EVENT__HAVE_DECL_KERN_ARND 0
54
+
55
+ /* Define if /dev/poll is available */
56
+ /* #undef EVENT__HAVE_DEVPOLL */
57
+
58
+ /* Define to 1 if you have the <dlfcn.h> header file. */
59
+ #define EVENT__HAVE_DLFCN_H 1
60
+
61
+ /* Define if your system supports the epoll system calls */
62
+ /* #undef EVENT__HAVE_EPOLL */
63
+
64
+ /* Define to 1 if you have the `epoll_create1' function. */
65
+ /* #undef EVENT__HAVE_EPOLL_CREATE1 */
66
+
67
+ /* Define to 1 if you have the `epoll_ctl' function. */
68
+ /* #undef EVENT__HAVE_EPOLL_CTL */
69
+
70
+ /* Define to 1 if you have the <errno.h> header file. */
71
+ #define EVENT__HAVE_ERRNO_H 1
72
+
73
+ /* Define to 1 if you have the `eventfd' function. */
74
+ /* #undef EVENT__HAVE_EVENTFD */
75
+
76
+ /* Define if your system supports event ports */
77
+ /* #undef EVENT__HAVE_EVENT_PORTS */
78
+
79
+ /* Define to 1 if you have the `fcntl' function. */
80
+ #define EVENT__HAVE_FCNTL 1
81
+
82
+ /* Define to 1 if you have the <fcntl.h> header file. */
83
+ #define EVENT__HAVE_FCNTL_H 1
84
+
85
+ /* Define to 1 if the system has the type `fd_mask'. */
86
+ #define EVENT__HAVE_FD_MASK 1
87
+
88
+ /* Do we have getaddrinfo()? */
89
+ #define EVENT__HAVE_GETADDRINFO 1
90
+
91
+ /* Define to 1 if you have the `getegid' function. */
92
+ #define EVENT__HAVE_GETEGID 1
93
+
94
+ /* Define to 1 if you have the `geteuid' function. */
95
+ #define EVENT__HAVE_GETEUID 1
96
+
97
+ /* Define this if you have any gethostbyname_r() */
98
+ /* #undef EVENT__HAVE_GETHOSTBYNAME_R */
99
+
100
+ /* Define this if gethostbyname_r takes 3 arguments */
101
+ /* #undef EVENT__HAVE_GETHOSTBYNAME_R_3_ARG */
102
+
103
+ /* Define this if gethostbyname_r takes 5 arguments */
104
+ /* #undef EVENT__HAVE_GETHOSTBYNAME_R_5_ARG */
105
+
106
+ /* Define this if gethostbyname_r takes 6 arguments */
107
+ /* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */
108
+
109
+ /* Define to 1 if you have the `getifaddrs' function. */
110
+ #define EVENT__HAVE_GETIFADDRS 1
111
+
112
+ /* Define to 1 if you have the `getnameinfo' function. */
113
+ #define EVENT__HAVE_GETNAMEINFO 1
114
+
115
+ /* Define to 1 if you have the `getprotobynumber' function. */
116
+ #define EVENT__HAVE_GETPROTOBYNUMBER 1
117
+
118
+ /* Define to 1 if you have the `getrandom' function. */
119
+ /* #undef EVENT__HAVE_GETRANDOM */
120
+
121
+ /* Define to 1 if you have the `getservbyname' function. */
122
+ #define EVENT__HAVE_GETSERVBYNAME 1
123
+
124
+ /* Define to 1 if you have the `gettimeofday' function. */
125
+ #define EVENT__HAVE_GETTIMEOFDAY 1
126
+
127
+ /* Define to 1 if you have the <ifaddrs.h> header file. */
128
+ #define EVENT__HAVE_IFADDRS_H 1
129
+
130
+ /* Define to 1 if you have the `inet_ntop' function. */
131
+ #define EVENT__HAVE_INET_NTOP 1
132
+
133
+ /* Define to 1 if you have the `inet_pton' function. */
134
+ #define EVENT__HAVE_INET_PTON 1
135
+
136
+ /* Define to 1 if you have the <inttypes.h> header file. */
137
+ #define EVENT__HAVE_INTTYPES_H 1
138
+
139
+ /* Define to 1 if you have the `issetugid' function. */
140
+ #define EVENT__HAVE_ISSETUGID 1
141
+
142
+ /* Define to 1 if you have the `kqueue' function. */
143
+ #define EVENT__HAVE_KQUEUE 1
144
+
145
+ /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
146
+ /* #undef EVENT__HAVE_LIBWS2_32 */
147
+
148
+ /* Define if the system has zlib */
149
+ #define EVENT__HAVE_LIBZ 1
150
+
151
+ /* Define to 1 if you have the `mach_absolute_time' function. */
152
+ #define EVENT__HAVE_MACH_ABSOLUTE_TIME 1
153
+
154
+ /* Define to 1 if you have the <mach/mach.h> header file. */
155
+ #define EVENT__HAVE_MACH_MACH_H 1
156
+
157
+ /* Define to 1 if you have the <mach/mach_time.h> header file. */
158
+ #define EVENT__HAVE_MACH_MACH_TIME_H 1
159
+
160
+ /* Define to 1 if you have the <memory.h> header file. */
161
+ #define EVENT__HAVE_MEMORY_H 1
162
+
163
+ /* Define to 1 if you have the `mmap' function. */
164
+ #define EVENT__HAVE_MMAP 1
165
+
166
+ /* Define to 1 if you have the `nanosleep' function. */
167
+ #define EVENT__HAVE_NANOSLEEP 1
168
+
169
+ /* Define to 1 if you have the <netdb.h> header file. */
170
+ #define EVENT__HAVE_NETDB_H 1
171
+
172
+ /* Define to 1 if you have the <netinet/in6.h> header file. */
173
+ /* #undef EVENT__HAVE_NETINET_IN6_H */
174
+
175
+ /* Define to 1 if you have the <netinet/in.h> header file. */
176
+ #define EVENT__HAVE_NETINET_IN_H 1
177
+
178
+ /* Define to 1 if you have the <netinet/tcp.h> header file. */
179
+ #define EVENT__HAVE_NETINET_TCP_H 1
180
+
181
+ /* Define if the system has openssl */
182
+ #define EVENT__HAVE_OPENSSL 1
183
+
184
+ /* Define to 1 if you have the <openssl/ssl.h> header file. */
185
+ #define EVENT__HAVE_OPENSSL_SSL_H 1
186
+
187
+ /* Define to 1 if you have the `pipe' function. */
188
+ #define EVENT__HAVE_PIPE 1
189
+
190
+ /* Define to 1 if you have the `pipe2' function. */
191
+ /* #undef EVENT__HAVE_PIPE2 */
192
+
193
+ /* Define to 1 if you have the `poll' function. */
194
+ #define EVENT__HAVE_POLL 1
195
+
196
+ /* Define to 1 if you have the <poll.h> header file. */
197
+ #define EVENT__HAVE_POLL_H 1
198
+
199
+ /* Define to 1 if you have the `port_create' function. */
200
+ /* #undef EVENT__HAVE_PORT_CREATE */
201
+
202
+ /* Define to 1 if you have the <port.h> header file. */
203
+ /* #undef EVENT__HAVE_PORT_H */
204
+
205
+ /* Define if you have POSIX threads libraries and header files. */
206
+ /* #undef EVENT__HAVE_PTHREAD */
207
+
208
+ /* Define if we have pthreads on this system */
209
+ #define EVENT__HAVE_PTHREADS 1
210
+
211
+ /* Define to 1 if you have the `putenv' function. */
212
+ #define EVENT__HAVE_PUTENV 1
213
+
214
+ /* Define to 1 if the system has the type `sa_family_t'. */
215
+ #define EVENT__HAVE_SA_FAMILY_T 1
216
+
217
+ /* Define to 1 if you have the `select' function. */
218
+ #define EVENT__HAVE_SELECT 1
219
+
220
+ /* Define to 1 if you have the `sendfile' function. */
221
+ #define EVENT__HAVE_SENDFILE 1
222
+
223
+ /* Define to 1 if you have the `setenv' function. */
224
+ #define EVENT__HAVE_SETENV 1
225
+
226
+ /* Define if F_SETFD is defined in <fcntl.h> */
227
+ #define EVENT__HAVE_SETFD 1
228
+
229
+ /* Define to 1 if you have the `setrlimit' function. */
230
+ #define EVENT__HAVE_SETRLIMIT 1
231
+
232
+ /* Define to 1 if you have the `sigaction' function. */
233
+ #define EVENT__HAVE_SIGACTION 1
234
+
235
+ /* Define to 1 if you have the `signal' function. */
236
+ #define EVENT__HAVE_SIGNAL 1
237
+
238
+ /* Define to 1 if you have the `splice' function. */
239
+ /* #undef EVENT__HAVE_SPLICE */
240
+
241
+ /* Define to 1 if you have the <stdarg.h> header file. */
242
+ #define EVENT__HAVE_STDARG_H 1
243
+
244
+ /* Define to 1 if you have the <stddef.h> header file. */
245
+ #define EVENT__HAVE_STDDEF_H 1
246
+
247
+ /* Define to 1 if you have the <stdint.h> header file. */
248
+ #define EVENT__HAVE_STDINT_H 1
249
+
250
+ /* Define to 1 if you have the <stdlib.h> header file. */
251
+ #define EVENT__HAVE_STDLIB_H 1
252
+
253
+ /* Define to 1 if you have the <strings.h> header file. */
254
+ #define EVENT__HAVE_STRINGS_H 1
255
+
256
+ /* Define to 1 if you have the <string.h> header file. */
257
+ #define EVENT__HAVE_STRING_H 1
258
+
259
+ /* Define to 1 if you have the `strlcpy' function. */
260
+ #define EVENT__HAVE_STRLCPY 1
261
+
262
+ /* Define to 1 if you have the `strsep' function. */
263
+ #define EVENT__HAVE_STRSEP 1
264
+
265
+ /* Define to 1 if you have the `strtok_r' function. */
266
+ #define EVENT__HAVE_STRTOK_R 1
267
+
268
+ /* Define to 1 if you have the `strtoll' function. */
269
+ #define EVENT__HAVE_STRTOLL 1
270
+
271
+ /* Define to 1 if the system has the type `struct addrinfo'. */
272
+ #define EVENT__HAVE_STRUCT_ADDRINFO 1
273
+
274
+ /* Define to 1 if the system has the type `struct in6_addr'. */
275
+ #define EVENT__HAVE_STRUCT_IN6_ADDR 1
276
+
277
+ /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
278
+ /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */
279
+
280
+ /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
281
+ /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */
282
+
283
+ /* Define to 1 if the system has the type `struct linger'. */
284
+ #define EVENT__HAVE_STRUCT_LINGER 1
285
+
286
+ /* Define to 1 if the system has the type `struct sockaddr_in6'. */
287
+ #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
288
+
289
+ /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
290
+ #define EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
291
+
292
+ /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
293
+ #define EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
294
+
295
+ /* Define to 1 if the system has the type `struct sockaddr_storage'. */
296
+ #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
297
+
298
+ /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
299
+ #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
300
+
301
+ /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
302
+ /* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
303
+
304
+ /* Define to 1 if the system has the type `struct sockaddr_un'. */
305
+ #define EVENT__HAVE_STRUCT_SOCKADDR_UN 1
306
+
307
+ /* Define to 1 if you have the `sysctl' function. */
308
+ #define EVENT__HAVE_SYSCTL 1
309
+
310
+ /* Define to 1 if you have the <sys/devpoll.h> header file. */
311
+ /* #undef EVENT__HAVE_SYS_DEVPOLL_H */
312
+
313
+ /* Define to 1 if you have the <sys/epoll.h> header file. */
314
+ /* #undef EVENT__HAVE_SYS_EPOLL_H */
315
+
316
+ /* Define to 1 if you have the <sys/eventfd.h> header file. */
317
+ /* #undef EVENT__HAVE_SYS_EVENTFD_H */
318
+
319
+ /* Define to 1 if you have the <sys/event.h> header file. */
320
+ #define EVENT__HAVE_SYS_EVENT_H 1
321
+
322
+ /* Define to 1 if you have the <sys/ioctl.h> header file. */
323
+ #define EVENT__HAVE_SYS_IOCTL_H 1
324
+
325
+ /* Define to 1 if you have the <sys/mman.h> header file. */
326
+ #define EVENT__HAVE_SYS_MMAN_H 1
327
+
328
+ /* Define to 1 if you have the <sys/param.h> header file. */
329
+ #define EVENT__HAVE_SYS_PARAM_H 1
330
+
331
+ /* Define to 1 if you have the <sys/queue.h> header file. */
332
+ #define EVENT__HAVE_SYS_QUEUE_H 1
333
+
334
+ /* Define to 1 if you have the <sys/random.h> header file. */
335
+ #define EVENT__HAVE_SYS_RANDOM_H 1
336
+
337
+ /* Define to 1 if you have the <sys/resource.h> header file. */
338
+ #define EVENT__HAVE_SYS_RESOURCE_H 1
339
+
340
+ /* Define to 1 if you have the <sys/select.h> header file. */
341
+ #define EVENT__HAVE_SYS_SELECT_H 1
342
+
343
+ /* Define to 1 if you have the <sys/sendfile.h> header file. */
344
+ /* #undef EVENT__HAVE_SYS_SENDFILE_H */
345
+
346
+ /* Define to 1 if you have the <sys/socket.h> header file. */
347
+ #define EVENT__HAVE_SYS_SOCKET_H 1
348
+
349
+ /* Define to 1 if you have the <sys/stat.h> header file. */
350
+ #define EVENT__HAVE_SYS_STAT_H 1
351
+
352
+ /* Define to 1 if you have the <sys/sysctl.h> header file. */
353
+ #define EVENT__HAVE_SYS_SYSCTL_H 1
354
+
355
+ /* Define to 1 if you have the <sys/timerfd.h> header file. */
356
+ /* #undef EVENT__HAVE_SYS_TIMERFD_H */
357
+
358
+ /* Define to 1 if you have the <sys/time.h> header file. */
359
+ #define EVENT__HAVE_SYS_TIME_H 1
360
+
361
+ /* Define to 1 if you have the <sys/types.h> header file. */
362
+ #define EVENT__HAVE_SYS_TYPES_H 1
363
+
364
+ /* Define to 1 if you have the <sys/uio.h> header file. */
365
+ #define EVENT__HAVE_SYS_UIO_H 1
366
+
367
+ /* Define to 1 if you have the <sys/un.h> header file. */
368
+ #define EVENT__HAVE_SYS_UN_H 1
369
+
370
+ /* Define to 1 if you have the <sys/wait.h> header file. */
371
+ #define EVENT__HAVE_SYS_WAIT_H 1
372
+
373
+ /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
374
+ #define EVENT__HAVE_TAILQFOREACH 1
375
+
376
+ /* Define if timeradd is defined in <sys/time.h> */
377
+ #define EVENT__HAVE_TIMERADD 1
378
+
379
+ /* Define if timerclear is defined in <sys/time.h> */
380
+ #define EVENT__HAVE_TIMERCLEAR 1
381
+
382
+ /* Define if timercmp is defined in <sys/time.h> */
383
+ #define EVENT__HAVE_TIMERCMP 1
384
+
385
+ /* Define to 1 if you have the `timerfd_create' function. */
386
+ /* #undef EVENT__HAVE_TIMERFD_CREATE */
387
+
388
+ /* Define if timerisset is defined in <sys/time.h> */
389
+ #define EVENT__HAVE_TIMERISSET 1
390
+
391
+ /* Define to 1 if the system has the type `uint16_t'. */
392
+ #define EVENT__HAVE_UINT16_T 1
393
+
394
+ /* Define to 1 if the system has the type `uint32_t'. */
395
+ #define EVENT__HAVE_UINT32_T 1
396
+
397
+ /* Define to 1 if the system has the type `uint64_t'. */
398
+ #define EVENT__HAVE_UINT64_T 1
399
+
400
+ /* Define to 1 if the system has the type `uint8_t'. */
401
+ #define EVENT__HAVE_UINT8_T 1
402
+
403
+ /* Define to 1 if the system has the type `uintptr_t'. */
404
+ #define EVENT__HAVE_UINTPTR_T 1
405
+
406
+ /* Define to 1 if you have the `umask' function. */
407
+ #define EVENT__HAVE_UMASK 1
408
+
409
+ /* Define to 1 if you have the <unistd.h> header file. */
410
+ #define EVENT__HAVE_UNISTD_H 1
411
+
412
+ /* Define to 1 if you have the `unsetenv' function. */
413
+ #define EVENT__HAVE_UNSETENV 1
414
+
415
+ /* Define to 1 if you have the `usleep' function. */
416
+ #define EVENT__HAVE_USLEEP 1
417
+
418
+ /* Define to 1 if you have the `vasprintf' function. */
419
+ #define EVENT__HAVE_VASPRINTF 1
420
+
421
+ /* Define if kqueue works correctly with pipes */
422
+ #define EVENT__HAVE_WORKING_KQUEUE 1
423
+
424
+ /* Define to 1 if you have the <zlib.h> header file. */
425
+ #define EVENT__HAVE_ZLIB_H 1
426
+
427
+ /* Define to 1 if you have the `_gmtime64' function. */
428
+ /* #undef EVENT__HAVE__GMTIME64 */
429
+
430
+ /* Define to 1 if you have the `_gmtime64_s' function. */
431
+ /* #undef EVENT__HAVE__GMTIME64_S */
432
+
433
+ /* Define to 1 if compiler have __FUNCTION__ */
434
+ #define EVENT__HAVE___FUNCTION__ 1
435
+
436
+ /* Define to 1 if compiler have __func__ */
437
+ #define EVENT__HAVE___func__ 1
438
+
439
+ /* Define to the sub-directory where libtool stores uninstalled libraries. */
440
+ #define EVENT__LT_OBJDIR ".libs/"
441
+
442
+ /* Numeric representation of the version */
443
+ #define EVENT__NUMERIC_VERSION 0x02010c00
444
+
445
+ /* Name of package */
446
+ #define EVENT__PACKAGE "libevent"
447
+
448
+ /* Define to the address where bug reports for this package should be sent. */
449
+ #define EVENT__PACKAGE_BUGREPORT ""
450
+
451
+ /* Define to the full name of this package. */
452
+ #define EVENT__PACKAGE_NAME "libevent"
453
+
454
+ /* Define to the full name and version of this package. */
455
+ #define EVENT__PACKAGE_STRING "libevent 2.1.12-stable"
456
+
457
+ /* Define to the one symbol short name of this package. */
458
+ #define EVENT__PACKAGE_TARNAME "libevent"
459
+
460
+ /* Define to the home page for this package. */
461
+ #define EVENT__PACKAGE_URL ""
462
+
463
+ /* Define to the version of this package. */
464
+ #define EVENT__PACKAGE_VERSION "2.1.12-stable"
465
+
466
+ /* Define to necessary symbol if this constant uses a non-standard name on
467
+ your system. */
468
+ /* #undef EVENT__PTHREAD_CREATE_JOINABLE */
469
+
470
+ /* The size of `int', as computed by sizeof. */
471
+ #define EVENT__SIZEOF_INT 4
472
+
473
+ /* The size of `long', as computed by sizeof. */
474
+ #define EVENT__SIZEOF_LONG 8
475
+
476
+ /* The size of `long long', as computed by sizeof. */
477
+ #define EVENT__SIZEOF_LONG_LONG 8
478
+
479
+ /* The size of `off_t', as computed by sizeof. */
480
+ #define EVENT__SIZEOF_OFF_T 8
481
+
482
+ /* The size of `pthread_t', as computed by sizeof. */
483
+ #define EVENT__SIZEOF_PTHREAD_T 8
484
+
485
+ /* The size of `short', as computed by sizeof. */
486
+ #define EVENT__SIZEOF_SHORT 2
487
+
488
+ /* The size of `size_t', as computed by sizeof. */
489
+ #define EVENT__SIZEOF_SIZE_T 8
490
+
491
+ /* The size of `time_t', as computed by sizeof. */
492
+ #define EVENT__SIZEOF_TIME_T 8
493
+
494
+ /* The size of `void *', as computed by sizeof. */
495
+ #define EVENT__SIZEOF_VOID_P 8
496
+
497
+ /* Define to 1 if you have the ANSI C header files. */
498
+ #define EVENT__STDC_HEADERS 1
499
+
500
+ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
501
+ #define EVENT__TIME_WITH_SYS_TIME 1
502
+
503
+ /* Enable extensions on AIX 3, Interix. */
504
+ #ifndef _ALL_SOURCE
505
+ # define _ALL_SOURCE 1
506
+ #endif
507
+ /* Enable GNU extensions on systems that have them. */
508
+ #ifndef _GNU_SOURCE
509
+ # define _GNU_SOURCE 1
510
+ #endif
511
+ /* Enable threading extensions on Solaris. */
512
+ #ifndef _POSIX_PTHREAD_SEMANTICS
513
+ # define _POSIX_PTHREAD_SEMANTICS 1
514
+ #endif
515
+ /* Enable extensions on HP NonStop. */
516
+ #ifndef _TANDEM_SOURCE
517
+ # define _TANDEM_SOURCE 1
518
+ #endif
519
+ /* Enable general extensions on Solaris. */
520
+ #ifndef __EXTENSIONS__
521
+ # define __EXTENSIONS__ 1
522
+ #endif
523
+
524
+
525
+ /* Version number of package */
526
+ #define EVENT__VERSION "2.1.12-stable"
527
+
528
+ /* Enable large inode numbers on Mac OS X 10.5. */
529
+ #ifndef _DARWIN_USE_64_BIT_INODE
530
+ # define _DARWIN_USE_64_BIT_INODE 1
531
+ #endif
532
+
533
+ /* Number of bits in a file offset, on hosts where this is settable. */
534
+ /* #undef _FILE_OFFSET_BITS */
535
+
536
+ /* Define for large files, on AIX-style hosts. */
537
+ /* #undef _LARGE_FILES */
538
+
539
+ /* Define to 1 if on MINIX. */
540
+ /* #undef _MINIX */
541
+
542
+ /* Define to 2 if the system does not provide POSIX.1 features except with
543
+ this defined. */
544
+ /* #undef _POSIX_1_SOURCE */
545
+
546
+ /* Define to 1 if you need to in order for `stat' and other things to work. */
547
+ /* #undef _POSIX_SOURCE */
548
+
549
+ /* Define to empty if `const' does not conform to ANSI C. */
550
+ /* #undef const */
551
+
552
+ /* Define to `__inline__' or `__inline' if that's what the C compiler
553
+ calls it, or to nothing if 'inline' is not supported under any name. */
554
+ #ifndef __cplusplus
555
+ /* #undef inline */
556
+ #endif
557
+
558
+ /* Define to `int' if <sys/types.h> does not define. */
559
+ /* #undef pid_t */
560
+
561
+ /* Define to `unsigned int' if <sys/types.h> does not define. */
562
+ /* #undef size_t */
563
+
564
+ /* Define to unsigned int if you dont have it */
565
+ /* #undef socklen_t */
566
+
567
+ /* Define to `int' if <sys/types.h> does not define. */
568
+ /* #undef ssize_t */
569
+
570
+ #endif /* event2/event-config.h */