From 6879d3b550e0a7831fbdc1fa02ac6b57eb32f5e2 Mon Sep 17 00:00:00 2001 From: arai Date: Sun, 17 Aug 2003 15:10:19 +0000 Subject: [PATCH] * configure.ac: use AC_SYS_LARGEFILE for largefile support. * config.h.in: ditto. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@769 6a8cc165-1e22-0410-a132-eb4e3f353aba --- config.h.in | 6 ++++++ configure.ac | 1 + 2 files changed, 7 insertions(+) diff --git a/config.h.in b/config.h.in index 0b41600..1186dbb 100644 --- a/config.h.in +++ b/config.h.in @@ -255,9 +255,15 @@ /* Version number of package */ #undef VERSION +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to 1 if on MINIX. */ #undef _MINIX diff --git a/configure.ac b/configure.ac index 863cf0a..f0d4249 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,7 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET AC_MINIX AM_C_PROTOTYPES +AC_SYS_LARGEFILE # Checks for libraries. AC_SEARCH_LIBS(opendir, [mingwex]) -- 2.11.0