]> andersk Git - openssh.git/blob - acconfig.h
b3e11fe9c5ba18e558a5acc75c3db84e390093d0
[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 want to disable PAM support */
10 #undef DISABLE_PAM
11
12 /* Define if you want to enable AIX4's authenticate function */
13 #undef WITH_AIXAUTHENTICATE
14
15 /* Define if you want to disable lastlog support */
16 #undef DISABLE_LASTLOG
17
18 /* Location of lastlog file */
19 #undef LASTLOG_LOCATION
20
21 /* If lastlog is a directory */
22 #undef LASTLOG_IS_DIR
23
24 /* Location of random number pool  */
25 #undef RANDOM_POOL
26
27 /* Location of EGD random number socket */
28 #undef EGD_SOCKET
29
30 /* Builtin PRNG command timeout */
31 #undef ENTROPY_TIMEOUT_MSEC
32
33 /* Define if you want to install preformatted manpages.*/
34 #undef MANTYPE
35
36 /* Define if your ssl headers are included with #include <openssl/header.h>  */
37 #undef HAVE_OPENSSL
38
39 /* Define if you are linking against RSAref.  Used only to print the right
40  * message at run-time. */
41 #undef RSAREF
42
43 /* struct utmp and struct utmpx fields */
44 #undef HAVE_HOST_IN_UTMP
45 #undef HAVE_HOST_IN_UTMPX
46 #undef HAVE_ADDR_IN_UTMP
47 #undef HAVE_ADDR_IN_UTMPX
48 #undef HAVE_ADDR_V6_IN_UTMP
49 #undef HAVE_ADDR_V6_IN_UTMPX
50 #undef HAVE_SYSLEN_IN_UTMPX
51 #undef HAVE_PID_IN_UTMP
52 #undef HAVE_TYPE_IN_UTMP
53 #undef HAVE_TYPE_IN_UTMPX
54 #undef HAVE_TV_IN_UTMP
55 #undef HAVE_ID_IN_UTMP
56
57 /* Define if you want to use utmpx */
58 #undef USE_UTMPX
59
60 /* Define is libutil has login() function */
61 #undef HAVE_LIBUTIL_LOGIN
62
63 /* Define if you want external askpass support */
64 #undef USE_EXTERNAL_ASKPASS
65
66 /* Define if libc defines __progname */
67 #undef HAVE___PROGNAME
68
69 /* Define if you want Kerberos 4 support */
70 #undef KRB4
71
72 /* Define if you want AFS support */
73 #undef AFS
74
75 /* Define if you want S/Key support */
76 #undef SKEY
77
78 /* Define if you want TCP Wrappers support */
79 #undef LIBWRAP
80
81 /* Define if your libraries define login() */
82 #undef HAVE_LOGIN
83
84 /* Define if your libraries define daemon() */
85 #undef HAVE_DAEMON
86
87 /* Define if your libraries define getpagesize() */
88 #undef HAVE_GETPAGESIZE
89
90 /* Define if xauth is found in your path */
91 #undef XAUTH_PATH
92
93 /* Define if rsh is found in your path */
94 #undef RSH_PATH
95
96 /* Define if you want to allow MD5 passwords */
97 #undef HAVE_MD5_PASSWORDS
98
99 /* Define if you want to disable shadow passwords */
100 #undef DISABLE_SHADOW
101
102 /* Define if you want have trusted HPUX */
103 #undef HAVE_HPUX_TRUSTED_SYSTEM_PW
104
105 /* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
106 #undef NEED_IN_SYSTM_H
107
108 /* Define if you have an old version of PAM which takes only one argument */
109 /* to pam_strerror */
110 #undef HAVE_OLD_PAM
111
112 /* Set this to your mail directory if you don't have maillock.h */
113 #undef MAIL_DIRECTORY
114
115 /* Data types */
116 #undef HAVE_INTXX_T
117 #undef HAVE_U_INTXX_T
118 #undef HAVE_UINTXX_T
119 #undef HAVE_SOCKLEN_T
120 #undef HAVE_SIZE_T
121 #undef HAVE_SSIZE_T
122 #undef HAVE_STRUCT_SOCKADDR_STORAGE
123 #undef HAVE_STRUCT_ADDRINFO
124 #undef HAVE_STRUCT_IN6_ADDR
125 #undef HAVE_STRUCT_SOCKADDR_IN6
126
127 /* Fields in struct sockaddr_storage */
128 #undef HAVE_SS_FAMILY_IN_SS
129 #undef HAVE___SS_FAMILY_IN_SS
130
131 /* Define if you have /dev/ptmx */
132 #undef HAVE_DEV_PTMX
133
134 /* Define if you have /dev/ptc */
135 #undef HAVE_DEV_PTS_AND_PTC
136
137 /* Define if you need to use IP address instead of hostname in $DISPLAY */
138 #undef IPADDR_IN_DISPLAY
139
140 /* Specify default $PATH */
141 #undef USER_PATH
142
143 /* Specify location of ssh.pid */
144 #undef PIDDIR
145
146 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
147 #undef IPV4_DEFAULT
148
149 /* getaddrinfo is broken (if present) */
150 #undef BROKEN_GETADDRINFO
151
152 /* Workaround more Linux IPv6 quirks */
153 #undef DONT_TRY_OTHER_AF
154
155 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
156 #undef IPV4_IN_IPV6
157
158 @BOTTOM@
159
160 /* ******************* Shouldn't need to edit below this line ************** */
161
162 #include "defines.h"
163
164 #endif /* _CONFIG_H */
This page took 0.409389 seconds and 3 git commands to generate.