emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111544: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111544: Auto-commit of generated files.
Date: Thu, 17 Jan 2013 06:17:35 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111544
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-01-17 06:17:35 -0500
message:
  Auto-commit of generated files.
modified:
  autogen/config.in
  autogen/configure
=== modified file 'autogen/config.in'
--- a/autogen/config.in 2013-01-12 11:17:37 +0000
+++ b/autogen/config.in 2013-01-17 11:17:35 +0000
@@ -1441,10 +1441,8 @@
 /* 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

=== modified file 'autogen/configure'
--- a/autogen/configure 2013-01-16 11:17:35 +0000
+++ b/autogen/configure 2013-01-17 11:17:35 +0000
@@ -6714,6 +6714,8 @@
   fi
 
 
+$as_echo "#define _DARWIN_USE_64_BIT_INODE 1" >>confdefs.h
+
 fi
 
    case $ac_cv_prog_cc_stdc in #(


reply via email to

[Prev in Thread] Current Thread [Next in Thread]