6 |
/* Set to datadir. */ |
/* Set to datadir. */ |
7 |
#undef DATADIR |
#undef DATADIR |
8 |
|
|
9 |
|
/* Define to implement epoll system calls */ |
10 |
|
#undef EPOLL_NEED_BODY |
11 |
|
|
12 |
/* Define to 1 if you want halfops support. */ |
/* Define to 1 if you want halfops support. */ |
13 |
#undef HALFOPS |
#undef HALFOPS |
14 |
|
|
46 |
you don't. */ |
you don't. */ |
47 |
#undef HAVE_DECL_CYGWIN_CONV_PATH |
#undef HAVE_DECL_CYGWIN_CONV_PATH |
48 |
|
|
|
/* Define to 1 if you have the <devpoll.h> header file. */ |
|
|
#undef HAVE_DEVPOLL_H |
|
|
|
|
49 |
/* Define to 1 if you have the <dirent.h> header file. */ |
/* Define to 1 if you have the <dirent.h> header file. */ |
50 |
#undef HAVE_DIRENT_H |
#undef HAVE_DIRENT_H |
51 |
|
|
73 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
/* Define to 1 if you have the <inttypes.h> header file. */ |
74 |
#undef HAVE_INTTYPES_H |
#undef HAVE_INTTYPES_H |
75 |
|
|
76 |
|
/* Define to 1 if you have the `kqueue' function. */ |
77 |
|
#undef HAVE_KQUEUE |
78 |
|
|
79 |
/* Define to 1 if you have the `crypto' library (-lcrypto). */ |
/* Define to 1 if you have the `crypto' library (-lcrypto). */ |
80 |
#undef HAVE_LIBCRYPTO |
#undef HAVE_LIBCRYPTO |
81 |
|
|
103 |
/* Define to 1 if you have the `opendir' function. */ |
/* Define to 1 if you have the `opendir' function. */ |
104 |
#undef HAVE_OPENDIR |
#undef HAVE_OPENDIR |
105 |
|
|
106 |
|
/* Define to 1 if you have the `poll' function. */ |
107 |
|
#undef HAVE_POLL |
108 |
|
|
109 |
|
/* Define to 1 if you have the <poll.h> header file. */ |
110 |
|
#undef HAVE_POLL_H |
111 |
|
|
112 |
/* Define if libtool can extract symbol lists from object files. */ |
/* Define if libtool can extract symbol lists from object files. */ |
113 |
#undef HAVE_PRELOADED_SYMBOLS |
#undef HAVE_PRELOADED_SYMBOLS |
114 |
|
|
160 |
/* Define to 1 if you have the <sys/dl.h> header file. */ |
/* Define to 1 if you have the <sys/dl.h> header file. */ |
161 |
#undef HAVE_SYS_DL_H |
#undef HAVE_SYS_DL_H |
162 |
|
|
163 |
|
/* Define to 1 if you have the <sys/epoll.h> header file. */ |
164 |
|
#undef HAVE_SYS_EPOLL_H |
165 |
|
|
166 |
|
/* Define to 1 if you have the <sys/event.h> header file. */ |
167 |
|
#undef HAVE_SYS_EVENT_H |
168 |
|
|
169 |
/* Define to 1 if you have the <sys/param.h> header file. */ |
/* Define to 1 if you have the <sys/param.h> header file. */ |
170 |
#undef HAVE_SYS_PARAM_H |
#undef HAVE_SYS_PARAM_H |
171 |
|
|
327 |
/* Set to sysconfdir. */ |
/* Set to sysconfdir. */ |
328 |
#undef SYSCONFDIR |
#undef SYSCONFDIR |
329 |
|
|
330 |
/* use this iopoll mechanism */ |
/* Define to enable the /dev/poll engine */ |
331 |
#undef USE_IOPOLL_MECHANISM |
#undef USE_DEVPOLL |
332 |
|
|
333 |
|
/* Define to enable the epoll engine */ |
334 |
|
#undef USE_EPOLL |
335 |
|
|
336 |
|
/* Define to enable the kqueue engine */ |
337 |
|
#undef USE_KQUEUE |
338 |
|
|
339 |
|
/* Specify whether or not to use poll() */ |
340 |
|
#undef USE_POLL |
341 |
|
|
342 |
/* Version number of package */ |
/* Version number of package */ |
343 |
#undef VERSION |
#undef VERSION |
358 |
`char[]'. */ |
`char[]'. */ |
359 |
#undef YYTEXT_POINTER |
#undef YYTEXT_POINTER |
360 |
|
|
|
/* devpoll mechanism */ |
|
|
#undef __IOPOLL_MECHANISM_DEVPOLL |
|
|
|
|
|
/* epoll mechanism */ |
|
|
#undef __IOPOLL_MECHANISM_EPOLL |
|
|
|
|
|
/* kqueue mechanism */ |
|
|
#undef __IOPOLL_MECHANISM_KQUEUE |
|
|
|
|
|
/* no iopoll mechanism */ |
|
|
#undef __IOPOLL_MECHANISM_NONE |
|
|
|
|
|
/* poll mechanism */ |
|
|
#undef __IOPOLL_MECHANISM_POLL |
|
|
|
|
|
/* select mechanism */ |
|
|
#undef __IOPOLL_MECHANISM_SELECT |
|
|
|
|
361 |
/* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
/* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
362 |
#undef __error_t_defined |
#undef __error_t_defined |
363 |
|
|