]> andersk Git - openssh.git/blob - acconfig.h
- Added --with-default-path to specify custom path for server
[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 if you want to use utmpx */
40 #undef USE_UTMPX
41
42 /* Define is libutil has login() function */
43 #undef HAVE_LIBUTIL_LOGIN
44
45 /* Define if you want external askpass support */
46 #undef USE_EXTERNAL_ASKPASS
47
48 /* Define if libc defines __progname */
49 #undef HAVE___PROGNAME
50
51 /* Define if you want Kerberos 4 support */
52 #undef KRB4
53
54 /* Define if you want AFS support */
55 #undef AFS
56
57 /* Define if you want S/Key support */
58 #undef SKEY
59
60 /* Define if you want TCP Wrappers support */
61 #undef LIBWRAP
62
63 /* Define if your libraries define login() */
64 #undef HAVE_LOGIN
65
66 /* Define if your libraries define daemon() */
67 #undef HAVE_DAEMON
68
69 /* Define if xauth is found in your path */
70 #undef XAUTH_PATH
71
72 /* Define if rsh is found in your path */
73 #undef RSH_PATH
74
75 /* Define if you want to allow MD5 passwords */
76 #undef HAVE_MD5_PASSWORDS
77
78 /* Define if you want to disable shadow passwords */
79 #undef DISABLE_SHADOW
80
81 /* Define if you want have trusted HPUX */
82 #undef HAVE_HPUX_TRUSTED_SYSTEM_PW
83
84 /* Define if you have an old version of PAM which takes only one argument */
85 /* to pam_strerror */
86 #undef HAVE_OLD_PAM
87
88 /* Set this to your mail directory if you don't have maillock.h */
89 #undef MAIL_DIRECTORY
90
91 /* Data types */
92 #undef HAVE_QUAD_T
93 #undef HAVE_INTXX_T
94 #undef HAVE_U_INTXX_T
95 #undef HAVE_UINTXX_T
96
97 /* Define if you have /dev/ptmx */
98 #undef HAVE_DEV_PTMX
99
100 /* Define if you have /dev/ptc */
101 #undef HAVE_DEV_PTS_AND_PTC
102
103 /* Define if you need to use IP address instead of hostname in $DISPLAY */
104 #undef IPADDR_IN_DISPLAY
105
106 /* Specify default $PATH */
107 #undef USER_PATH
108
109 @BOTTOM@
110
111 /* ******************* Shouldn't need to edit below this line ************** */
112
113 #include "defines.h"
This page took 0.03691 seconds and 5 git commands to generate.