]> andersk Git - openssh.git/blame - acconfig.h
- Fill in ut_utaddr utmp field. Report from Benjamin Charron
[openssh.git] / acconfig.h
CommitLineData
cb807f40 1/* Generated automatically from acconfig.h by autoheader. */
2/* Please make your changes there */
3
4@TOP@
5881cd60 5
d4f11b59 6/* SSL directory. */
7#undef ssldir
8
d94aa2ae 9/* Define if you want to disable PAM support */
10#undef DISABLE_PAM
11
a7effaac 12/* Define if you want to disable lastlog support */
13#undef DISABLE_LASTLOG
14
f601d847 15/* Location of lastlog file */
16#undef LASTLOG_LOCATION
17
2b942fe0 18/* If lastlog is a directory */
19#undef LASTLOG_IS_DIR
20
f601d847 21/* Location of random number pool */
4cca272e 22#undef RANDOM_POOL
23
24/* Are we using the Entropy gathering daemon */
25#undef HAVE_EGD
26
0bc5b6fb 27/* Define if using the Dante SOCKS library. */
28#undef HAVE_DANTE
29
5881cd60 30/* Define if your ssl headers are included with #include <ssl/header.h> */
31#undef HAVE_SSL
32
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
4cca272e 40/* Define is utmp.h has a ut_host field */
41#undef HAVE_HOST_IN_UTMP
42
8946db53 43/* Define is utmpx.h has a ut_host field */
44#undef HAVE_HOST_IN_UTMPX
45
4811cc0b 46/* Define is utmp.h has a ut_addr field */
47#undef HAVE_ADDR_IN_UTMP
48
49/* Define is utmpx.h has a ut_addr field */
50#undef HAVE_ADDR_IN_UTMPX
51
f498ed15 52/* Define is utmpx.h has a syslen field */
53#undef HAVE_SYSLEN_IN_UTMPX
54
70e0115b 55/* Define is utmp.h has a ut_pid field */
56#undef HAVE_PID_IN_UTMP
57
58/* Define is utmp.h has a ut_type field */
59#undef HAVE_TYPE_IN_UTMP
60
61/* Define is utmp.h has a ut_tv field */
62#undef HAVE_TV_IN_UTMP
63
c73a0cb5 64/* Define is utmp.h has a ut_id field */
65#undef HAVE_ID_IN_UTMP
66
92f90c57 67/* Define if you want to use utmpx */
68#undef USE_UTMPX
69
4cca272e 70/* Define is libutil has login() function */
71#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 72
f601d847 73/* Define if you want external askpass support */
dad9a31e 74#undef USE_EXTERNAL_ASKPASS
045672f9 75
f601d847 76/* Define if libc defines __progname */
77#undef HAVE___PROGNAME
78
91b8065d 79/* Define if you want Kerberos 4 support */
80#undef KRB4
81
82/* Define if you want AFS support */
83#undef AFS
84
85/* Define if you want S/Key support */
86#undef SKEY
87
88/* Define if you want TCP Wrappers support */
89#undef LIBWRAP
90
beb43d31 91/* Define if your libraries define login() */
92#undef HAVE_LOGIN
93
94/* Define if your libraries define daemon() */
95#undef HAVE_DAEMON
96
a7effaac 97/* Define if xauth is found in your path */
98#undef XAUTH_PATH
99
f498ed15 100/* Define if rsh is found in your path */
101#undef RSH_PATH
102
caf3bc51 103/* Define if you want to allow MD5 passwords */
104#undef HAVE_MD5_PASSWORDS
105
a7effaac 106/* Define if you want to disable shadow passwords */
107#undef DISABLE_SHADOW
108
109/* Define if you want have trusted HPUX */
110#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
111
96ad4350 112/* Define if you have an old version of PAM which takes only one argument */
113/* to pam_strerror */
114#undef HAVE_OLD_PAM
115
f498ed15 116/* Set this to your mail directory if you don't have maillock.h */
117#undef MAIL_DIRECTORY
118
2b942fe0 119/* Data types */
120#undef HAVE_QUAD_T
121#undef HAVE_INTXX_T
122#undef HAVE_U_INTXX_T
123#undef HAVE_UINTXX_T
ea1970a3 124#undef HAVE_SOCKLEN_T
e3a93db0 125#undef HAVE_SIZE_T
2b942fe0 126
a408af76 127/* Define if you have /dev/ptmx */
128#undef HAVE_DEV_PTMX
129
130/* Define if you have /dev/ptc */
131#undef HAVE_DEV_PTS_AND_PTC
132
a7effaac 133/* Define if you need to use IP address instead of hostname in $DISPLAY */
134#undef IPADDR_IN_DISPLAY
847e8865 135
cb807f40 136/* Specify default $PATH */
137#undef USER_PATH
138
d94aa2ae 139/* Define if the inclusion of crypt.h breaks the build (e.g. Irix 5.x) */
140#undef CRYPT_H_BREAKS_BUILD
141
dcf3fbb2 142@BOTTOM@
143
045672f9 144/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 145
cb807f40 146#include "defines.h"
This page took 0.091575 seconds and 5 git commands to generate.