Skip to content
Snippets Groups Projects
Commit 2d95e288 authored by Joshua Colp's avatar Joshua Colp
Browse files

Regenerate the configure script. The one in the tree was not working for me at all.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@382151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6d5b04d7
Branches
Tags
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -1226,6 +1226,11 @@ ...@@ -1226,6 +1226,11 @@
/* Define to 1 if running on Darwin. */ /* Define to 1 if running on Darwin. */
#undef _DARWIN_UNLIMITED_SELECT #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. */ /* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS #undef _FILE_OFFSET_BITS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment