From 858c7150f6a3409452b3493aebb7240c7ca22ad2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 Jan 2013 06:17:35 -0500 Subject: [PATCH] Auto-commit of generated files. --- autogen/config.in | 6 ++---- autogen/configure | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen/config.in b/autogen/config.in index b02b1fe462a..d6016ab4a99 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -1441,10 +1441,8 @@ along with GNU Emacs. If not, see . */ /* Define if the system is AIX. */ #undef _AIX -/* Enable large inode numbers on Mac OS X. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif +/* Enable large inode numbers on Mac OS X 10.5. */ +#undef _DARWIN_USE_64_BIT_INODE /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS diff --git a/autogen/configure b/autogen/configure index 8b9b502fb19..889c4cc17d5 100755 --- a/autogen/configure +++ b/autogen/configure @@ -6714,6 +6714,8 @@ rm -rf conftest* fi +$as_echo "#define _DARWIN_USE_64_BIT_INODE 1" >>confdefs.h + fi case $ac_cv_prog_cc_stdc in #( -- 2.39.5