mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-03 05:04:45 +01:00
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
This commit is contained in:
parent
302124aff1
commit
07bb2311f8
5 changed files with 81 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue