summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-08-23 08:06:55 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-08-23 08:06:55 +1000
commit93e7e8f345367136b4c3881c6eb3d756a43fe148 (patch)
treefbad8c774170f6028660370d3928ff4eb7fe71ae /configure.ac
parent1d10976c161cfb2e7ec114b7c72885e6f195a3d5 (diff)
- (dtucker) [configure.ac defines.h includes.h sftp.c] Add support for
LynxOS, patch from Olli Savia (ops at iki.fi). ok djm@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 849112829..619a4e76a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.286 2005/08/16 00:48:41 tim Exp $ 1# $Id: configure.ac,v 1.287 2005/08/22 22:06:56 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -555,6 +555,12 @@ mips-sony-bsd|mips-sony-newsos4)
555 AC_DEFINE(NEED_SETPRGP, [], [Need setpgrp to acquire controlling tty]) 555 AC_DEFINE(NEED_SETPRGP, [], [Need setpgrp to acquire controlling tty])
556 AC_DEFINE(HAVE_SYS_SYSLOG_H, 1, [Force use of sys/syslog.h on Ultrix]) 556 AC_DEFINE(HAVE_SYS_SYSLOG_H, 1, [Force use of sys/syslog.h on Ultrix])
557 ;; 557 ;;
558
559*-*-lynxos)
560 CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
561 AC_DEFINE(MISSING_HOWMANY)
562 AC_DEFINE(BROKEN_SETVBUF, 1, [LynxOS has broken setvbuf() implementation])
563 ;;
558esac 564esac
559 565
560# Allow user to specify flags 566# Allow user to specify flags