Blame config.h.in~

Packit Service f23a7d
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `clock_gettime' function. */
Packit Service f23a7d
#undef HAVE_CLOCK_GETTIME
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 to use the syscall interface for clock_gettime */
Packit Service f23a7d
#undef HAVE_CLOCK_SYSCALL
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service f23a7d
#undef HAVE_DLFCN_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `epoll_ctl' function. */
Packit Service f23a7d
#undef HAVE_EPOLL_CTL
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `eventfd' function. */
Packit Service f23a7d
#undef HAVE_EVENTFD
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if the floor function is available */
Packit Service f23a7d
#undef HAVE_FLOOR
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `inotify_init' function. */
Packit Service f23a7d
#undef HAVE_INOTIFY_INIT
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service f23a7d
#undef HAVE_INTTYPES_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `kqueue' function. */
Packit Service f23a7d
#undef HAVE_KQUEUE
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `rt' library (-lrt). */
Packit Service f23a7d
#undef HAVE_LIBRT
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <memory.h> header file. */
Packit Service f23a7d
#undef HAVE_MEMORY_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `nanosleep' function. */
Packit Service f23a7d
#undef HAVE_NANOSLEEP
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `poll' function. */
Packit Service f23a7d
#undef HAVE_POLL
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <poll.h> header file. */
Packit Service f23a7d
#undef HAVE_POLL_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `port_create' function. */
Packit Service f23a7d
#undef HAVE_PORT_CREATE
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <port.h> header file. */
Packit Service f23a7d
#undef HAVE_PORT_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `select' function. */
Packit Service f23a7d
#undef HAVE_SELECT
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the `signalfd' function. */
Packit Service f23a7d
#undef HAVE_SIGNALFD
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service f23a7d
#undef HAVE_STDINT_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service f23a7d
#undef HAVE_STDLIB_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <strings.h> header file. */
Packit Service f23a7d
#undef HAVE_STRINGS_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <string.h> header file. */
Packit Service f23a7d
#undef HAVE_STRING_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/epoll.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_EPOLL_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/eventfd.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_EVENTFD_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/event.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_EVENT_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/inotify.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_INOTIFY_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/select.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_SELECT_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/signalfd.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_SIGNALFD_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_STAT_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service f23a7d
#undef HAVE_SYS_TYPES_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service f23a7d
#undef HAVE_UNISTD_H
Packit Service f23a7d
Packit Service f23a7d
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit Service f23a7d
   */
Packit Service f23a7d
#undef LT_OBJDIR
Packit Service f23a7d
Packit Service f23a7d
/* Name of package */
Packit Service f23a7d
#undef PACKAGE
Packit Service f23a7d
Packit Service f23a7d
/* Define to the address where bug reports for this package should be sent. */
Packit Service f23a7d
#undef PACKAGE_BUGREPORT
Packit Service f23a7d
Packit Service f23a7d
/* Define to the full name of this package. */
Packit Service f23a7d
#undef PACKAGE_NAME
Packit Service f23a7d
Packit Service f23a7d
/* Define to the full name and version of this package. */
Packit Service f23a7d
#undef PACKAGE_STRING
Packit Service f23a7d
Packit Service f23a7d
/* Define to the one symbol short name of this package. */
Packit Service f23a7d
#undef PACKAGE_TARNAME
Packit Service f23a7d
Packit Service f23a7d
/* Define to the home page for this package. */
Packit Service f23a7d
#undef PACKAGE_URL
Packit Service f23a7d
Packit Service f23a7d
/* Define to the version of this package. */
Packit Service f23a7d
#undef PACKAGE_VERSION
Packit Service f23a7d
Packit Service f23a7d
/* Define to 1 if you have the ANSI C header files. */
Packit Service f23a7d
#undef STDC_HEADERS
Packit Service f23a7d
Packit Service f23a7d
/* Version number of package */
Packit Service f23a7d
#undef VERSION