initial commit
[ETG_Helmet] / SOFTWARE / UTILS / sshpass / src / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <fcntl.h> header file. */
4 #undef HAVE_FCNTL_H
5
6 /* Define to 1 if you have the `fork' function. */
7 #undef HAVE_FORK
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
11
12 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
13    to 0 otherwise. */
14 #undef HAVE_MALLOC
15
16 /* Define to 1 if you have the <memory.h> header file. */
17 #undef HAVE_MEMORY_H
18
19 /* Define to 1 if you have the `posix_openpt' function. */
20 #undef HAVE_POSIX_OPENPT
21
22 /* Define to 1 if you have the `select' function. */
23 #undef HAVE_SELECT
24
25 /* Define to 1 if you have the <stdint.h> header file. */
26 #undef HAVE_STDINT_H
27
28 /* Define to 1 if you have the <stdlib.h> header file. */
29 #undef HAVE_STDLIB_H
30
31 /* Define to 1 if you have the `strdup' function. */
32 #undef HAVE_STRDUP
33
34 /* Define to 1 if you have the <strings.h> header file. */
35 #undef HAVE_STRINGS_H
36
37 /* Define to 1 if you have the <string.h> header file. */
38 #undef HAVE_STRING_H
39
40 /* Define to 1 if you have the <sys/ioctl.h> header file. */
41 #undef HAVE_SYS_IOCTL_H
42
43 /* Define to 1 if you have the <sys/select.h> header file. */
44 #undef HAVE_SYS_SELECT_H
45
46 /* Define to 1 if you have the <sys/socket.h> header file. */
47 #undef HAVE_SYS_SOCKET_H
48
49 /* Define to 1 if you have the <sys/stat.h> header file. */
50 #undef HAVE_SYS_STAT_H
51
52 /* Define to 1 if you have the <sys/types.h> header file. */
53 #undef HAVE_SYS_TYPES_H
54
55 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
56 #undef HAVE_SYS_WAIT_H
57
58 /* Define to 1 if you have the <termios.h> header file. */
59 #undef HAVE_TERMIOS_H
60
61 /* Define to 1 if you have the <unistd.h> header file. */
62 #undef HAVE_UNISTD_H
63
64 /* Define to 1 if you have the `vfork' function. */
65 #undef HAVE_VFORK
66
67 /* Define to 1 if you have the <vfork.h> header file. */
68 #undef HAVE_VFORK_H
69
70 /* Define to 1 if `fork' works. */
71 #undef HAVE_WORKING_FORK
72
73 /* Define to 1 if `vfork' works. */
74 #undef HAVE_WORKING_VFORK
75
76 /* Name of package */
77 #undef PACKAGE
78
79 /* Define to the address where bug reports for this package should be sent. */
80 #undef PACKAGE_BUGREPORT
81
82 /* Define to the full name of this package. */
83 #undef PACKAGE_NAME
84
85 /* Define to the full name and version of this package. */
86 #undef PACKAGE_STRING
87
88 /* Define to the one symbol short name of this package. */
89 #undef PACKAGE_TARNAME
90
91 /* Define to the home page for this package. */
92 #undef PACKAGE_URL
93
94 /* Define to the version of this package. */
95 #undef PACKAGE_VERSION
96
97 /* Define as the return type of signal handlers (`int' or `void'). */
98 #undef RETSIGTYPE
99
100 /* Define to the type of arg 1 for `select'. */
101 #undef SELECT_TYPE_ARG1
102
103 /* Define to the type of args 2, 3 and 4 for `select'. */
104 #undef SELECT_TYPE_ARG234
105
106 /* Define to the type of arg 5 for `select'. */
107 #undef SELECT_TYPE_ARG5
108
109 /* Define to 1 if you have the ANSI C header files. */
110 #undef STDC_HEADERS
111
112 /* Enable extensions on AIX 3, Interix.  */
113 #ifndef _ALL_SOURCE
114 # undef _ALL_SOURCE
115 #endif
116 /* Enable GNU extensions on systems that have them.  */
117 #ifndef _GNU_SOURCE
118 # undef _GNU_SOURCE
119 #endif
120 /* Enable threading extensions on Solaris.  */
121 #ifndef _POSIX_PTHREAD_SEMANTICS
122 # undef _POSIX_PTHREAD_SEMANTICS
123 #endif
124 /* Enable extensions on HP NonStop.  */
125 #ifndef _TANDEM_SOURCE
126 # undef _TANDEM_SOURCE
127 #endif
128 /* Enable general extensions on Solaris.  */
129 #ifndef __EXTENSIONS__
130 # undef __EXTENSIONS__
131 #endif
132
133
134 /* Version number of package */
135 #undef VERSION
136
137 /* Define to 1 if on MINIX. */
138 #undef _MINIX
139
140 /* Define to 2 if the system does not provide POSIX.1 features except with
141    this defined. */
142 #undef _POSIX_1_SOURCE
143
144 /* Define to 1 if you need to in order for `stat' and other things to work. */
145 #undef _POSIX_SOURCE
146
147 /* Define to empty if `const' does not conform to ANSI C. */
148 #undef const
149
150 /* Define to rpl_malloc if the replacement function should be used. */
151 #undef malloc
152
153 /* Define to `int' if <sys/types.h> does not define. */
154 #undef pid_t
155
156 /* Define to `int' if <sys/types.h> does not define. */
157 #undef ssize_t
158
159 /* Define as `fork' if `vfork' does not work. */
160 #undef vfork
Contact me: dev (at) shalnoff (dot) com
PGP fingerprint: A6B8 3B23 6013 F18A 0C71 198B 83D8 C64D 917A 5717