config.h.in 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* "Default encoding" */
  3. #undef DEFAULT_FILE_ENCODING
  4. /* Define to 1 if you have the `curs_set' function. */
  5. #undef HAVE_CURS_SET
  6. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  7. */
  8. #undef HAVE_DIRENT_H
  9. /* Define to 1 if you have the `dup2' function. */
  10. #undef HAVE_DUP2
  11. /* Define to 1 if you have the <fcntl.h> header file. */
  12. #undef HAVE_FCNTL_H
  13. /* Define to 1 if you have the `fork' function. */
  14. #undef HAVE_FORK
  15. /* Define to 1 if you have the `getopt_long' function. */
  16. #undef HAVE_GETOPT_LONG
  17. /* Define to 1 if you have the <inttypes.h> header file. */
  18. #undef HAVE_INTTYPES_H
  19. /* Define to 1 if you have the <langinfo.h> header file. */
  20. #undef HAVE_LANGINFO_H
  21. /* Define to 1 if you have the <libintl.h> header file. */
  22. #undef HAVE_LIBINTL_H
  23. /* Define to 1 if you have the <locale.h> header file. */
  24. #undef HAVE_LOCALE_H
  25. /* Define to 1 if you have the `memmove' function. */
  26. #undef HAVE_MEMMOVE
  27. /* Define to 1 if you have the <memory.h> header file. */
  28. #undef HAVE_MEMORY_H
  29. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  30. #undef HAVE_NDIR_H
  31. /* Define to 1 if you have the `putenv' function. */
  32. #undef HAVE_PUTENV
  33. /* Define to 1 if you have the `select' function. */
  34. #undef HAVE_SELECT
  35. /* Define to 1 if you have the `setlocale' function. */
  36. #undef HAVE_SETLOCALE
  37. /* Define to 1 if you have the `start_color' function. */
  38. #undef HAVE_START_COLOR
  39. /* Define to 1 if you have the <stdint.h> header file. */
  40. #undef HAVE_STDINT_H
  41. /* Define to 1 if you have the <stdlib.h> header file. */
  42. #undef HAVE_STDLIB_H
  43. /* Define to 1 if you have the `strchr' function. */
  44. #undef HAVE_STRCHR
  45. /* Define to 1 if you have the `strdup' function. */
  46. #undef HAVE_STRDUP
  47. /* Define to 1 if you have the `strerror' function. */
  48. #undef HAVE_STRERROR
  49. /* Define to 1 if you have the <strings.h> header file. */
  50. #undef HAVE_STRINGS_H
  51. /* Define to 1 if you have the <string.h> header file. */
  52. #undef HAVE_STRING_H
  53. /* Define to 1 if you have the `strstr' function. */
  54. #undef HAVE_STRSTR
  55. /* Define to 1 if you have the `strtol' function. */
  56. #undef HAVE_STRTOL
  57. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  58. */
  59. #undef HAVE_SYS_DIR_H
  60. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  61. */
  62. #undef HAVE_SYS_NDIR_H
  63. /* Define to 1 if you have the <sys/stat.h> header file. */
  64. #undef HAVE_SYS_STAT_H
  65. /* Define to 1 if you have the <sys/time.h> header file. */
  66. #undef HAVE_SYS_TIME_H
  67. /* Define to 1 if you have the <sys/types.h> header file. */
  68. #undef HAVE_SYS_TYPES_H
  69. /* Define to 1 if you have the <termios.h> header file. */
  70. #undef HAVE_TERMIOS_H
  71. /* Define to 1 if you have the <unistd.h> header file. */
  72. #undef HAVE_UNISTD_H
  73. /* Define to 1 if you have the `use_default_colors' function. */
  74. #undef HAVE_USE_DEFAULT_COLORS
  75. /* Define to 1 if you have the `vfork' function. */
  76. #undef HAVE_VFORK
  77. /* Define to 1 if you have the <vfork.h> header file. */
  78. #undef HAVE_VFORK_H
  79. /* Define to 1 if you have the <wchar.h> header file. */
  80. #undef HAVE_WCHAR_H
  81. /* Define to 1 if you have the `wcwidth' function. */
  82. #undef HAVE_WCWIDTH
  83. /* Have ncursesw (ncurses with wide chars) */
  84. #undef HAVE_WIDE_CURSES
  85. /* Define to 1 if `fork' works. */
  86. #undef HAVE_WORKING_FORK
  87. /* Define to 1 if `vfork' works. */
  88. #undef HAVE_WORKING_VFORK
  89. /* Define to 1 if the system has the type `_Bool'. */
  90. #undef HAVE__BOOL
  91. /* Name of package */
  92. #undef PACKAGE
  93. /* Define to the address where bug reports for this package should be sent. */
  94. #undef PACKAGE_BUGREPORT
  95. /* Define to the full name of this package. */
  96. #undef PACKAGE_NAME
  97. /* Define to the full name and version of this package. */
  98. #undef PACKAGE_STRING
  99. /* Define to the one symbol short name of this package. */
  100. #undef PACKAGE_TARNAME
  101. /* Define to the home page for this package. */
  102. #undef PACKAGE_URL
  103. /* Define to the version of this package. */
  104. #undef PACKAGE_VERSION
  105. /* Type returned from a signal */
  106. #undef RETSIGTYPE
  107. /* Define to 1 if you have the ANSI C header files. */
  108. #undef STDC_HEADERS
  109. /* Version number of package */
  110. #undef VERSION
  111. /* Define to `__inline__' or `__inline' if that's what the C compiler
  112. calls it, or to nothing if 'inline' is not supported under any name. */
  113. #ifndef __cplusplus
  114. #undef inline
  115. #endif
  116. /* Define to `int' if <sys/types.h> does not define. */
  117. #undef mode_t
  118. /* Define to `int' if <sys/types.h> does not define. */
  119. #undef pid_t
  120. /* Define to `unsigned int' if <sys/types.h> does not define. */
  121. #undef size_t
  122. /* Define to `int' if <sys/types.h> does not define. */
  123. #undef ssize_t
  124. /* Define as `fork' if `vfork' does not work. */
  125. #undef vfork