config.h.in 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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 in which libtool stores uninstalled libraries.
  45. */
  46. #undef LT_OBJDIR
  47. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  48. #undef NO_MINUS_C_MINUS_O
  49. /* Darwin backend */
  50. #undef OS_DARWIN
  51. /* Linux backend */
  52. #undef OS_LINUX
  53. /* OpenBSD backend */
  54. #undef OS_OPENBSD
  55. /* Windows backend */
  56. #undef OS_WINDOWS
  57. /* Name of package */
  58. #undef PACKAGE
  59. /* Define to the address where bug reports for this package should be sent. */
  60. #undef PACKAGE_BUGREPORT
  61. /* Define to the full name of this package. */
  62. #undef PACKAGE_NAME
  63. /* Define to the full name and version of this package. */
  64. #undef PACKAGE_STRING
  65. /* Define to the one symbol short name of this package. */
  66. #undef PACKAGE_TARNAME
  67. /* Define to the home page for this package. */
  68. #undef PACKAGE_URL
  69. /* Define to the version of this package. */
  70. #undef PACKAGE_VERSION
  71. /* type of second poll() argument */
  72. #undef POLL_NFDS_TYPE
  73. /* Define to 1 if you have the ANSI C header files. */
  74. #undef STDC_HEADERS
  75. /* Use POSIX Threads */
  76. #undef THREADS_POSIX
  77. /* timerfd headers available */
  78. #undef USBI_TIMERFD_AVAILABLE
  79. /* Use udev for device enumeration/hotplug */
  80. #undef USE_UDEV
  81. /* Version number of package */
  82. #undef VERSION
  83. /* Use GNU extensions */
  84. #undef _GNU_SOURCE
  85. /* Define to `__inline__' or `__inline' if that's what the C compiler
  86. calls it, or to nothing if 'inline' is not supported under any name. */
  87. #ifndef __cplusplus
  88. #undef inline
  89. #endif