aboutsummaryrefslogtreecommitdiff
path: root/config/open-axiom.m4
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-06 16:26:05 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-06 16:26:05 +0000
commitad10d0cf79ab09a0175fc95ef5a71033a8de0a1a (patch)
tree706a90a1ab415b92620054a60200da1da0dfe401 /config/open-axiom.m4
parent1cfbe5aaa3d2dd322cb6dcc74cab17b784af9328 (diff)
downloadopen-axiom-ad10d0cf79ab09a0175fc95ef5a71033a8de0a1a.tar.gz
Test for large files and Posix termios
Diffstat (limited to 'config/open-axiom.m4')
-rw-r--r--config/open-axiom.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index 137ebeb5..17542ed6 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -800,6 +800,12 @@ dnl ------------------------
dnl -- OPENAXIOM_CHECK_IO --
dnl ------------------------
AC_DEFUN([OPENAXIOM_CHECK_IO],[
+# Honor support for large files
+AC_SYS_LARGEFILE
+# What about long file names?
+AC_SYS_LONG_FILE_NAMES
+# Posix terminal IO?
+AC_SYS_POSIX_TERMIOS
## Does this system have openpty or shall we emulate?
AC_CHECK_HEADERS([sys/ioctl.h pty.h util.h libutil.h termios.h])
AC_CHECK_DECLS([openpty],[],[],