config.h.in 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <fcntl.h> header file. */
  3. #undef HAVE_FCNTL_H
  4. /* Define to 1 if you have the `fork' function. */
  5. #undef HAVE_FORK
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  9. to 0 otherwise. */
  10. #undef HAVE_MALLOC
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #undef HAVE_MEMORY_H
  13. /* Define to 1 if you have the `posix_openpt' function. */
  14. #undef HAVE_POSIX_OPENPT
  15. /* Define to 1 if you have the `select' function. */
  16. #undef HAVE_SELECT
  17. /* Define to 1 if you have the <stdint.h> header file. */
  18. #undef HAVE_STDINT_H
  19. /* Define to 1 if you have the <stdlib.h> header file. */
  20. #undef HAVE_STDLIB_H
  21. /* Define to 1 if you have the `strdup' function. */
  22. #undef HAVE_STRDUP
  23. /* Define to 1 if you have the <strings.h> header file. */
  24. #undef HAVE_STRINGS_H
  25. /* Define to 1 if you have the <string.h> header file. */
  26. #undef HAVE_STRING_H
  27. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  28. #undef HAVE_SYS_IOCTL_H
  29. /* Define to 1 if you have the <sys/select.h> header file. */
  30. #undef HAVE_SYS_SELECT_H
  31. /* Define to 1 if you have the <sys/socket.h> header file. */
  32. #undef HAVE_SYS_SOCKET_H
  33. /* Define to 1 if you have the <sys/stat.h> header file. */
  34. #undef HAVE_SYS_STAT_H
  35. /* Define to 1 if you have the <sys/types.h> header file. */
  36. #undef HAVE_SYS_TYPES_H
  37. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  38. #undef HAVE_SYS_WAIT_H
  39. /* Define to 1 if you have the <termios.h> header file. */
  40. #undef HAVE_TERMIOS_H
  41. /* Define to 1 if you have the <unistd.h> header file. */
  42. #undef HAVE_UNISTD_H
  43. /* Define to 1 if you have the `vfork' function. */
  44. #undef HAVE_VFORK
  45. /* Define to 1 if you have the <vfork.h> header file. */
  46. #undef HAVE_VFORK_H
  47. /* Define to 1 if `fork' works. */
  48. #undef HAVE_WORKING_FORK
  49. /* Define to 1 if `vfork' works. */
  50. #undef HAVE_WORKING_VFORK
  51. /* Name of package */
  52. #undef PACKAGE
  53. /* Define to the address where bug reports for this package should be sent. */
  54. #undef PACKAGE_BUGREPORT
  55. /* Define to the full name of this package. */
  56. #undef PACKAGE_NAME
  57. /* Define to the full name and version of this package. */
  58. #undef PACKAGE_STRING
  59. /* Define to the one symbol short name of this package. */
  60. #undef PACKAGE_TARNAME
  61. /* Define to the home page for this package. */
  62. #undef PACKAGE_URL
  63. /* Define to the version of this package. */
  64. #undef PACKAGE_VERSION
  65. /* Password prompt to use */
  66. #undef PASSWORD_PROMPT
  67. /* Define as the return type of signal handlers (`int' or `void'). */
  68. #undef RETSIGTYPE
  69. /* Define to the type of arg 1 for `select'. */
  70. #undef SELECT_TYPE_ARG1
  71. /* Define to the type of args 2, 3 and 4 for `select'. */
  72. #undef SELECT_TYPE_ARG234
  73. /* Define to the type of arg 5 for `select'. */
  74. #undef SELECT_TYPE_ARG5
  75. /* Define to 1 if you have the ANSI C header files. */
  76. #undef STDC_HEADERS
  77. /* Enable extensions on AIX 3, Interix. */
  78. #ifndef _ALL_SOURCE
  79. # undef _ALL_SOURCE
  80. #endif
  81. /* Enable GNU extensions on systems that have them. */
  82. #ifndef _GNU_SOURCE
  83. # undef _GNU_SOURCE
  84. #endif
  85. /* Enable threading extensions on Solaris. */
  86. #ifndef _POSIX_PTHREAD_SEMANTICS
  87. # undef _POSIX_PTHREAD_SEMANTICS
  88. #endif
  89. /* Enable extensions on HP NonStop. */
  90. #ifndef _TANDEM_SOURCE
  91. # undef _TANDEM_SOURCE
  92. #endif
  93. /* Enable general extensions on Solaris. */
  94. #ifndef __EXTENSIONS__
  95. # undef __EXTENSIONS__
  96. #endif
  97. /* Version number of package */
  98. #undef VERSION
  99. /* Define to 1 if on MINIX. */
  100. #undef _MINIX
  101. /* Define to 2 if the system does not provide POSIX.1 features except with
  102. this defined. */
  103. #undef _POSIX_1_SOURCE
  104. /* Define to 1 if you need to in order for `stat' and other things to work. */
  105. #undef _POSIX_SOURCE
  106. /* Define to empty if `const' does not conform to ANSI C. */
  107. #undef const
  108. /* Define to rpl_malloc if the replacement function should be used. */
  109. #undef malloc
  110. /* Define to `int' if <sys/types.h> does not define. */
  111. #undef pid_t
  112. /* Define to `int' if <sys/types.h> does not define. */
  113. #undef ssize_t
  114. /* Define as `fork' if `vfork' does not work. */
  115. #undef vfork