diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-23 01:04:14 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-23 01:04:14 -0400 |
commit | eef116fe0730b92d09314c3fae280eeed40b096a (patch) | |
tree | cd165b52ae77296a96193cd4c5ef05ac862ad790 /configure.in | |
parent | 36863953e4886d5269a325c93bd433847694a5fb (diff) | |
download | lynx-snapshots-eef116fe0730b92d09314c3fae280eeed40b096a.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-39
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
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" ;; |