source: trunk/third/ssh/config.h.in @ 12646

Revision 12646, 15.9 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/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2/*
3
4acconfig.h - template used by autoheader to create config.h.in
5config.h.in - used by autoconf to create config.h
6config.h - created by autoconf; contains defines generated by autoconf
7
8Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>
9
10*/
11
12
13/* Define to empty if the keyword does not work.  */
14#undef const
15
16/* Define to `int' if <sys/types.h> doesn't define.  */
17#undef gid_t
18
19/* Define if your struct stat has st_blksize.  */
20#undef HAVE_ST_BLKSIZE
21
22/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
23#undef HAVE_SYS_WAIT_H
24
25/* Define as __inline if that's what the C compiler calls it.  */
26#undef inline
27
28/* Define if major, minor, and makedev are declared in <mkdev.h>.  */
29#undef MAJOR_IN_MKDEV
30
31/* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
32#undef MAJOR_IN_SYSMACROS
33
34/* Define to `int' if <sys/types.h> doesn't define.  */
35#undef mode_t
36
37/* Define to `long' if <sys/types.h> doesn't define.  */
38#undef off_t
39
40/* Define if you need to in order for stat and other things to work.  */
41#undef _POSIX_SOURCE
42
43/* Define as the return type of signal handlers (int or void).  */
44#undef RETSIGTYPE
45
46/* Define to `unsigned' if <sys/types.h> doesn't define.  */
47#undef size_t
48
49/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
50#undef STAT_MACROS_BROKEN
51
52/* Define if you have the ANSI C header files.  */
53#undef STDC_HEADERS
54
55/* Define if you can safely include both <sys/time.h> and <time.h>.  */
56#undef TIME_WITH_SYS_TIME
57
58/* Define to `int' if <sys/types.h> doesn't define.  */
59#undef uid_t
60
61/* Define if your processor stores words with the most significant
62   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
63#undef WORDS_BIGENDIAN
64
65/* Define if the X Window System is missing or not being used.  */
66#undef X_DISPLAY_MISSING
67
68/* Define this to the canonical name of your host type (e.g.,
69   "sparc-sun-sunos4.0.3"). */
70#undef HOSTTYPE
71
72/* Define if you have SYSV-style /dev/ptmx and /dev/pts/. */
73#undef HAVE_DEV_PTMX
74
75/* Define if you have /dev/pts and /dev/ptc devices (as in AIX). */
76#undef HAVE_DEV_PTS_AND_PTC
77
78/* Define if you have shadow passwords in /etc/security/passwd (AIX style). */
79#undef HAVE_ETC_SECURITY_PASSWD
80
81/* Define if you have shadow passwords in /etc/security/passwd.adjunct
82   (SunOS style). */
83#undef HAVE_ETC_SECURITY_PASSWD_ADJUNCT
84
85 
86/* Define if you have OSF1 C2 security installed on the system */
87#undef HAVE_OSF1_C2_SECURITY
88
89/* Define if you have shadow passwords in /etc/shadow (Solaris style). */
90#undef HAVE_ETC_SHADOW
91
92/* Define if you have system login defaults in /etc/default/login. */
93#undef HAVE_ETC_DEFAULT_LOGIN
94
95/* Define if utmp structure has host field. */
96#undef HAVE_HOST_IN_UTMP
97
98/* Define if utmp structure has addr field. */
99#undef HAVE_ADDR_IN_UTMP
100
101/* Define if utmp structure has id field. */
102#undef HAVE_ID_IN_UTMP
103
104/* Define if utmp structure has name field. */
105#undef HAVE_NAME_IN_UTMP
106
107/* Define if utmp structure has pid field. */
108#undef HAVE_PID_IN_UTMP
109
110/* Define if utmpx structure has syslen field. */
111#undef HAVE_SYSLEN_IN_UTMPX
112
113/* Define if /var/adm/lastlog or whatever it is called is a directory
114   (e.g. SGI IRIX). */
115#undef LASTLOG_IS_DIR
116
117/* Define to use RSAREF. */
118#undef RSAREF
119
120/* Define this to be the path of the rsh program to support executing rsh. */
121#undef RSH_PATH
122
123/* Define this to be the path of the xauth program. */
124#undef XAUTH_PATH
125
126/* Default path for utmp.  Determined by configure. */
127#undef SSH_UTMP
128
129/* Default path for wtmp.  Determined by configure. */
130#undef SSH_WTMP
131
132/* Default path for lastlog.  Determined by configure. */
133#undef SSH_LASTLOG
134
135/* This is defined if we found a lastlog file.  The presence of lastlog.h
136   alone is not a sufficient indicator (at least newer BSD systems have
137   lastlog but no lastlog.h. */
138#undef HAVE_LASTLOG
139
140/* Define this if libutil.a contains BSD 4.4 compatible login(), logout(),
141   and logwtmp() calls. */
142#undef HAVE_LIBUTIL_LOGIN
143
144/* Location of system mail spool directory. */
145#undef MAIL_SPOOL_DIRECTORY
146
147/* Name of user's mail spool file if stored in user's home directory. */
148#undef MAIL_SPOOL_FILE
149
150/* Define this to be the default user path if you don't like the default.
151   See the --with-path=<path> configure option. */
152#undef DEFAULT_PATH
153
154/* Define this if O_NONBLOCK does not work on your system (e.g., Ultrix). */
155#undef O_NONBLOCK_BROKEN
156
157/* Define this if sys/syslog.h needs to be included in addition to syslog.h.
158   This is the case on some Ultrix versions. */
159#undef NEED_SYS_SYSLOG_H
160
161/* Define this to leave out that cipher. */
162#undef WITH_IDEA
163#undef WITH_DES
164#undef WITH_ARCFOUR
165#undef WITH_BLOWFISH
166#undef WITH_NONE
167
168/* Define this to include libwrap (tcp_wrappers) support. */
169#undef LIBWRAP
170#undef HAVE_LIBWRAP
171
172/* This is defined to pw_encrypt on Linux when using John Faugh's shadow
173   password implementation. */
174#undef crypt
175
176/* This is defined on 386BSD to preted we are on FreeBSD. */
177#undef __FreeBSD__
178
179/* If defines, this overrides "tty" as the terminal group. */
180#undef TTY_GROUP
181
182/* Define this if you want to support Security Dynammics SecurID
183   cards. */
184#undef HAVE_SECURID
185
186/* Define this if you want to support TIS Authentication scheme. */
187#undef HAVE_TIS
188
189/* Define this if you are using HPSUX.  HPUX uses non-standard shared
190   memory communication for X, which seems to be enabled by the display name
191   matching that of the local host.  This circumvents it by using the IP
192   address instead of the host name in DISPLAY. */
193#undef NONSTANDARD_IP_ADDRESS_X11_KLUDGE
194
195/* This will enable using magic directory to find x11 sockets */
196#undef HPSUX_NONSTANDARD_X11_KLUDGE
197
198/* Define this is compiling on HPSUX 7.x.  This will avoid including
199   arpa/inet.h, and will define struct linger in includes.h. */
200#undef HPSUX7_KLUDGES
201
202/* Define this if inet_network should be used instead of inet_addr.  This is
203   the case on DGUX 5.4. */
204#undef BROKEN_INET_ADDR
205
206/* Define this if your system does not like sizeof(struct sockaddr_un) as the
207   size argument in bind and connect calls for unix domain sockets. */
208#undef USE_STRLEN_FOR_AF_UNIX
209
210/* Define this to use pipes instead of socketpairs for communicating with the
211   client program.  Socketpairs do not seem to work on all systems. */
212#undef USE_PIPES
213
214/* Define this if speed_t is defined in stdtypes.h or otherwise gets included
215   into ttymodes.c from system headers. */
216#undef SPEED_T_IN_STDTYPES_H
217
218/* Define this if compiling on Ultrix.  Defining this does not actually require
219   shadow passwords to be present; this just includes support for them. */
220#undef HAVE_ULTRIX_SHADOW_PASSWORDS
221
222/* Define this if compiling with SOCKS (the firewall traversal library). */
223#undef SOCKS
224#undef SOCKS4
225#undef SOCKS5
226
227/* Define these if on SCO Unix. */
228#undef HAVE_SCO_ETC_SHADOW
229#undef SCO
230
231/* Additionally define this if on SCO 3.2v5 Unix */
232#undef SCO5
233
234/* Define this if you have getpseudotty() (DYNIX/ptx 2.1) */
235#undef HAVE_GETPSEUDOTTY
236
237/* Define this if you have sco-style pty:s (ptyp0, ..., ptyp9, ptyp10...) */
238#undef HAVE_DEV_PTYP10
239
240/* Define this for HP-UX 10.x shadow passwords */
241#undef HAVE_HPUX_TCB_AUTH
242
243/* Support for Secure RPC */
244#undef SECURE_RPC
245
246/* Support for Secure NFS */
247#undef SECURE_NFS
248
249/* Support for NIS+ */
250#undef NIS_PLUS
251
252/* Define this to disable all port forwardings in server (except X11) */
253#undef SSHD_NO_PORT_FORWARDING
254
255/* Define this to disable all port forwardings in client (except X11) */
256#undef SSH_NO_PORT_FORWARDING
257
258/* Define this to disable X11 forwarding in server */
259#undef SSHD_NO_X11_FORWARDING
260
261/* Define this to disable X11 forwarding in client */
262#undef SSH_NO_X11_FORWARDING
263
264/* The code in sshconnect.c is written for SOCKS4. If SOCKS5 should be used
265   these needs redefining */
266#undef Rconnect
267#undef Rgetsockname
268#undef Rgetpeername
269#undef Rbind
270#undef Raccept
271#undef Rlisten
272#undef Rselect
273#undef Rrecvfrom
274#undef Rsendto
275#undef Rrecv
276#undef Rsend
277#undef Rread
278#undef Rwrite
279#undef Rrresvport
280#undef Rshutdown
281#undef Rlisten
282#undef Rclose
283#undef Rdup
284#undef Rdup2
285#undef Rfclose
286#undef Rgethostbyname
287
288/* Set this to allow group writeability of $HOME, .ssh and authorized_keys */
289#undef ALLOW_GROUP_WRITEABILITY
290
291/* Define if you want the login patches. */
292#undef USELOGIN
293#undef PATH_LOGIN
294
295/* Define this if your gettimeofday doesn't have TZ parameter */
296#undef HAVE_NO_TZ_IN_GETTIMEOFDAY
297
298/* Define this if you want to compile in Kerberos support. */
299#undef KERBEROS
300
301/* Define this if you want to compile in Kerberos V5 support.
302   KERBEROS must be compiled in as well. This can be done at configure
303   time with the --with-kerberos5 argument*/
304#undef KRB5
305
306/* Define this if you want to pass the Kerberos TGT. */
307#undef KERBEROS_TGT_PASSING
308
309/* Define this if you dont have SIGINFO as signal but some other macro */
310#undef HAVE_INCOMPATIBLE_SIGINFO
311
312/* Define this if your spwd struct defined shadow.h have sp_expire field */
313#undef HAVE_STRUCT_SPWD_EXPIRE
314
315/* Define this if your spwd struct defined shadow.h have sp_inact field */
316#undef HAVE_STRUCT_SPWD_INACT
317
318/* Define this if you want to enable TCP_NODELAY option */
319#undef ENABLE_TCP_NODELAY
320
321/* File used to override /etc/nologin on a per-user basis.  The default is
322   /etc/nologin.allow. */
323#undef NOLOGIN_ALLOW
324
325/* Where to find the X11 socket */
326#undef X11_DIR
327
328/* Define this if you want to enable SO_LINGER option */
329#undef ENABLE_SO_LINGER
330
331/* Define this if you want to enable scp statistics option */
332#undef WITH_SCP_STATS
333
334/* Define this to be the path to the passwd program */
335#undef PASSWD_PATH
336
337/* Define this if you have SGI proj.h */
338#undef HAVE_SGI_PROJ_H
339
340/* Define this if you want to have scp statistics on by default */
341#undef SCP_STATISTICS_ENABLED
342
343/* Define this if you want to have scp statistics on by default for each
344   file */
345#undef SCP_ALL_STATISTICS_ENABLED
346
347/* The number of bytes in a int.  */
348#undef SIZEOF_INT
349
350/* The number of bytes in a long.  */
351#undef SIZEOF_LONG
352
353/* The number of bytes in a short.  */
354#undef SIZEOF_SHORT
355
356/* Define if you have the _getpty function.  */
357#undef HAVE__GETPTY
358
359/* Define if you have the authenticate function.  */
360#undef HAVE_AUTHENTICATE
361
362/* Define if you have the clock function.  */
363#undef HAVE_CLOCK
364
365/* Define if you have the crypt function.  */
366#undef HAVE_CRYPT
367
368/* Define if you have the daemon function.  */
369#undef HAVE_DAEMON
370
371/* Define if you have the fchmod function.  */
372#undef HAVE_FCHMOD
373
374/* Define if you have the ftruncate function.  */
375#undef HAVE_FTRUNCATE
376
377/* Define if you have the getdtablesize function.  */
378#undef HAVE_GETDTABLESIZE
379
380/* Define if you have the getespwnam function.  */
381#undef HAVE_GETESPWNAM
382
383/* Define if you have the gethostname function.  */
384#undef HAVE_GETHOSTNAME
385
386/* Define if you have the getpseudotty function.  */
387#undef HAVE_GETPSEUDOTTY
388
389/* Define if you have the getrusage function.  */
390#undef HAVE_GETRUSAGE
391
392/* Define if you have the gettimeofday function.  */
393#undef HAVE_GETTIMEOFDAY
394
395/* Define if you have the initgroups function.  */
396#undef HAVE_INITGROUPS
397
398/* Define if you have the innetgr function.  */
399#undef HAVE_INNETGR
400
401/* Define if you have the locked_out_es function.  */
402#undef HAVE_LOCKED_OUT_ES
403
404/* Define if you have the makeutx function.  */
405#undef HAVE_MAKEUTX
406
407/* Define if you have the memcpy function.  */
408#undef HAVE_MEMCPY
409
410/* Define if you have the memmove function.  */
411#undef HAVE_MEMMOVE
412
413/* Define if you have the openpty function.  */
414#undef HAVE_OPENPTY
415
416/* Define if you have the putenv function.  */
417#undef HAVE_PUTENV
418
419/* Define if you have the pw_encrypt function.  */
420#undef HAVE_PW_ENCRYPT
421
422/* Define if you have the random function.  */
423#undef HAVE_RANDOM
424
425/* Define if you have the remove function.  */
426#undef HAVE_REMOVE
427
428/* Define if you have the revoke function.  */
429#undef HAVE_REVOKE
430
431/* Define if you have the setlogin function.  */
432#undef HAVE_SETLOGIN
433
434/* Define if you have the setluid function.  */
435#undef HAVE_SETLUID
436
437/* Define if you have the setpgid function.  */
438#undef HAVE_SETPGID
439
440/* Define if you have the setpgrp function.  */
441#undef HAVE_SETPGRP
442
443/* Define if you have the setsid function.  */
444#undef HAVE_SETSID
445
446/* Define if you have the socketpair function.  */
447#undef HAVE_SOCKETPAIR
448
449/* Define if you have the strchr function.  */
450#undef HAVE_STRCHR
451
452/* Define if you have the strerror function.  */
453#undef HAVE_STRERROR
454
455/* Define if you have the time_lock function.  */
456#undef HAVE_TIME_LOCK
457
458/* Define if you have the times function.  */
459#undef HAVE_TIMES
460
461/* Define if you have the ttyslot function.  */
462#undef HAVE_TTYSLOT
463
464/* Define if you have the ulimit function.  */
465#undef HAVE_ULIMIT
466
467/* Define if you have the umask function.  */
468#undef HAVE_UMASK
469
470/* Define if you have the vhangup function.  */
471#undef HAVE_VHANGUP
472
473/* Define if you have the waitpid function.  */
474#undef HAVE_WAITPID
475
476/* Define if you have the <dirent.h> header file.  */
477#undef HAVE_DIRENT_H
478
479/* Define if you have the <lastlog.h> header file.  */
480#undef HAVE_LASTLOG_H
481
482/* Define if you have the <login_cap.h> header file.  */
483#undef HAVE_LOGIN_CAP_H
484
485/* Define if you have the <machine/endian.h> header file.  */
486#undef HAVE_MACHINE_ENDIAN_H
487
488/* Define if you have the <ndir.h> header file.  */
489#undef HAVE_NDIR_H
490
491/* Define if you have the <netinet/in_system.h> header file.  */
492#undef HAVE_NETINET_IN_SYSTEM_H
493
494/* Define if you have the <netinet/in_systm.h> header file.  */
495#undef HAVE_NETINET_IN_SYSTM_H
496
497/* Define if you have the <netinet/ip.h> header file.  */
498#undef HAVE_NETINET_IP_H
499
500/* Define if you have the <netinet/tcp.h> header file.  */
501#undef HAVE_NETINET_TCP_H
502
503/* Define if you have the <paths.h> header file.  */
504#undef HAVE_PATHS_H
505
506/* Define if you have the <rusage.h> header file.  */
507#undef HAVE_RUSAGE_H
508
509/* Define if you have the <sgtty.h> header file.  */
510#undef HAVE_SGTTY_H
511
512/* Define if you have the <shadow.h> header file.  */
513#undef HAVE_SHADOW_H
514
515/* Define if you have the <socks.h> header file.  */
516#undef HAVE_SOCKS_H
517
518/* Define if you have the <sys/dir.h> header file.  */
519#undef HAVE_SYS_DIR_H
520
521/* Define if you have the <sys/ioctl.h> header file.  */
522#undef HAVE_SYS_IOCTL_H
523
524/* Define if you have the <sys/ndir.h> header file.  */
525#undef HAVE_SYS_NDIR_H
526
527/* Define if you have the <sys/resource.h> header file.  */
528#undef HAVE_SYS_RESOURCE_H
529
530/* Define if you have the <sys/select.h> header file.  */
531#undef HAVE_SYS_SELECT_H
532
533/* Define if you have the <sys/time.h> header file.  */
534#undef HAVE_SYS_TIME_H
535
536/* Define if you have the <termios.h> header file.  */
537#undef HAVE_TERMIOS_H
538
539/* Define if you have the <ulimit.h> header file.  */
540#undef HAVE_ULIMIT_H
541
542/* Define if you have the <unistd.h> header file.  */
543#undef HAVE_UNISTD_H
544
545/* Define if you have the <usersec.h> header file.  */
546#undef HAVE_USERSEC_H
547
548/* Define if you have the <utime.h> header file.  */
549#undef HAVE_UTIME_H
550
551/* Define if you have the <utmp.h> header file.  */
552#undef HAVE_UTMP_H
553
554/* Define if you have the <utmpx.h> header file.  */
555#undef HAVE_UTMPX_H
556
557/* Define if you have the aud library (-laud).  */
558#undef HAVE_LIBAUD
559
560/* Define if you have the auth library (-lauth).  */
561#undef HAVE_LIBAUTH
562
563/* Define if you have the bsd library (-lbsd).  */
564#undef HAVE_LIBBSD
565
566/* Define if you have the crypt library (-lcrypt).  */
567#undef HAVE_LIBCRYPT
568
569/* Define if you have the db library (-ldb).  */
570#undef HAVE_LIBDB
571
572/* Define if you have the gen library (-lgen).  */
573#undef HAVE_LIBGEN
574
575/* Define if you have the inet library (-linet).  */
576#undef HAVE_LIBINET
577
578/* Define if you have the m library (-lm).  */
579#undef HAVE_LIBM
580
581/* Define if you have the nsl library (-lnsl).  */
582#undef HAVE_LIBNSL
583
584/* Define if you have the s library (-ls).  */
585#undef HAVE_LIBS
586
587/* Define if you have the sec library (-lsec).  */
588#undef HAVE_LIBSEC
589
590/* Define if you have the security library (-lsecurity).  */
591#undef HAVE_LIBSECURITY
592
593/* Define if you have the seq library (-lseq).  */
594#undef HAVE_LIBSEQ
595
596/* Define if you have the shadow library (-lshadow).  */
597#undef HAVE_LIBSHADOW
598
599/* Define if you have the socket library (-lsocket).  */
600#undef HAVE_LIBSOCKET
601
602/* Define if you have the sun library (-lsun).  */
603#undef HAVE_LIBSUN
Note: See TracBrowser for help on using the repository browser.