OSDN Git Service

* configure.ac: use AC_SYS_LARGEFILE for largefile support.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 17 Aug 2003 15:10:19 +0000 (15:10 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 17 Aug 2003 15:10:19 +0000 (15:10 +0000)
* 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
configure.ac

index 0b41600..1186dbb 100644 (file)
 /* 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
 
index 863cf0a..f0d4249 100644 (file)
@@ -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])