From 07bb2311f89816bc2eda47d77f58ca21a1aad5d5 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Tue, 10 Dec 2013 12:28:11 +0000 Subject: 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 --- src/config.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 -- cgit v1.2.1