/src/unix/eio/config.h.in

http://github.com/joyent/libuv · Autoconf · 86 lines · 30 code · 28 blank · 28 comment · 13 complexity · 20365ead695c2381701ae881d9e9f3ed MD5 · raw file

  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* fdatasync(2) is available */
  5. #undef HAVE_FDATASYNC
  6. /* futimes(2) is available */
  7. #undef HAVE_FUTIMES
  8. /* Define to 1 if you have the <inttypes.h> header file. */
  9. #undef HAVE_INTTYPES_H
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #undef HAVE_MEMORY_H
  12. /* posix_fadvise(2) is available */
  13. #undef HAVE_POSIX_FADVISE
  14. /* posix_madvise(2) is available */
  15. #undef HAVE_POSIX_MADVISE
  16. /* pread(2) and pwrite(2) are available */
  17. #undef HAVE_PREADWRITE
  18. /* readahead(2) is available (linux) */
  19. #undef HAVE_READAHEAD
  20. /* sendfile(2) is available and supported */
  21. #undef HAVE_SENDFILE
  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. /* sync_file_range(2) is available */
  31. #undef HAVE_SYNC_FILE_RANGE
  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. /* utimes(2) is available */
  39. #undef HAVE_UTIMES
  40. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  41. */
  42. #undef LT_OBJDIR
  43. /* Name of package */
  44. #undef PACKAGE
  45. /* Define to the address where bug reports for this package should be sent. */
  46. #undef PACKAGE_BUGREPORT
  47. /* Define to the full name of this package. */
  48. #undef PACKAGE_NAME
  49. /* Define to the full name and version of this package. */
  50. #undef PACKAGE_STRING
  51. /* Define to the one symbol short name of this package. */
  52. #undef PACKAGE_TARNAME
  53. /* Define to the home page for this package. */
  54. #undef PACKAGE_URL
  55. /* Define to the version of this package. */
  56. #undef PACKAGE_VERSION
  57. /* Define to 1 if you have the ANSI C header files. */
  58. #undef STDC_HEADERS