config.h.in 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Default visibility */
  3. #undef DEFAULT_VISIBILITY
  4. /* Debug message logging */
  5. #undef ENABLE_DEBUG_LOGGING
  6. /* Message logging */
  7. #undef ENABLE_LOGGING
  8. /* Define to 1 if you have the <dlfcn.h> header file. */
  9. #undef HAVE_DLFCN_H
  10. /* Define to 1 if you have the `gettimeofday' function. */
  11. #undef HAVE_GETTIMEOFDAY
  12. /* Define to 1 if you have the <inttypes.h> header file. */
  13. #undef HAVE_INTTYPES_H
  14. /* Define to 1 if you have the `udev' library (-ludev). */
  15. #undef HAVE_LIBUDEV
  16. /* Define to 1 if you have the <libudev.h> header file. */
  17. #undef HAVE_LIBUDEV_H
  18. /* Define to 1 if you have the <linux/filter.h> header file. */
  19. #undef HAVE_LINUX_FILTER_H
  20. /* Define to 1 if you have the <linux/netlink.h> header file. */
  21. #undef HAVE_LINUX_NETLINK_H
  22. /* Define to 1 if you have the <memory.h> header file. */
  23. #undef HAVE_MEMORY_H
  24. /* Define to 1 if you have the <poll.h> header file. */
  25. #undef HAVE_POLL_H
  26. /* Define to 1 if you have the <stdint.h> header file. */
  27. #undef HAVE_STDINT_H
  28. /* Define to 1 if you have the <stdlib.h> header file. */
  29. #undef HAVE_STDLIB_H
  30. /* Define to 1 if you have the <strings.h> header file. */
  31. #undef HAVE_STRINGS_H
  32. /* Define to 1 if you have the <string.h> header file. */
  33. #undef HAVE_STRING_H
  34. /* Define to 1 if the system has the type `struct timespec'. */
  35. #undef HAVE_STRUCT_TIMESPEC
  36. /* Define to 1 if you have the <sys/stat.h> header file. */
  37. #undef HAVE_SYS_STAT_H
  38. /* Define to 1 if you have the <sys/time.h> header file. */
  39. #undef HAVE_SYS_TIME_H
  40. /* Define to 1 if you have the <sys/types.h> header file. */
  41. #undef HAVE_SYS_TYPES_H
  42. /* Define to 1 if you have the <unistd.h> header file. */
  43. #undef HAVE_UNISTD_H
  44. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  45. #undef LT_OBJDIR
  46. /* Darwin backend */
  47. #undef OS_DARWIN
  48. /* Linux backend */
  49. #undef OS_LINUX
  50. /* OpenBSD backend */
  51. #undef OS_OPENBSD
  52. /* Windows backend */
  53. #undef OS_WINDOWS
  54. /* Name of package */
  55. #undef PACKAGE
  56. /* Define to the address where bug reports for this package should be sent. */
  57. #undef PACKAGE_BUGREPORT
  58. /* Define to the full name of this package. */
  59. #undef PACKAGE_NAME
  60. /* Define to the full name and version of this package. */
  61. #undef PACKAGE_STRING
  62. /* Define to the one symbol short name of this package. */
  63. #undef PACKAGE_TARNAME
  64. /* Define to the home page for this package. */
  65. #undef PACKAGE_URL
  66. /* Define to the version of this package. */
  67. #undef PACKAGE_VERSION
  68. /* type of second poll() argument */
  69. #undef POLL_NFDS_TYPE
  70. /* Define to 1 if you have the ANSI C header files. */
  71. #undef STDC_HEADERS
  72. /* Use POSIX Threads */
  73. #undef THREADS_POSIX
  74. /* timerfd headers available */
  75. #undef USBI_TIMERFD_AVAILABLE
  76. /* Use udev for device enumeration/hotplug */
  77. #undef USE_UDEV
  78. /* Version number of package */
  79. #undef VERSION
  80. /* Use GNU extensions */
  81. #undef _GNU_SOURCE
  82. /* Define to `__inline__' or `__inline' if that's what the C compiler
  83. calls it, or to nothing if 'inline' is not supported under any name. */
  84. #ifndef __cplusplus
  85. #undef inline
  86. #endif