]> andersk Git - openssh.git/blob - acconfig.h
- (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
[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 /* Define if you are on NeXT */
10 #undef HAVE_NEXT
11
12 /* Define if you want to disable PAM support */
13 #undef DISABLE_PAM
14
15 /* Define if you want to enable AIX4's authenticate function */
16 #undef WITH_AIXAUTHENTICATE
17
18 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
19 #undef WITH_IRIX_ARRAY
20
21 /* Define if you want IRIX project management */
22 #undef WITH_IRIX_PROJECT
23
24 /* Define if you want IRIX audit trails */
25 #undef WITH_IRIX_AUDIT
26
27 /* Location of random number pool  */
28 #undef RANDOM_POOL
29
30 /* Location of EGD random number socket */
31 #undef EGD_SOCKET
32
33 /* Builtin PRNG command timeout */
34 #undef ENTROPY_TIMEOUT_MSEC
35
36 /* Define if you want to install preformatted manpages.*/
37 #undef MANTYPE
38
39 /* Define if your ssl headers are included with #include <openssl/header.h>  */
40 #undef HAVE_OPENSSL
41
42 /* Define if you are linking against RSAref.  Used only to print the right
43  * message at run-time. */
44 #undef RSAREF
45
46 /* struct utmp and struct utmpx fields */
47 #undef HAVE_HOST_IN_UTMP
48 #undef HAVE_HOST_IN_UTMPX
49 #undef HAVE_ADDR_IN_UTMP
50 #undef HAVE_ADDR_IN_UTMPX
51 #undef HAVE_ADDR_V6_IN_UTMP
52 #undef HAVE_ADDR_V6_IN_UTMPX
53 #undef HAVE_SYSLEN_IN_UTMPX
54 #undef HAVE_PID_IN_UTMP
55 #undef HAVE_TYPE_IN_UTMP
56 #undef HAVE_TYPE_IN_UTMPX
57 #undef HAVE_TV_IN_UTMP
58 #undef HAVE_TV_IN_UTMPX
59 #undef HAVE_ID_IN_UTMP
60 #undef HAVE_EXIT_IN_UTMP
61 #undef HAVE_TIME_IN_UTMP
62 #undef HAVE_TIME_IN_UTMPX
63
64 /* Define if you don't want to use your system's login() call */
65 #undef DISABLE_LOGIN
66
67 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
68 #undef DISABLE_PUTUTLINE
69
70 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
71 #undef DISABLE_PUTUTXLINE
72
73 /* Define if you don't want to use lastlog */
74 #undef DISABLE_LASTLOG
75
76 /* Define if you don't want to use utmp */
77 #undef DISABLE_UTMP
78
79 /* Define if you don't want to use utmpx */
80 #undef DISABLE_UTMPX
81
82 /* Define if you don't want to use wtmp */
83 #undef DISABLE_WTMP
84
85 /* Define if you don't want to use wtmpx */
86 #undef DISABLE_WTMPX
87
88 /* Define if you want to specify the path to your lastlog file */
89 #undef CONF_LASTLOG_FILE
90
91 /* Define if you want to specify the path to your utmp file */
92 #undef CONF_UTMP_FILE
93
94 /* Define if you want to specify the path to your wtmp file */
95 #undef CONF_WTMP_FILE
96
97 /* Define if you want to specify the path to your utmpx file */
98 #undef CONF_UTMPX_FILE
99
100 /* Define if you want to specify the path to your wtmpx file */
101 #undef CONF_WTMPX_FILE
102
103 /* Define is libutil has login() function */
104 #undef HAVE_LIBUTIL_LOGIN
105
106 /* Define if you want external askpass support */
107 #undef USE_EXTERNAL_ASKPASS
108
109 /* Define if libc defines __progname */
110 #undef HAVE___PROGNAME
111
112 /* Define if you want Kerberos 4 support */
113 #undef KRB4
114
115 /* Define if you want AFS support */
116 #undef AFS
117
118 /* Define if you want S/Key support */
119 #undef SKEY
120
121 /* Define if you want TCP Wrappers support */
122 #undef LIBWRAP
123
124 /* Define if your libraries define login() */
125 #undef HAVE_LOGIN
126
127 /* Define if your libraries define daemon() */
128 #undef HAVE_DAEMON
129
130 /* Define if your libraries define getpagesize() */
131 #undef HAVE_GETPAGESIZE
132
133 /* Define if xauth is found in your path */
134 #undef XAUTH_PATH
135
136 /* Define if rsh is found in your path */
137 #undef RSH_PATH
138
139 /* Define if you want to allow MD5 passwords */
140 #undef HAVE_MD5_PASSWORDS
141
142 /* Define if you want to disable shadow passwords */
143 #undef DISABLE_SHADOW
144
145 /* Define if you want to use shadow password expire field */
146 #undef HAS_SHADOW_EXPIRE
147
148 /* Define if you want have trusted HPUX */
149 #undef HAVE_HPUX_TRUSTED_SYSTEM_PW
150
151 /* Define if you have getpwanam(3) [SunOS 4.x] */
152 #undef HAVE_GETPWANAM
153
154 /* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
155 #undef NEED_IN_SYSTM_H
156
157 /* Define if you have an old version of PAM which takes only one argument */
158 /* to pam_strerror */
159 #undef HAVE_OLD_PAM
160
161 /* Set this to your mail directory if you don't have maillock.h */
162 #undef MAIL_DIRECTORY
163
164 /* Data types */
165 #undef HAVE_INTXX_T
166 #undef HAVE_U_INTXX_T
167 #undef HAVE_UINTXX_T
168 #undef HAVE_SOCKLEN_T
169 #undef HAVE_SIZE_T
170 #undef HAVE_SSIZE_T
171 #undef HAVE_MODE_T
172 #undef HAVE_PID_T
173 #undef HAVE_SA_FAMILY_T
174 #undef HAVE_STRUCT_SOCKADDR_STORAGE
175 #undef HAVE_STRUCT_ADDRINFO
176 #undef HAVE_STRUCT_IN6_ADDR
177 #undef HAVE_STRUCT_SOCKADDR_IN6
178
179 /* Fields in struct sockaddr_storage */
180 #undef HAVE_SS_FAMILY_IN_SS
181 #undef HAVE___SS_FAMILY_IN_SS
182
183 /* Define if you have /dev/ptmx */
184 #undef HAVE_DEV_PTMX
185
186 /* Define if you have /dev/ptc */
187 #undef HAVE_DEV_PTS_AND_PTC
188
189 /* Define if you need to use IP address instead of hostname in $DISPLAY */
190 #undef IPADDR_IN_DISPLAY
191
192 /* Specify default $PATH */
193 #undef USER_PATH
194
195 /* Specify location of ssh.pid */
196 #undef PIDDIR
197
198 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
199 #undef IPV4_DEFAULT
200
201 /* getaddrinfo is broken (if present) */
202 #undef BROKEN_GETADDRINFO
203
204 /* Workaround more Linux IPv6 quirks */
205 #undef DONT_TRY_OTHER_AF
206
207 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
208 #undef IPV4_IN_IPV6
209
210 @BOTTOM@
211
212 /* ******************* Shouldn't need to edit below this line ************** */
213
214 #include "defines.h"
215
216 #endif /* _CONFIG_H */
This page took 0.0674 seconds and 5 git commands to generate.