config.h 4.4 KB

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