From a4f7ae1a35b5da61705bea75bcc50bc7a27726dd Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 17 Sep 2001 14:34:33 -0700 Subject: - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h] rename getopt() to BSDgetopt() to keep form conflicting with system getopt(). [Makefile.in configure.in] disable filepriv until I can add missing procpriv calls. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fc0d4797e..30415d94a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.308 2001/09/15 11:31:54 djm Exp $ +# $Id: configure.in,v 1.309 2001/09/17 21:34:34 tim Exp $ AC_INIT(ssh.c) @@ -198,13 +198,13 @@ mips-sony-bsd|mips-sony-newsos4) *-*-sysv4.2*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" - enable_suid_ssh=no +# enable_suid_ssh=no AC_DEFINE(USE_PIPES) ;; *-*-sysv5*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" - enable_suid_ssh=no +# enable_suid_ssh=no AC_DEFINE(USE_PIPES) ;; *-*-sysv*) -- cgit v1.2.3