Auto-commit of generated files.
This commit is contained in:
parent
99d36ea8f6
commit
858c7150f6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
2
autogen/configure
vendored
2
autogen/configure
vendored
|
@ -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 #(
|
||||
|
|
Loading…
Add table
Reference in a new issue