]> andersk Git - openssh.git/blame - acconfig.h
- Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
[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
c1ef8333 12/* Define if you want to enable AIX4's authenticate function */
4c40f834 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
b7a87eea 30/* Builtin PRNG command timeout */
31#undef ENTROPY_TIMEOUT_MSEC
32
c54a6257 33/* Define if you want to install preformatted manpages.*/
34#undef MANTYPE
35
5881cd60 36/* Define if your ssl headers are included with #include <openssl/header.h> */
37#undef HAVE_OPENSSL
4cca272e 38
0a2ff95d 39/* Define if you are linking against RSAref. Used only to print the right
40 * message at run-time. */
41#undef RSAREF
42
48e671d5 43/* struct utmp and struct utmpx fields */
4cca272e 44#undef HAVE_HOST_IN_UTMP
8946db53 45#undef HAVE_HOST_IN_UTMPX
4811cc0b 46#undef HAVE_ADDR_IN_UTMP
4811cc0b 47#undef HAVE_ADDR_IN_UTMPX
48e671d5 48#undef HAVE_ADDR_V6_IN_UTMP
49#undef HAVE_ADDR_V6_IN_UTMPX
f498ed15 50#undef HAVE_SYSLEN_IN_UTMPX
70e0115b 51#undef HAVE_PID_IN_UTMP
70e0115b 52#undef HAVE_TYPE_IN_UTMP
70e0115b 53#undef HAVE_TV_IN_UTMP
c73a0cb5 54#undef HAVE_ID_IN_UTMP
55
92f90c57 56/* Define if you want to use utmpx */
57#undef USE_UTMPX
58
4cca272e 59/* Define is libutil has login() function */
60#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 61
f601d847 62/* Define if you want external askpass support */
dad9a31e 63#undef USE_EXTERNAL_ASKPASS
045672f9 64
f601d847 65/* Define if libc defines __progname */
66#undef HAVE___PROGNAME
67
91b8065d 68/* Define if you want Kerberos 4 support */
69#undef KRB4
70
71/* Define if you want AFS support */
72#undef AFS
73
74/* Define if you want S/Key support */
75#undef SKEY
76
77/* Define if you want TCP Wrappers support */
78#undef LIBWRAP
79
beb43d31 80/* Define if your libraries define login() */
81#undef HAVE_LOGIN
82
83/* Define if your libraries define daemon() */
84#undef HAVE_DAEMON
85
aa6bd60a 86/* Define if your libraries define getpagesize() */
87#undef HAVE_GETPAGESIZE
88
a7effaac 89/* Define if xauth is found in your path */
90#undef XAUTH_PATH
91
f498ed15 92/* Define if rsh is found in your path */
93#undef RSH_PATH
94
caf3bc51 95/* Define if you want to allow MD5 passwords */
96#undef HAVE_MD5_PASSWORDS
97
a7effaac 98/* Define if you want to disable shadow passwords */
99#undef DISABLE_SHADOW
100
101/* Define if you want have trusted HPUX */
102#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
103
b7a87eea 104/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
105#undef NEED_IN_SYSTM_H
106
96ad4350 107/* Define if you have an old version of PAM which takes only one argument */
108/* to pam_strerror */
109#undef HAVE_OLD_PAM
110
f498ed15 111/* Set this to your mail directory if you don't have maillock.h */
112#undef MAIL_DIRECTORY
113
2b942fe0 114/* Data types */
2b942fe0 115#undef HAVE_INTXX_T
116#undef HAVE_U_INTXX_T
117#undef HAVE_UINTXX_T
ea1970a3 118#undef HAVE_SOCKLEN_T
e3a93db0 119#undef HAVE_SIZE_T
c04f75f1 120#undef HAVE_SSIZE_T
48e671d5 121#undef HAVE_STRUCT_SOCKADDR_STORAGE
122#undef HAVE_STRUCT_ADDRINFO
123#undef HAVE_STRUCT_IN6_ADDR
124#undef HAVE_STRUCT_SOCKADDR_IN6
125
126/* Fields in struct sockaddr_storage */
127#undef HAVE_SS_FAMILY_IN_SS
128#undef HAVE___SS_FAMILY_IN_SS
2b942fe0 129
a408af76 130/* Define if you have /dev/ptmx */
131#undef HAVE_DEV_PTMX
132
133/* Define if you have /dev/ptc */
134#undef HAVE_DEV_PTS_AND_PTC
135
a7effaac 136/* Define if you need to use IP address instead of hostname in $DISPLAY */
137#undef IPADDR_IN_DISPLAY
847e8865 138
cb807f40 139/* Specify default $PATH */
140#undef USER_PATH
141
47e45e44 142/* Specify location of ssh.pid */
a63a7f37 143#undef PIDDIR
47e45e44 144
59e76f33 145/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
146#undef IPV4_DEFAULT
147
4c8ef3fb 148/* getaddrinfo is broken (if present) */
149#undef BROKEN_GETADDRINFO
150
92cb021c 151/* Workaround more Linux IPv6 quirks */
80faa19f 152#undef DONT_TRY_OTHER_AF
153
154/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
155#undef IPV4_IN_IPV6
156
dcf3fbb2 157@BOTTOM@
158
045672f9 159/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 160
cb807f40 161#include "defines.h"
76a8e733 162
082bbfb3 163#endif /* _CONFIG_H */
This page took 0.082467 seconds and 5 git commands to generate.