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