diff options
| author | Glenn Morris | 2013-01-17 06:17:35 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-01-17 06:17:35 -0500 |
| commit | 858c7150f6a3409452b3493aebb7240c7ca22ad2 (patch) | |
| tree | c80fae53cdfc9b199f80632417cce270c8675107 | |
| parent | 99d36ea8f65a9357da8c3f018bf3d462aa07bc83 (diff) | |
| download | emacs-858c7150f6a3409452b3493aebb7240c7ca22ad2.tar.gz emacs-858c7150f6a3409452b3493aebb7240c7ca22ad2.zip | |
Auto-commit of generated files.
| -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/>. */ | |||
| 1441 | /* Define if the system is AIX. */ | 1441 | /* Define if the system is AIX. */ |
| 1442 | #undef _AIX | 1442 | #undef _AIX |
| 1443 | 1443 | ||
| 1444 | /* Enable large inode numbers on Mac OS X. */ | 1444 | /* Enable large inode numbers on Mac OS X 10.5. */ |
| 1445 | #ifndef _DARWIN_USE_64_BIT_INODE | 1445 | #undef _DARWIN_USE_64_BIT_INODE |
| 1446 | # define _DARWIN_USE_64_BIT_INODE 1 | ||
| 1447 | #endif | ||
| 1448 | 1446 | ||
| 1449 | /* Number of bits in a file offset, on hosts where this is settable. */ | 1447 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 1450 | #undef _FILE_OFFSET_BITS | 1448 | #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* | |||
| 6714 | fi | 6714 | fi |
| 6715 | 6715 | ||
| 6716 | 6716 | ||
| 6717 | $as_echo "#define _DARWIN_USE_64_BIT_INODE 1" >>confdefs.h | ||
| 6718 | |||
| 6717 | fi | 6719 | fi |
| 6718 | 6720 | ||
| 6719 | case $ac_cv_prog_cc_stdc in #( | 6721 | case $ac_cv_prog_cc_stdc in #( |