From ad10d0cf79ab09a0175fc95ef5a71033a8de0a1a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 6 Nov 2010 16:26:05 +0000 Subject: Test for large files and Posix termios --- config/openaxiom-c-macros.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/openaxiom-c-macros.h.in') diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index 792766ef..2176f23e 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -63,6 +63,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBUTIL_H +/* Define to 1 if you support file names longer than 14 characters. */ +#undef HAVE_LONG_FILE_NAMES + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -175,6 +178,12 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define for Solaris 2.5.1 so the uint32_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */ -- cgit v1.2.3