source: trunk/third/ssh/acconfig.h @ 12646

Revision 12646, 8.3 KB checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12645, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2
3acconfig.h - template used by autoheader to create config.h.in
4config.h.in - used by autoconf to create config.h
5config.h - created by autoconf; contains defines generated by autoconf
6
7Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>
8
9*/
10
11@TOP@
12
13/* Define this to the canonical name of your host type (e.g.,
14   "sparc-sun-sunos4.0.3"). */
15#undef HOSTTYPE
16
17/* Define if you have SYSV-style /dev/ptmx and /dev/pts/. */
18#undef HAVE_DEV_PTMX
19
20/* Define if you have /dev/pts and /dev/ptc devices (as in AIX). */
21#undef HAVE_DEV_PTS_AND_PTC
22
23/* Define if you have shadow passwords in /etc/security/passwd (AIX style). */
24#undef HAVE_ETC_SECURITY_PASSWD
25
26/* Define if you have shadow passwords in /etc/security/passwd.adjunct
27   (SunOS style). */
28#undef HAVE_ETC_SECURITY_PASSWD_ADJUNCT
29 
30/* Define if you have OSF1 C2 security installed on the system */
31#undef HAVE_OSF1_C2_SECURITY
32
33/* Define if you have shadow passwords in /etc/shadow (Solaris style). */
34#undef HAVE_ETC_SHADOW
35
36/* Define if you have system login defaults in /etc/default/login. */
37#undef HAVE_ETC_DEFAULT_LOGIN
38
39/* Define if utmp structure has host field. */
40#undef HAVE_HOST_IN_UTMP
41
42/* Define if utmp structure has addr field. */
43#undef HAVE_ADDR_IN_UTMP
44
45/* Define if utmp structure has id field. */
46#undef HAVE_ID_IN_UTMP
47
48/* Define if utmp structure has name field. */
49#undef HAVE_NAME_IN_UTMP
50
51/* Define if utmp structure has pid field. */
52#undef HAVE_PID_IN_UTMP
53
54/* Define if utmpx structure has syslen field. */
55#undef HAVE_SYSLEN_IN_UTMPX
56
57/* Define if /var/adm/lastlog or whatever it is called is a directory
58   (e.g. SGI IRIX). */
59#undef LASTLOG_IS_DIR
60
61/* Define to use RSAREF. */
62#undef RSAREF
63
64/* Define this to be the path of the rsh program to support executing rsh. */
65#undef RSH_PATH
66
67/* Define this to be the path of the xauth program. */
68#undef XAUTH_PATH
69
70/* Default path for utmp.  Determined by configure. */
71#undef SSH_UTMP
72
73/* Default path for wtmp.  Determined by configure. */
74#undef SSH_WTMP
75
76/* Default path for lastlog.  Determined by configure. */
77#undef SSH_LASTLOG
78
79/* This is defined if we found a lastlog file.  The presence of lastlog.h
80   alone is not a sufficient indicator (at least newer BSD systems have
81   lastlog but no lastlog.h. */
82#undef HAVE_LASTLOG
83
84/* Define this if libutil.a contains BSD 4.4 compatible login(), logout(),
85   and logwtmp() calls. */
86#undef HAVE_LIBUTIL_LOGIN
87
88/* Location of system mail spool directory. */
89#undef MAIL_SPOOL_DIRECTORY
90
91/* Name of user's mail spool file if stored in user's home directory. */
92#undef MAIL_SPOOL_FILE
93
94/* Define this to be the default user path if you don't like the default.
95   See the --with-path=<path> configure option. */
96#undef DEFAULT_PATH
97
98/* Define this if O_NONBLOCK does not work on your system (e.g., Ultrix). */
99#undef O_NONBLOCK_BROKEN
100
101/* Define this if sys/syslog.h needs to be included in addition to syslog.h.
102   This is the case on some Ultrix versions. */
103#undef NEED_SYS_SYSLOG_H
104
105/* Define this to leave out that cipher. */
106#undef WITH_IDEA
107#undef WITH_DES
108#undef WITH_ARCFOUR
109#undef WITH_BLOWFISH
110#undef WITH_NONE
111
112/* Define this to include libwrap (tcp_wrappers) support. */
113#undef LIBWRAP
114#undef HAVE_LIBWRAP
115
116/* This is defined to pw_encrypt on Linux when using John Faugh's shadow
117   password implementation. */
118#undef crypt
119
120/* This is defined on 386BSD to preted we are on FreeBSD. */
121#undef __FreeBSD__
122
123/* If defines, this overrides "tty" as the terminal group. */
124#undef TTY_GROUP
125
126/* Define this if you want to support Security Dynammics SecurID
127   cards. */
128#undef HAVE_SECURID
129
130/* Define this if you want to support TIS Authentication scheme. */
131#undef HAVE_TIS
132
133/* Define this if you are using HPSUX.  HPUX uses non-standard shared
134   memory communication for X, which seems to be enabled by the display name
135   matching that of the local host.  This circumvents it by using the IP
136   address instead of the host name in DISPLAY. */
137#undef NONSTANDARD_IP_ADDRESS_X11_KLUDGE
138
139/* This will enable using magic directory to find x11 sockets */
140#undef HPSUX_NONSTANDARD_X11_KLUDGE
141
142/* Define this is compiling on HPSUX 7.x.  This will avoid including
143   arpa/inet.h, and will define struct linger in includes.h. */
144#undef HPSUX7_KLUDGES
145
146/* Define this if inet_network should be used instead of inet_addr.  This is
147   the case on DGUX 5.4. */
148#undef BROKEN_INET_ADDR
149
150/* Define this if your system does not like sizeof(struct sockaddr_un) as the
151   size argument in bind and connect calls for unix domain sockets. */
152#undef USE_STRLEN_FOR_AF_UNIX
153
154/* Define this to use pipes instead of socketpairs for communicating with the
155   client program.  Socketpairs do not seem to work on all systems. */
156#undef USE_PIPES
157
158/* Directory containing ssh_config, ssh_known_hosts, sshd_pid, etc.  Normally
159   /etc. */
160#undef ETCDIR
161
162/* Define this if speed_t is defined in stdtypes.h or otherwise gets included
163   into ttymodes.c from system headers. */
164#undef SPEED_T_IN_STDTYPES_H
165
166/* Define this if compiling on Ultrix.  Defining this does not actually require
167   shadow passwords to be present; this just includes support for them. */
168#undef HAVE_ULTRIX_SHADOW_PASSWORDS
169
170/* Define this if compiling with SOCKS (the firewall traversal library). */
171#undef SOCKS
172#undef SOCKS4
173#undef SOCKS5
174
175/* Define these if on SCO Unix. */
176#undef HAVE_SCO_ETC_SHADOW
177#undef SCO
178
179/* Additionally define this if on SCO 3.2v5 Unix */
180#undef SCO5
181
182/* Define this if you have getpseudotty() (DYNIX/ptx 2.1) */
183#undef HAVE_GETPSEUDOTTY
184
185/* Define this if you have sco-style pty:s (ptyp0, ..., ptyp9, ptyp10...) */
186#undef HAVE_DEV_PTYP10
187
188/* Define this if you have setpgid() (replaces setpgrp) */
189#undef HAVE_SETPGID
190
191/* Define this for HP-UX 10.x shadow passwords */
192#undef HAVE_HPUX_TCB_AUTH
193
194/* Support for Secure RPC */
195#undef SECURE_RPC
196
197/* Support for Secure NFS */
198#undef SECURE_NFS
199
200/* Support for NIS+ */
201#undef NIS_PLUS
202
203/* Define this to disable all port forwardings in server (except X11) */
204#undef SSHD_NO_PORT_FORWARDING
205
206/* Define this to disable all port forwardings in client (except X11) */
207#undef SSH_NO_PORT_FORWARDING
208
209/* Define this to disable X11 forwarding in server */
210#undef SSHD_NO_X11_FORWARDING
211
212/* Define this to disable X11 forwarding in client */
213#undef SSH_NO_X11_FORWARDING
214
215/* The code in sshconnect.c is written for SOCKS4. If SOCKS5 should be used
216   these needs redefining */
217#undef Rconnect
218#undef Rgetsockname
219#undef Rgetpeername
220#undef Rbind
221#undef Raccept
222#undef Rlisten
223#undef Rselect
224#undef Rrecvfrom
225#undef Rsendto
226#undef Rrecv
227#undef Rsend
228#undef Rread
229#undef Rwrite
230#undef Rrresvport
231#undef Rshutdown
232#undef Rlisten
233#undef Rclose
234#undef Rdup
235#undef Rdup2
236#undef Rfclose
237#undef Rgethostbyname
238
239/* Set this to allow group writeability of $HOME, .ssh and authorized_keys */
240#undef ALLOW_GROUP_WRITEABILITY
241
242/* Define if you want the login patches. */
243#undef USELOGIN
244#undef PATH_LOGIN
245
246/* Define this if your gettimeofday doesn't have TZ parameter */
247#undef HAVE_NO_TZ_IN_GETTIMEOFDAY
248
249/* Define this if you want to compile in Kerberos support. */
250#undef KERBEROS
251
252/* Define this if you want to compile in Kerberos V5 support.
253   KERBEROS must be compiled in as well. This can be done at configure
254   time with the --with-kerberos5 argument*/
255#undef KRB5
256
257/* Define this if you want to pass the Kerberos TGT. */
258#undef KERBEROS_TGT_PASSING
259
260/* Define this if you dont have SIGINFO as signal but some other macro */
261#undef HAVE_INCOMPATIBLE_SIGINFO
262
263/* Define this if your spwd struct defined shadow.h have sp_expire field */
264#undef HAVE_STRUCT_SPWD_EXPIRE
265
266/* Define this if your spwd struct defined shadow.h have sp_inact field */
267#undef HAVE_STRUCT_SPWD_INACT
268
269/* Define this if you want to enable TCP_NODELAY option */
270#undef ENABLE_TCP_NODELAY
271
272/* File used to override /etc/nologin on a per-user basis.  The default is
273   /etc/nologin.allow. */
274#undef NOLOGIN_ALLOW
275
276/* Where to find the X11 socket */
277#undef X11_DIR
278
279/* Define this if you want to enable SO_LINGER option */
280#undef ENABLE_SO_LINGER
281
282/* Define this if you want to enable scp statistics option */
283#undef WITH_SCP_STATS
284
285/* Define this to be the path to the passwd program */
286#undef PASSWD_PATH
287
288/* Define this if you have SGI proj.h */
289#undef HAVE_SGI_PROJ_H
290
291/* Define this if you want to have scp statistics on by default */
292#undef SCP_STATISTICS_ENABLED
293
294/* Define this if you want to have scp statistics on by default for each
295   file */
296#undef SCP_ALL_STATISTICS_ENABLED
297
Note: See TracBrowser for help on using the repository browser.