diff options
author | Glenn Morris <rgm@gnu.org> | 2013-01-17 06:17:35 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-01-17 06:17:35 -0500 |
commit | 858c7150f6a3409452b3493aebb7240c7ca22ad2 (patch) | |
tree | c80fae53cdfc9b199f80632417cce270c8675107 /autogen | |
parent | 99d36ea8f65a9357da8c3f018bf3d462aa07bc83 (diff) | |
download | emacs-858c7150f6a3409452b3493aebb7240c7ca22ad2.tar.gz emacs-858c7150f6a3409452b3493aebb7240c7ca22ad2.tar.bz2 emacs-858c7150f6a3409452b3493aebb7240c7ca22ad2.zip |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rw-r--r-- | autogen/config.in | 6 | ||||
-rwxr-xr-x | 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 <http://www.gnu.org/licenses/>. */ /* 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 #( |