summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-30 09:53:24 +1100
committerDamien Miller <djm@mindrot.org>2000-08-30 09:53:24 +1100
commit5552d7addf529138b4772974afb2ce2a37de33bc (patch)
tree31a4e57cc83813877645e1e0c26ddc411795d57b
parentc30d35ce3234371c20a388d81b4bafd389d3019f (diff)
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
<stevesk@sweden.hp.com>
-rw-r--r--ChangeLog2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3af34b9ba..669966c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
2 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net> 2 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
3 - (djm) Periodically rekey arc4random 3 - (djm) Periodically rekey arc4random
4 - (djm) Clean up diff against OpenBSD. 4 - (djm) Clean up diff against OpenBSD.
5 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
6 <stevesk@sweden.hp.com>
5 7
620000829 820000829
7 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert 9 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
diff --git a/configure.in b/configure.in
index b7f216bb9..4e5567a96 100644
--- a/configure.in
+++ b/configure.in
@@ -75,11 +75,9 @@ case "$host" in
75 mansubdir=cat 75 mansubdir=cat
76 ;; 76 ;;
77*-*-hpux11*) 77*-*-hpux11*)
78 if test -z "$GCC"; then
79 CFLAGS="$CFLAGS -Ae"
80 fi
81 CFLAGS="$CFLAGS -D_HPUX_SOURCE" 78 CFLAGS="$CFLAGS -D_HPUX_SOURCE"
82 AC_DEFINE(IPADDR_IN_DISPLAY) 79 AC_DEFINE(IPADDR_IN_DISPLAY)
80 AC_DEFINE(USE_PIPES)
83 AC_MSG_CHECKING(for HPUX trusted system password database) 81 AC_MSG_CHECKING(for HPUX trusted system password database)
84 if test -f /tcb/files/auth/system/default; then 82 if test -f /tcb/files/auth/system/default; then
85 AC_MSG_RESULT(yes) 83 AC_MSG_RESULT(yes)