diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-25 14:45:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-25 14:45:36 +0000 |
commit | da815caa1838ac82a3e3ddad46517ab2e753f711 (patch) | |
tree | 4d00fa3ed847544ab5c4d3b8d504d29ce7c8f96a /Build/source/texk/ttf2pk/c-auto.in | |
parent | b37b75a0930716364660b2631aa7d2bcf390135c (diff) |
autoconf 2.69
git-svn-id: svn://tug.org/texlive/trunk@26136 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttf2pk/c-auto.in')
-rw-r--r-- | Build/source/texk/ttf2pk/c-auto.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/ttf2pk/c-auto.in b/Build/source/texk/ttf2pk/c-auto.in index b0fd948194c..4cdd399ab91 100644 --- a/Build/source/texk/ttf2pk/c-auto.in +++ b/Build/source/texk/ttf2pk/c-auto.in @@ -151,6 +151,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 |