summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e9467011b..f048b000d 100644
--- a/configure.in
+++ b/configure.in
@@ -49,6 +49,7 @@ case "$host" in
49 fi 49 fi
50 CFLAGS="$CFLAGS -D_HPUX_SOURCE" 50 CFLAGS="$CFLAGS -D_HPUX_SOURCE"
51 AC_DEFINE(IPADDR_IN_DISPLAY) 51 AC_DEFINE(IPADDR_IN_DISPLAY)
52 AC_DEFINE(USE_PIPES)
52 AC_MSG_CHECKING(for HPUX trusted system password database) 53 AC_MSG_CHECKING(for HPUX trusted system password database)
53 if test -f /tcb/files/auth/system/default; then 54 if test -f /tcb/files/auth/system/default; then
54 AC_MSG_RESULT(yes) 55 AC_MSG_RESULT(yes)
@@ -142,6 +143,7 @@ case "$host" in
142 conf_utmp_location=/etc/utmp 143 conf_utmp_location=/etc/utmp
143 conf_wtmp_location=/var/adm/wtmp 144 conf_wtmp_location=/var/adm/wtmp
144 conf_lastlog_location=/var/adm/lastlog 145 conf_lastlog_location=/var/adm/lastlog
146 AC_DEFINE(USE_PIPES)
145 MANTYPE='$(CATMAN)' 147 MANTYPE='$(CATMAN)'
146 mansubdir=cat 148 mansubdir=cat
147 ;; 149 ;;