]> andersk Git - openssh.git/blame - acconfig.h
- OpenBSD CVS updates:
[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
d4f11b59 9/* SSL directory. */
10#undef ssldir
11
d94aa2ae 12/* Define if you want to disable PAM support */
13#undef DISABLE_PAM
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
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 <ssl/header.h> */
37#undef HAVE_SSL
38
39/* Define if your ssl headers are included with #include <openssl/header.h> */
40#undef HAVE_OPENSSL
4cca272e 41
0a2ff95d 42/* Define if you are linking against RSAref. Used only to print the right
43 * message at run-time. */
44#undef RSAREF
45
48e671d5 46/* struct utmp and struct utmpx fields */
4cca272e 47#undef HAVE_HOST_IN_UTMP
8946db53 48#undef HAVE_HOST_IN_UTMPX
4811cc0b 49#undef HAVE_ADDR_IN_UTMP
4811cc0b 50#undef HAVE_ADDR_IN_UTMPX
48e671d5 51#undef HAVE_ADDR_V6_IN_UTMP
52#undef HAVE_ADDR_V6_IN_UTMPX
f498ed15 53#undef HAVE_SYSLEN_IN_UTMPX
70e0115b 54#undef HAVE_PID_IN_UTMP
70e0115b 55#undef HAVE_TYPE_IN_UTMP
70e0115b 56#undef HAVE_TV_IN_UTMP
c73a0cb5 57#undef HAVE_ID_IN_UTMP
58
92f90c57 59/* Define if you want to use utmpx */
60#undef USE_UTMPX
61
4cca272e 62/* Define is libutil has login() function */
63#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 64
f601d847 65/* Define if you want external askpass support */
dad9a31e 66#undef USE_EXTERNAL_ASKPASS
045672f9 67
f601d847 68/* Define if libc defines __progname */
69#undef HAVE___PROGNAME
70
91b8065d 71/* Define if you want Kerberos 4 support */
72#undef KRB4
73
74/* Define if you want AFS support */
75#undef AFS
76
77/* Define if you want S/Key support */
78#undef SKEY
79
80/* Define if you want TCP Wrappers support */
81#undef LIBWRAP
82
beb43d31 83/* Define if your libraries define login() */
84#undef HAVE_LOGIN
85
86/* Define if your libraries define daemon() */
87#undef HAVE_DAEMON
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
96ad4350 104/* Define if you have an old version of PAM which takes only one argument */
105/* to pam_strerror */
106#undef HAVE_OLD_PAM
107
f498ed15 108/* Set this to your mail directory if you don't have maillock.h */
109#undef MAIL_DIRECTORY
110
2b942fe0 111/* Data types */
2b942fe0 112#undef HAVE_INTXX_T
113#undef HAVE_U_INTXX_T
114#undef HAVE_UINTXX_T
ea1970a3 115#undef HAVE_SOCKLEN_T
e3a93db0 116#undef HAVE_SIZE_T
48e671d5 117#undef HAVE_STRUCT_SOCKADDR_STORAGE
118#undef HAVE_STRUCT_ADDRINFO
119#undef HAVE_STRUCT_IN6_ADDR
120#undef HAVE_STRUCT_SOCKADDR_IN6
121
122/* Fields in struct sockaddr_storage */
123#undef HAVE_SS_FAMILY_IN_SS
124#undef HAVE___SS_FAMILY_IN_SS
2b942fe0 125
a408af76 126/* Define if you have /dev/ptmx */
127#undef HAVE_DEV_PTMX
128
129/* Define if you have /dev/ptc */
130#undef HAVE_DEV_PTS_AND_PTC
131
a7effaac 132/* Define if you need to use IP address instead of hostname in $DISPLAY */
133#undef IPADDR_IN_DISPLAY
847e8865 134
cb807f40 135/* Specify default $PATH */
136#undef USER_PATH
137
47e45e44 138/* Specify location of ssh.pid */
a63a7f37 139#undef PIDDIR
47e45e44 140
59e76f33 141/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
142#undef IPV4_DEFAULT
143
4c8ef3fb 144/* getaddrinfo is broken (if present) */
145#undef BROKEN_GETADDRINFO
146
dcf3fbb2 147@BOTTOM@
148
045672f9 149/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 150
cb807f40 151#include "defines.h"
76a8e733 152
082bbfb3 153#endif /* _CONFIG_H */
This page took 0.104037 seconds and 5 git commands to generate.