summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-06 21:29:41 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-06 21:29:41 +1100
commit074593538a18780c24ac055210f55abd8adfbf2b (patch)
treea3982c132e0b0280b7da4f2f3af008946864e34d /configure.ac
parent7f73a4955d289236119fb332f73c493d9ed85035 (diff)
- (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,
required on Solaris 2.5.1 for queue_t, which is used by <sys/ptms.h>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 64645217d..bdff63db3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.193 2004/02/06 05:24:31 dtucker Exp $
+# $Id: configure.ac,v 1.194 2004/02/06 10:29:42 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -494,7 +494,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h features.h floatingpoint.h \
rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \
strings.h sys/strtio.h sys/audit.h sys/bitypes.h sys/bsdtty.h \
sys/cdefs.h sys/mman.h sys/pstat.h sys/ptms.h sys/select.h sys/stat.h \
- sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \
+ sys/stream.h sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \
sys/un.h time.h tmpdir.h ttyent.h usersec.h \
util.h utime.h utmp.h utmpx.h vis.h)