summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-04-23 17:21:27 +0000
committerdes <des@FreeBSD.org>2003-04-23 17:21:27 +0000
commit5e9cbb7bfff4500008f73fbd0e6f62024716ee4d (patch)
tree129cded30bc16cbe4c0574ccce6bfa144c96c0d4 /crypto/openssh
parent58b9db3b6f971290d3f183595398923fba625338 (diff)
downloadFreeBSD-src-5e9cbb7bfff4500008f73fbd0e6f62024716ee4d.zip
FreeBSD-src-5e9cbb7bfff4500008f73fbd0e6f62024716ee4d.tar.gz
Regenerate.
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/config.h44
1 files changed, 42 insertions, 2 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index 3bdc60b..a5176e8 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 <paths.h> 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 <pty.h> 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 <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1
+/* Define to 1 if you have the <sys/pstat.h> header file. */
+/* #undef HAVE_SYS_PSTAT_H */
+
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
@@ -781,6 +815,9 @@
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
/* #undef HAVE_SYS_SYSMACROS_H */
+/* Define to 1 if you have the <sys/timers.h> header file. */
+#define HAVE_SYS_TIMERS_H 1
+
/* Define to 1 if you have the <sys/time.h> 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 ""
OpenPOWER on IntegriCloud