diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 3bdc60b4c33b..a5176e884e15 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -1,6 +1,6 @@ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ -/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */ +/* $Id: acconfig.h,v 1.149 2003/03/10 00:38:10 djm Exp $ */ /* $FreeBSD$ */ #ifndef _CONFIG_H @@ -260,7 +260,7 @@ /* #undef PAM_SUN_CODEBASE */ /* Set this to your mail directory if you don't have maillock.h */ -#define MAIL_DIRECTORY "/var/mail" +/* #undef MAIL_DIRECTORY */ /* Data types */ #define HAVE_U_INT 1 @@ -369,6 +369,19 @@ /* Define if your platform needs to skip post auth file descriptor passing */ /* #undef DISABLE_FD_PASSING */ +/* Silly mkstemp() */ +/* #undef HAVE_STRICT_MKSTEMP */ + +/* Setproctitle emulation */ +/* #undef SETPROCTITLE_STRATEGY */ +/* #undef SETPROCTITLE_PS_PADDING */ + +/* Some systems put this outside of libc */ +#define HAVE_NANOSLEEP 1 + +/* Pushing STREAMS modules incorrectly acquires a controlling TTY */ +/* #undef STREAMS_PUSH_ACQUIRES_CTTY */ + /* Define to 1 if the `getpgrp' function requires zero arguments. */ #define GETPGRP_VOID 1 @@ -379,6 +392,12 @@ /* Define to 1 if you have the `b64_ntop' function. */ /* #undef HAVE_B64_NTOP */ +/* Define to 1 if you have the `b64_pton' function. */ +/* #undef HAVE_B64_PTON */ + +/* Define to 1 if you have the `basename' function. */ +#define HAVE_BASENAME 1 + /* Define to 1 if you have the `bcopy' function. */ #define HAVE_BCOPY 1 @@ -604,6 +623,9 @@ /* Define to 1 if you have the `ngetaddrinfo' function. */ /* #undef HAVE_NGETADDRINFO */ +/* Define to 1 if you have the `nsleep' function. */ +/* #undef HAVE_NSLEEP */ + /* Define to 1 if you have the `ogetaddrinfo' function. */ /* #undef HAVE_OGETADDRINFO */ @@ -616,6 +638,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_PATHS_H 1 +/* Define to 1 if you have the `pstat' function. */ +/* #undef HAVE_PSTAT */ + /* Define to 1 if you have the header file. */ /* #undef HAVE_PTY_H */ @@ -748,12 +773,18 @@ /* Define to 1 if you have the `strmode' function. */ #define HAVE_STRMODE 1 +/* Define to 1 if you have the `strnvis' function. */ +/* #undef HAVE_STRNVIS */ + /* Define to 1 if you have the `strsep' function. */ #define HAVE_STRSEP 1 /* Define to 1 if `st_blksize' is member of `struct stat'. */ #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 +/* Define to 1 if the system has the type `struct timespec'. */ +#define HAVE_STRUCT_TIMESPEC 1 + /* Define to 1 if you have the `sysconf' function. */ #define HAVE_SYSCONF 1 @@ -769,6 +800,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_MMAN_H 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_PSTAT_H */ + /* Define to 1 if you have the header file. */ #define HAVE_SYS_SELECT_H 1 @@ -781,6 +815,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSMACROS_H */ +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TIMERS_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 @@ -853,6 +890,9 @@ /* Define to 1 if you have the `__b64_ntop' function. */ #define HAVE___B64_NTOP 1 +/* Define to 1 if you have the `__b64_pton' function. */ +#define HAVE___B64_PTON 1 + /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT ""