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