- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves

<stevesk@sweden.hp.com>
This commit is contained in:
Damien Miller 2000-08-30 09:53:24 +11:00
parent c30d35ce32
commit 5552d7addf
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,8 @@
- (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
- (djm) Periodically rekey arc4random
- (djm) Clean up diff against OpenBSD.
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
<stevesk@sweden.hp.com>
20000829
- (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert

View File

@ -75,11 +75,9 @@ case "$host" in
mansubdir=cat
;;
*-*-hpux11*)
if test -z "$GCC"; then
CFLAGS="$CFLAGS -Ae"
fi
CFLAGS="$CFLAGS -D_HPUX_SOURCE"
AC_DEFINE(IPADDR_IN_DISPLAY)
AC_DEFINE(USE_PIPES)
AC_MSG_CHECKING(for HPUX trusted system password database)
if test -f /tcb/files/auth/system/default; then
AC_MSG_RESULT(yes)