summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-09-17 14:34:33 -0700
committerTim Rice <tim@multitalents.net>2001-09-17 14:34:33 -0700
commita4f7ae1a35b5da61705bea75bcc50bc7a27726dd (patch)
tree366ca694b41098a5808d5e584244241dacba921a /configure.in
parentc3bd7eccac2c9d087dd23ab4929d423414d3f18e (diff)
- (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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index fc0d4797e..30415d94a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.308 2001/09/15 11:31:54 djm Exp $ 1# $Id: configure.in,v 1.309 2001/09/17 21:34:34 tim Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -198,13 +198,13 @@ mips-sony-bsd|mips-sony-newsos4)
198*-*-sysv4.2*) 198*-*-sysv4.2*)
199 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 199 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
200 LDFLAGS="$LDFLAGS -L/usr/local/lib" 200 LDFLAGS="$LDFLAGS -L/usr/local/lib"
201 enable_suid_ssh=no 201# enable_suid_ssh=no
202 AC_DEFINE(USE_PIPES) 202 AC_DEFINE(USE_PIPES)
203 ;; 203 ;;
204*-*-sysv5*) 204*-*-sysv5*)
205 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 205 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
206 LDFLAGS="$LDFLAGS -L/usr/local/lib" 206 LDFLAGS="$LDFLAGS -L/usr/local/lib"
207 enable_suid_ssh=no 207# enable_suid_ssh=no
208 AC_DEFINE(USE_PIPES) 208 AC_DEFINE(USE_PIPES)
209 ;; 209 ;;
210*-*-sysv*) 210*-*-sysv*)