diff options
author | ted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-12-10 12:28:11 +0000 |
---|---|---|
committer | ted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-12-10 12:28:11 +0000 |
commit | 07bb2311f89816bc2eda47d77f58ca21a1aad5d5 (patch) | |
tree | 768108cee3e67d5bb9faa62eae5d1d5aa233d486 /src | |
parent | check for and enable Large File Support automatically (diff) | |
download | breakpad-07bb2311f89816bc2eda47d77f58ca21a1aad5d5.tar.xz |
Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-mode
A=mcgrathr
R=bradnelson at https://breakpad.appspot.com/864003
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1251 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 3746e830..1db01593 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -64,6 +64,11 @@ /* Version number of package */ #undef VERSION +/* 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 |