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