about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-07-23 01:04:14 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-07-23 01:04:14 -0400
commiteef116fe0730b92d09314c3fae280eeed40b096a (patch)
treecd165b52ae77296a96193cd4c5ef05ac862ad790 /configure.in
parent36863953e4886d5269a325c93bd433847694a5fb (diff)
downloadlynx-snapshots-eef116fe0730b92d09314c3fae280eeed40b096a.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-39
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c96deb90..e511b53c 100644
--- a/configure.in
+++ b/configure.in
@@ -109,6 +109,12 @@ osf*)
 	test -z "$GCC" && CFLAGS="$CFLAGS -O -Olimit 4000"
 	CFLAGS="$CFLAGS -DDSYS5"
 	;;
+sequent-ptx)
+	CFLAGS="$CFLAGS -DSVR4_BSDSELECT -DNO_IOCTL -DUSE_FCNTL"
+	;;
+sequent-ptx2)
+	CFLAGS="$CFLAGS -DSVR4_BSDSELECT"
+	;;
 svr4)
 	CFLAGS="$CFLAGS -DSVR4_BSDSELECT -DSVR4"
 	;;