]> andersk Git - openssh.git/blame - acconfig.h
- Reduce diff against OpenBSD source
[openssh.git] / acconfig.h
CommitLineData
76a8e733 1#ifndef _CONFIG_H
2#define _CONFIG_H
3
cb807f40 4/* Generated automatically from acconfig.h by autoheader. */
5/* Please make your changes there */
6
7@TOP@
5881cd60 8
d94aa2ae 9/* Define if you want to disable PAM support */
10#undef DISABLE_PAM
11
4c40f834 12/* Define if you want to disable AIX4's authenticate function */
13#undef WITH_AIXAUTHENTICATE
14
a7effaac 15/* Define if you want to disable lastlog support */
16#undef DISABLE_LASTLOG
17
f601d847 18/* Location of lastlog file */
19#undef LASTLOG_LOCATION
20
2b942fe0 21/* If lastlog is a directory */
22#undef LASTLOG_IS_DIR
23
f601d847 24/* Location of random number pool */
4cca272e 25#undef RANDOM_POOL
26
bfc9a610 27/* Location of EGD random number socket */
28#undef EGD_SOCKET
4c40f834 29
c54a6257 30/* Define if you want to install preformatted manpages.*/
31#undef MANTYPE
32
5881cd60 33/* Define if your ssl headers are included with #include <openssl/header.h> */
34#undef HAVE_OPENSSL
4cca272e 35
0a2ff95d 36/* Define if you are linking against RSAref. Used only to print the right
37 * message at run-time. */
38#undef RSAREF
39
48e671d5 40/* struct utmp and struct utmpx fields */
4cca272e 41#undef HAVE_HOST_IN_UTMP
8946db53 42#undef HAVE_HOST_IN_UTMPX
4811cc0b 43#undef HAVE_ADDR_IN_UTMP
4811cc0b 44#undef HAVE_ADDR_IN_UTMPX
48e671d5 45#undef HAVE_ADDR_V6_IN_UTMP
46#undef HAVE_ADDR_V6_IN_UTMPX
f498ed15 47#undef HAVE_SYSLEN_IN_UTMPX
70e0115b 48#undef HAVE_PID_IN_UTMP
70e0115b 49#undef HAVE_TYPE_IN_UTMP
70e0115b 50#undef HAVE_TV_IN_UTMP
c73a0cb5 51#undef HAVE_ID_IN_UTMP
52
92f90c57 53/* Define if you want to use utmpx */
54#undef USE_UTMPX
55
4cca272e 56/* Define is libutil has login() function */
57#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 58
f601d847 59/* Define if you want external askpass support */
dad9a31e 60#undef USE_EXTERNAL_ASKPASS
045672f9 61
f601d847 62/* Define if libc defines __progname */
63#undef HAVE___PROGNAME
64
91b8065d 65/* Define if you want Kerberos 4 support */
66#undef KRB4
67
68/* Define if you want AFS support */
69#undef AFS
70
71/* Define if you want S/Key support */
72#undef SKEY
73
74/* Define if you want TCP Wrappers support */
75#undef LIBWRAP
76
beb43d31 77/* Define if your libraries define login() */
78#undef HAVE_LOGIN
79
80/* Define if your libraries define daemon() */
81#undef HAVE_DAEMON
82
aa6bd60a 83/* Define if your libraries define getpagesize() */
84#undef HAVE_GETPAGESIZE
85
a7effaac 86/* Define if xauth is found in your path */
87#undef XAUTH_PATH
88
f498ed15 89/* Define if rsh is found in your path */
90#undef RSH_PATH
91
caf3bc51 92/* Define if you want to allow MD5 passwords */
93#undef HAVE_MD5_PASSWORDS
94
a7effaac 95/* Define if you want to disable shadow passwords */
96#undef DISABLE_SHADOW
97
98/* Define if you want have trusted HPUX */
99#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
100
96ad4350 101/* Define if you have an old version of PAM which takes only one argument */
102/* to pam_strerror */
103#undef HAVE_OLD_PAM
104
f498ed15 105/* Set this to your mail directory if you don't have maillock.h */
106#undef MAIL_DIRECTORY
107
2b942fe0 108/* Data types */
2b942fe0 109#undef HAVE_INTXX_T
110#undef HAVE_U_INTXX_T
111#undef HAVE_UINTXX_T
ea1970a3 112#undef HAVE_SOCKLEN_T
e3a93db0 113#undef HAVE_SIZE_T
48e671d5 114#undef HAVE_STRUCT_SOCKADDR_STORAGE
115#undef HAVE_STRUCT_ADDRINFO
116#undef HAVE_STRUCT_IN6_ADDR
117#undef HAVE_STRUCT_SOCKADDR_IN6
118
119/* Fields in struct sockaddr_storage */
120#undef HAVE_SS_FAMILY_IN_SS
121#undef HAVE___SS_FAMILY_IN_SS
2b942fe0 122
a408af76 123/* Define if you have /dev/ptmx */
124#undef HAVE_DEV_PTMX
125
126/* Define if you have /dev/ptc */
127#undef HAVE_DEV_PTS_AND_PTC
128
a7effaac 129/* Define if you need to use IP address instead of hostname in $DISPLAY */
130#undef IPADDR_IN_DISPLAY
847e8865 131
cb807f40 132/* Specify default $PATH */
133#undef USER_PATH
134
47e45e44 135/* Specify location of ssh.pid */
a63a7f37 136#undef PIDDIR
47e45e44 137
59e76f33 138/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
139#undef IPV4_DEFAULT
140
4c8ef3fb 141/* getaddrinfo is broken (if present) */
142#undef BROKEN_GETADDRINFO
143
92cb021c 144/* Workaround more Linux IPv6 quirks */
80faa19f 145#undef DONT_TRY_OTHER_AF
146
147/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
148#undef IPV4_IN_IPV6
149
bfc9a610 150/* Programs used in entropy collection */
151#undef PROG_LS
152#undef PROG_NETSTAT
153#undef PROG_ARP
154#undef PROG_IFCONFIG
155#undef PROG_PS
156#undef PROG_W
157#undef PROG_WHO
158#undef PROG_LAST
159#undef PROG_LASTLOG
160#undef PROG_DF
161#undef PROG_VMSTAT
162#undef PROG_UPTIME
163#undef PROG_IPCS
164#undef PROG_TAIL
165
166
dcf3fbb2 167@BOTTOM@
168
045672f9 169/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 170
cb807f40 171#include "defines.h"
76a8e733 172
082bbfb3 173#endif /* _CONFIG_H */
This page took 0.078972 seconds and 5 git commands to generate.