config.h.in 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if you want assertions enabled. This is a cheap check. */
  3. #undef ENABLE_ASSERT_CHECKING
  4. /* Define if accept4 provided. */
  5. #undef HAVE_ACCEPT4
  6. /* Define if AF_INET6 supported. */
  7. #undef HAVE_AF_INET6
  8. /* Define if AF_UNIX supported. */
  9. #undef HAVE_AF_UNIX
  10. /* Define if epoll_create, epoll_ctl, epoll_pwait provided. */
  11. #undef HAVE_EPOLL
  12. /* Define if inet_ntop provided. */
  13. #undef HAVE_INET_NTOP
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #undef HAVE_MEMORY_H
  18. /* Define if pselect provided. */
  19. #undef HAVE_PSELECT
  20. /* Define if select provided. */
  21. #undef HAVE_SELECT
  22. /* Define to 1 if you have the <stdint.h> header file. */
  23. #undef HAVE_STDINT_H
  24. /* Define to 1 if you have the <stdlib.h> header file. */
  25. #undef HAVE_STDLIB_H
  26. /* Define to 1 if you have the <strings.h> header file. */
  27. #undef HAVE_STRINGS_H
  28. /* Define to 1 if you have the <string.h> header file. */
  29. #undef HAVE_STRING_H
  30. /* Define to 1 if you have the <sys/mman.h> header file. */
  31. #undef HAVE_SYS_MMAN_H
  32. /* Define to 1 if you have the <sys/stat.h> header file. */
  33. #undef HAVE_SYS_STAT_H
  34. /* Define to 1 if you have the <sys/types.h> header file. */
  35. #undef HAVE_SYS_TYPES_H
  36. /* Define to 1 if you have the <unistd.h> header file. */
  37. #undef HAVE_UNISTD_H
  38. /* Define if O_CLOEXEC supported by fcntl. */
  39. #undef HOST_HAS_O_CLOEXEC
  40. /* Define to the address where bug reports for this package should be sent. */
  41. #undef PACKAGE_BUGREPORT
  42. /* Define to the full name of this package. */
  43. #undef PACKAGE_NAME
  44. /* Define to the full name and version of this package. */
  45. #undef PACKAGE_STRING
  46. /* Define to the one symbol short name of this package. */
  47. #undef PACKAGE_TARNAME
  48. /* Define to the home page for this package. */
  49. #undef PACKAGE_URL
  50. /* Define to the version of this package. */
  51. #undef PACKAGE_VERSION
  52. /* Define to 1 if you have the ANSI C header files. */
  53. #undef STDC_HEADERS