diff options
author | des <des@FreeBSD.org> | 2002-06-29 11:58:32 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-06-29 11:58:32 +0000 |
commit | 3cde2270d841bb24f5aa876a50312f3fb893e7df (patch) | |
tree | 54fd8236b0d1aef84c1198dfdd7db3141e88e03a /crypto/openssh | |
parent | 437db953e048952568717ec65bf2ee93bfb27ce7 (diff) | |
download | FreeBSD-src-3cde2270d841bb24f5aa876a50312f3fb893e7df.zip FreeBSD-src-3cde2270d841bb24f5aa876a50312f3fb893e7df.tar.gz |
Regenerate.
Diffstat (limited to 'crypto/openssh')
-rw-r--r-- | crypto/openssh/config.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index df21b29..a9f5147 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.ac by autoheader. */ -/* $Id: acconfig.h,v 1.138 2002/06/12 16:57:15 mouring Exp $ */ +/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */ /* $FreeBSD$ */ #ifndef _CONFIG_H @@ -234,9 +234,6 @@ /* Define if xauth is found in your path */ #define XAUTH_PATH "/usr/X11R6/bin/xauth" -/* Define if rsh is found in your path */ -#define RSH_PATH "/usr/bin/rsh" - /* Define if you want to allow MD5 passwords */ /* #undef HAVE_MD5_PASSWORDS */ @@ -364,6 +361,12 @@ /* Path that unprivileged child will chroot() to in privep mode */ /* #undef PRIVSEP_PATH */ +/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */ +#define HAVE_MMAP_ANON_SHARED 1 + +/* Define if sendmsg()/recvmsg() has problems passing file descriptors */ +/* #undef BROKEN_FD_PASSING */ + /* Define if the `getpgrp' function takes no argument. */ #define GETPGRP_VOID 1 |