[svn-commits] file: branch 1.8 r382153 - in /branches/1.8: ./ include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 27 08:11:43 CST 2013


Author: file
Date: Wed Feb 27 08:11:39 2013
New Revision: 382153

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382153
Log:
Fix the configure script over here as well.

Modified:
    branches/1.8/configure
    branches/1.8/include/asterisk/autoconfig.h.in

Modified: branches/1.8/include/asterisk/autoconfig.h.in
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/include/asterisk/autoconfig.h.in?view=diff&rev=382153&r1=382152&r2=382153
==============================================================================
--- branches/1.8/include/asterisk/autoconfig.h.in (original)
+++ branches/1.8/include/asterisk/autoconfig.h.in Wed Feb 27 08:11:39 2013
@@ -1200,6 +1200,11 @@
 /* Define to 1 if running on Darwin. */
 #undef _DARWIN_UNLIMITED_SELECT
 
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 




More information about the svn-commits mailing list