diff options
Diffstat (limited to 'usr.bin/ssh/config.h.in')
-rw-r--r-- | usr.bin/ssh/config.h.in | 442 |
1 files changed, 0 insertions, 442 deletions
diff --git a/usr.bin/ssh/config.h.in b/usr.bin/ssh/config.h.in deleted file mode 100644 index 215a96e7cd9..00000000000 --- a/usr.bin/ssh/config.h.in +++ /dev/null @@ -1,442 +0,0 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ -/* - -acconfig.h - template used by autoheader to create config.h.in -config.h.in - used by autoconf to create config.h -config.h - created by autoconf; contains defines generated by autoconf - -Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi> - -*/ - -#define RCSID(msg) \ -static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } - - -/* Define to empty if the keyword does not work. */ -#undef const - -/* Define to `int' if <sys/types.h> doesn't define. */ -#undef gid_t - -/* Define if your struct stat has st_blksize. */ -#undef HAVE_ST_BLKSIZE - -/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ -#undef HAVE_SYS_WAIT_H - -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline - -/* Define to `int' if <sys/types.h> doesn't define. */ -#undef mode_t - -/* Define if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - -/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */ -#undef F77_NO_MINUS_C_MINUS_O - -/* Define to `long' if <sys/types.h> doesn't define. */ -#undef off_t - -/* Define as the return type of signal handlers (int or void). */ -#undef RETSIGTYPE - -/* Define to the type of arg1 for select(). */ -#undef SELECT_TYPE_ARG1 - -/* Define to the type of args 2, 3 and 4 for select(). */ -#undef SELECT_TYPE_ARG234 - -/* Define to the type of arg5 for select(). */ -#undef SELECT_TYPE_ARG5 - -/* Define to `unsigned' if <sys/types.h> doesn't define. */ -#undef size_t - -/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ -#undef STAT_MACROS_BROKEN - -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#undef TIME_WITH_SYS_TIME - -/* Define to `int' if <sys/types.h> doesn't define. */ -#undef uid_t - -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - -/* Define if you have SYSV-style /dev/ptmx and /dev/pts/. */ -#undef HAVE_DEV_PTMX - -/* Define if you have /dev/pts and /dev/ptc devices (as in AIX). */ -#undef HAVE_DEV_PTS_AND_PTC - -/* Define if you have shadow passwords in /etc/security/passwd (AIX style). */ -#undef HAVE_ETC_SECURITY_PASSWD - -/* Define if you have shadow passwords in /etc/security/passwd.adjunct - (SunOS style). */ -#undef HAVE_ETC_SECURITY_PASSWD_ADJUNCT - - -/* Define if you have OSF1 C2 security installed on the system */ -#undef HAVE_OSF1_C2_SECURITY - -/* Define if you have shadow passwords in /etc/shadow (Solaris style). */ -#undef HAVE_ETC_SHADOW - -/* Define if you have system login defaults in /etc/default/login. */ -#undef HAVE_ETC_DEFAULT_LOGIN - -/* Define if utmp structure has host field. */ -#undef HAVE_HOST_IN_UTMP - -/* Define if utmp structure has addr field. */ -#undef HAVE_ADDR_IN_UTMP - -/* Define if utmp structure has id field. */ -#undef HAVE_ID_IN_UTMP - -/* Define if utmp structure has name field. */ -#undef HAVE_NAME_IN_UTMP - -/* Define if utmp structure has pid field. */ -#undef HAVE_PID_IN_UTMP - -/* Define if utmpx structure has ut_session. */ -#undef HAVE_UT_SESSION - -/* Define if utmpx structure has ut_syslen. */ -#undef HAVE_UT_SYSLEN - -/* Define if /var/adm/lastlog or whatever it is called is a directory - (e.g. SGI IRIX). */ -#undef LASTLOG_IS_DIR - -/* Define to use RSAREF. */ -#undef RSAREF - -/* Define to use SSL. */ -#undef DO_SSL - -/* Define this to be the path of the rsh program to support executing rsh. */ -#undef RSH_PATH - -/* Define this to be the path of the xauth program. */ -#undef XAUTH_PATH - -/* Default path for utmp. Determined by configure. */ -#undef SSH_UTMP - -/* Default path for wtmp. Determined by configure. */ -#undef SSH_WTMP - -/* Default path for lastlog. Determined by configure. */ -#undef SSH_LASTLOG - -/* This is defined if we found a lastlog file. The presence of lastlog.h - alone is not a sufficient indicator (at least newer BSD systems have - lastlog but no lastlog.h. */ -#undef HAVE_LASTLOG - -/* Define this if libutil.a contains BSD 4.4 compatible login(), logout(), - and logwtmp() calls. */ -#undef HAVE_LIBUTIL_LOGIN - -/* Location of system mail spool directory. */ -#undef MAIL_SPOOL_DIRECTORY - -/* Defined if mail goes to $HOME/newmail instead of a global mail spool. */ -#undef HAVE_TILDE_NEWMAIL - -/* Define this to be the default user path if you don't like the default. - See the --with-path=<path> configure option. */ -#undef DEFAULT_PATH - -/* Define this if O_NONBLOCK does not work on your system (e.g., Ultrix). */ -#undef O_NONBLOCK_BROKEN - -/* Define this if sys/syslog.h needs to be included in addition to syslog.h. - This is the case on some Ultrix versions. */ -#undef NEED_SYS_SYSLOG_H - -/* Define this to include IDEA encryption. */ -#undef WITH_IDEA - -/* Define this to include RC4 encryption. */ -#undef WITH_RC4 - -/* Define this to include Blowfish encryption. */ -#undef WITH_BLOWFISH - -/* Define this to include libwrap (tcp_wrappers) support. */ -#undef LIBWRAP - -/* This is defined to pw_encrypt on Linux when using John Faugh's shadow - password implementation. */ -#undef crypt - -/* This is defined on 386BSD to preted we are on FreeBSD. */ -#undef __FreeBSD__ - -/* If defines, this overrides "tty" as the terminal group. */ -#undef TTY_GROUP - -/* Define this if you want to support Security Dynammics SecurID - cards. */ -#undef HAVE_SECURID - -/* Define this if you are using HPSUX. HPUX uses non-standard shared - memory communication for X, which seems to be enabled by the display name - matching that of the local host. This circumvents it by using the IP - address instead of the host name in DISPLAY. */ -#undef HPSUX_NONSTANDARD_X11_KLUDGE - -/* Define this if inet_network should be used instead of inet_addr. This is - the case on DGUX 5.4. */ -#undef BROKEN_INET_ADDR - -/* Define this if your system does not like sizeof(struct sockaddr_un) as the - size argument in bind and connect calls for unix domain sockets. */ -#undef USE_STRLEN_FOR_AF_UNIX - -/* Define this to use pipes instead of socketpairs for communicating with the - client program. Socketpairs do not seem to work on all systems. */ -#undef USE_PIPES - -/* Define this if speed_t is defined in stdtypes.h or otherwise gets included - into ttymodes.c from system headers. */ -#undef SPEED_T_IN_STDTYPES_H - -/* Define this if compiling with SOCKS (the firewall traversal library). - Also, you must define connect, getsockname, bind, accept, listen, and - select to their R-versions. */ -#undef SOCKS -#undef connect -#undef getsockname -#undef bind -#undef accept -#undef listen -#undef select - -/* Define these if on SCO Unix. */ -#undef HAVE_SCO_ETC_SHADOW -#undef SCO - -/* Define this if you want to compile in Kerberos V4 support. - This can be done at configure time with the --with-krb4 argument. */ -#undef KRB4 - -/* Define this if you want to compile in AFS support. - This can be done at configure time with the --with-afs argument. */ -#undef AFS - -/* Define this if you want to enable nonstandard krb4 TGT forwarding. */ -#undef KERBEROS_TGT_PASSING - -/* Define this if you want to add optional compression support. */ -#undef WITH_ZLIB - -/* The number of bytes in a int. */ -#undef SIZEOF_INT - -/* The number of bytes in a long. */ -#undef SIZEOF_LONG - -/* The number of bytes in a short. */ -#undef SIZEOF_SHORT - -/* Define if you have the _getpty function. */ -#undef HAVE__GETPTY - -/* Define if you have the clock function. */ -#undef HAVE_CLOCK - -/* Define if you have the fchmod function. */ -#undef HAVE_FCHMOD - -/* Define if you have the getdtablesize function. */ -#undef HAVE_GETDTABLESIZE - -/* Define if you have the gethostname function. */ -#undef HAVE_GETHOSTNAME - -/* Define if you have the getrusage function. */ -#undef HAVE_GETRUSAGE - -/* Define if you have the gettimeofday function. */ -#undef HAVE_GETTIMEOFDAY - -/* Define if you have the initgroups function. */ -#undef HAVE_INITGROUPS - -/* Define if you have the innetgr function. */ -#undef HAVE_INNETGR - -/* Define if you have the memcpy function. */ -#undef HAVE_MEMCPY - -/* Define if you have the memmove function. */ -#undef HAVE_MEMMOVE - -/* Define if you have the openpty function. */ -#undef HAVE_OPENPTY - -/* Define if you have the popen function. */ -#undef HAVE_POPEN - -/* Define if you have the putenv function. */ -#undef HAVE_PUTENV - -/* Define if you have the random function. */ -#undef HAVE_RANDOM - -/* Define if you have the remove function. */ -#undef HAVE_REMOVE - -/* Define if you have the seteuid function. */ -#undef HAVE_SETEUID - -/* Define if you have the setlogin function. */ -#undef HAVE_SETLOGIN - -/* Define if you have the setluid function. */ -#undef HAVE_SETLUID - -/* Define if you have the setrlimit function. */ -#undef HAVE_SETRLIMIT - -/* Define if you have the setsid function. */ -#undef HAVE_SETSID - -/* Define if you have the socketpair function. */ -#undef HAVE_SOCKETPAIR - -/* Define if you have the strchr function. */ -#undef HAVE_STRCHR - -/* Define if you have the strerror function. */ -#undef HAVE_STRERROR - -/* Define if you have the times function. */ -#undef HAVE_TIMES - -/* Define if you have the ulimit function. */ -#undef HAVE_ULIMIT - -/* Define if you have the umask function. */ -#undef HAVE_UMASK - -/* Define if you have the vhangup function. */ -#undef HAVE_VHANGUP - -/* Define if you have the vsnprintf function. */ -#undef HAVE_VSNPRINTF - -/* Define if you have the <dirent.h> header file. */ -#undef HAVE_DIRENT_H - -/* Define if you have the <gmp.h> header file. */ -#undef HAVE_GMP_H - -/* Define if you have the <krb.h> header file. */ -#undef HAVE_KRB_H - -/* Define if you have the <lastlog.h> header file. */ -#undef HAVE_LASTLOG_H - -/* Define if you have the <ndir.h> header file. */ -#undef HAVE_NDIR_H - -/* Define if you have the <netinet/in_systm.h> header file. */ -#undef HAVE_NETINET_IN_SYSTM_H - -/* Define if you have the <paths.h> header file. */ -#undef HAVE_PATHS_H - -/* Define if you have the <rusage.h> header file. */ -#undef HAVE_RUSAGE_H - -/* Define if you have the <sgtty.h> header file. */ -#undef HAVE_SGTTY_H - -/* Define if you have the <sys/dir.h> header file. */ -#undef HAVE_SYS_DIR_H - -/* Define if you have the <sys/filio.h> header file. */ -#undef HAVE_SYS_FILIO_H - -/* Define if you have the <sys/ioctl.h> header file. */ -#undef HAVE_SYS_IOCTL_H - -/* Define if you have the <sys/ndir.h> header file. */ -#undef HAVE_SYS_NDIR_H - -/* Define if you have the <sys/select.h> header file. */ -#undef HAVE_SYS_SELECT_H - -/* Define if you have the <sys/time.h> header file. */ -#undef HAVE_SYS_TIME_H - -/* Define if you have the <termios.h> header file. */ -#undef HAVE_TERMIOS_H - -/* Define if you have the <ulimit.h> header file. */ -#undef HAVE_ULIMIT_H - -/* Define if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define if you have the <usersec.h> header file. */ -#undef HAVE_USERSEC_H - -/* Define if you have the <utime.h> header file. */ -#undef HAVE_UTIME_H - -/* Define if you have the <utmp.h> header file. */ -#undef HAVE_UTMP_H - -/* Define if you have the <utmpx.h> header file. */ -#undef HAVE_UTMPX_H - -/* Define if you have the <zlib.h> header file. */ -#undef HAVE_ZLIB_H - -/* Define if you have the crypt library (-lcrypt). */ -#undef HAVE_LIBCRYPT - -/* Define if you have the des library (-ldes). */ -#undef HAVE_LIBDES - -/* Define if you have the gen library (-lgen). */ -#undef HAVE_LIBGEN - -/* Define if you have the gmp library (-lgmp). */ -#undef HAVE_LIBGMP - -/* Define if you have the krb library (-lkrb). */ -#undef HAVE_LIBKRB - -/* Define if you have the nsl library (-lnsl). */ -#undef HAVE_LIBNSL - -/* Define if you have the s library (-ls). */ -#undef HAVE_LIBS - -/* Define if you have the security library (-lsecurity). */ -#undef HAVE_LIBSECURITY - -/* Define if you have the socket library (-lsocket). */ -#undef HAVE_LIBSOCKET - -/* Define if you have the sun library (-lsun). */ -#undef HAVE_LIBSUN - -/* Define if you have the z library (-lz). */ -#undef HAVE_LIBZ |