]> andersk Git - openssh.git/blob - acconfig.h
- (djm) Seperate tests for int64_t and u_int64_t types
[openssh.git] / acconfig.h
1 #ifndef _CONFIG_H
2 #define _CONFIG_H
3
4 /* Generated automatically from acconfig.h by autoheader. */
5 /* Please make your changes there */
6
7 @TOP@
8
9 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
10 /* from environment and PATH */
11 #undef LOGIN_PROGRAM_FALLBACK
12
13 /* Define if your password has a pw_class field */
14 #undef HAVE_PW_CLASS_IN_PASSWD
15
16 /* Define if your socketpair() has bugs */
17 #undef USE_PIPES
18
19 /* Define if your system's struct sockaddr_un has a sun_len member */
20 #undef HAVE_SUN_LEN_IN_SOCKADDR_UN
21
22 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
23 #undef BROKEN_INET_NTOA
24
25 /* Define if your system defines sys_errlist[] */
26 #undef HAVE_SYS_ERRLIST
27
28 /* Define if your system defines sys_nerr */
29 #undef HAVE_SYS_NERR
30
31 /* Define if your system choked on IP TOS setting */
32 #undef IP_TOS_IS_BROKEN
33
34 /* Define if you have the getuserattr function.  */
35 #undef HAVE_GETUSERATTR
36
37 /* Work around problematic Linux PAM modules handling of PAM_TTY */
38 #undef PAM_TTY_KLUDGE
39
40 /* Use PIPES instead of a socketpair() */
41 #undef USE_PIPES
42
43 /* Define if your snprintf is busted */
44 #undef BROKEN_SNPRINTF
45
46 /* Define if you are on Cygwin */
47 #undef HAVE_CYGWIN
48
49 /* Define if you are on NeXT */
50 #undef HAVE_NEXT
51
52 /* Define if you want to disable PAM support */
53 #undef DISABLE_PAM
54
55 /* Define if you want to enable AIX4's authenticate function */
56 #undef WITH_AIXAUTHENTICATE
57
58 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
59 #undef WITH_IRIX_ARRAY
60
61 /* Define if you want IRIX project management */
62 #undef WITH_IRIX_PROJECT
63
64 /* Define if you want IRIX audit trails */
65 #undef WITH_IRIX_AUDIT
66
67 /* Location of random number pool  */
68 #undef RANDOM_POOL
69
70 /* Location of EGD random number socket */
71 #undef EGD_SOCKET
72
73 /* Builtin PRNG command timeout */
74 #undef ENTROPY_TIMEOUT_MSEC
75
76 /* Define if you want to install preformatted manpages.*/
77 #undef MANTYPE
78
79 /* Define if your ssl headers are included with #include <openssl/header.h>  */
80 #undef HAVE_OPENSSL
81
82 /* Define if you are linking against RSAref.  Used only to print the right
83  * message at run-time. */
84 #undef RSAREF
85
86 /* struct utmp and struct utmpx fields */
87 #undef HAVE_HOST_IN_UTMP
88 #undef HAVE_HOST_IN_UTMPX
89 #undef HAVE_ADDR_IN_UTMP
90 #undef HAVE_ADDR_IN_UTMPX
91 #undef HAVE_ADDR_V6_IN_UTMP
92 #undef HAVE_ADDR_V6_IN_UTMPX
93 #undef HAVE_SYSLEN_IN_UTMPX
94 #undef HAVE_PID_IN_UTMP
95 #undef HAVE_TYPE_IN_UTMP
96 #undef HAVE_TYPE_IN_UTMPX
97 #undef HAVE_TV_IN_UTMP
98 #undef HAVE_TV_IN_UTMPX
99 #undef HAVE_ID_IN_UTMP
100 #undef HAVE_ID_IN_UTMPX
101 #undef HAVE_EXIT_IN_UTMP
102 #undef HAVE_TIME_IN_UTMP
103 #undef HAVE_TIME_IN_UTMPX
104
105 /* Define if you don't want to use your system's login() call */
106 #undef DISABLE_LOGIN
107
108 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
109 #undef DISABLE_PUTUTLINE
110
111 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
112 #undef DISABLE_PUTUTXLINE
113
114 /* Define if you don't want to use lastlog */
115 #undef DISABLE_LASTLOG
116
117 /* Define if you don't want to use utmp */
118 #undef DISABLE_UTMP
119
120 /* Define if you don't want to use utmpx */
121 #undef DISABLE_UTMPX
122
123 /* Define if you don't want to use wtmp */
124 #undef DISABLE_WTMP
125
126 /* Define if you don't want to use wtmpx */
127 #undef DISABLE_WTMPX
128
129 /* Define if you want to specify the path to your lastlog file */
130 #undef CONF_LASTLOG_FILE
131
132 /* Define if you want to specify the path to your utmp file */
133 #undef CONF_UTMP_FILE
134
135 /* Define if you want to specify the path to your wtmp file */
136 #undef CONF_WTMP_FILE
137
138 /* Define if you want to specify the path to your utmpx file */
139 #undef CONF_UTMPX_FILE
140
141 /* Define if you want to specify the path to your wtmpx file */
142 #undef CONF_WTMPX_FILE
143
144 /* Define is libutil has login() function */
145 #undef HAVE_LIBUTIL_LOGIN
146
147 /* Define if you want external askpass support */
148 #undef USE_EXTERNAL_ASKPASS
149
150 /* Define if libc defines __progname */
151 #undef HAVE___PROGNAME
152
153 /* Define if you want Kerberos 4 support */
154 #undef KRB4
155
156 /* Define if you want AFS support */
157 #undef AFS
158
159 /* Define if you want S/Key support */
160 #undef SKEY
161
162 /* Define if you want TCP Wrappers support */
163 #undef LIBWRAP
164
165 /* Define if your libraries define login() */
166 #undef HAVE_LOGIN
167
168 /* Define if your libraries define daemon() */
169 #undef HAVE_DAEMON
170
171 /* Define if your libraries define getpagesize() */
172 #undef HAVE_GETPAGESIZE
173
174 /* Define if xauth is found in your path */
175 #undef XAUTH_PATH
176
177 /* Define if rsh is found in your path */
178 #undef RSH_PATH
179
180 /* Define if you want to allow MD5 passwords */
181 #undef HAVE_MD5_PASSWORDS
182
183 /* Define if you want to disable shadow passwords */
184 #undef DISABLE_SHADOW
185
186 /* Define if you want to use shadow password expire field */
187 #undef HAS_SHADOW_EXPIRE
188
189 /* Define if you have Digital Unix Security Integration Architecture */
190 #undef HAVE_OSF_SIA
191
192 /* Define if you have getpwanam(3) [SunOS 4.x] */
193 #undef HAVE_GETPWANAM
194
195 /* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
196 #undef NEED_IN_SYSTM_H
197
198 /* Define if you have an old version of PAM which takes only one argument */
199 /* to pam_strerror */
200 #undef HAVE_OLD_PAM
201
202 /* Set this to your mail directory if you don't have maillock.h */
203 #undef MAIL_DIRECTORY
204
205 /* Data types */
206 #undef HAVE_U_INT
207 #undef HAVE_INTXX_T
208 #undef HAVE_U_INTXX_T
209 #undef HAVE_UINTXX_T
210 #undef HAVE_INT64_T
211 #undef HAVE_U_INT64_T
212 #undef HAVE_SOCKLEN_T
213 #undef HAVE_SIZE_T
214 #undef HAVE_SSIZE_T
215 #undef HAVE_MODE_T
216 #undef HAVE_PID_T
217 #undef HAVE_SA_FAMILY_T
218 #undef HAVE_STRUCT_SOCKADDR_STORAGE
219 #undef HAVE_STRUCT_ADDRINFO
220 #undef HAVE_STRUCT_IN6_ADDR
221 #undef HAVE_STRUCT_SOCKADDR_IN6
222
223 /* Fields in struct sockaddr_storage */
224 #undef HAVE_SS_FAMILY_IN_SS
225 #undef HAVE___SS_FAMILY_IN_SS
226
227 /* Define if you have /dev/ptmx */
228 #undef HAVE_DEV_PTMX
229
230 /* Define if you have /dev/ptc */
231 #undef HAVE_DEV_PTS_AND_PTC
232
233 /* Define if you need to use IP address instead of hostname in $DISPLAY */
234 #undef IPADDR_IN_DISPLAY
235
236 /* Specify default $PATH */
237 #undef USER_PATH
238
239 /* Specify location of ssh.pid */
240 #undef PIDDIR
241
242 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
243 #undef IPV4_DEFAULT
244
245 /* getaddrinfo is broken (if present) */
246 #undef BROKEN_GETADDRINFO
247
248 /* vhangup is broken (if present) */
249 #undef BROKEN_VHANGUP
250
251 /* Workaround more Linux IPv6 quirks */
252 #undef DONT_TRY_OTHER_AF
253
254 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
255 #undef IPV4_IN_IPV6
256
257 @BOTTOM@
258
259 /* ******************* Shouldn't need to edit below this line ************** */
260
261 #include "defines.h"
262
263 #endif /* _CONFIG_H */
This page took 0.293094 seconds and 5 git commands to generate.