[asterisk-commits] file: branch 11 r382151 - in /branches/11: ./ include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 27 06:22:36 CST 2013
Author: file
Date: Wed Feb 27 06:22:30 2013
New Revision: 382151
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382151
Log:
Regenerate the configure script. The one in the tree was not working for me at all.
Modified:
branches/11/configure
branches/11/include/asterisk/autoconfig.h.in
Modified: branches/11/include/asterisk/autoconfig.h.in
URL: http://svnview.digium.com/svn/asterisk/branches/11/include/asterisk/autoconfig.h.in?view=diff&rev=382151&r1=382150&r2=382151
==============================================================================
--- branches/11/include/asterisk/autoconfig.h.in (original)
+++ branches/11/include/asterisk/autoconfig.h.in Wed Feb 27 06:22:30 2013
@@ -1226,6 +1226,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 asterisk-commits
mailing list