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