From bfd0b848c8c81ab10698f74b77f9f0904c3161e1 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Tue, 01 Apr 2003 08:50:28 +0000 Subject: Import of Xpdf 2.02 for merge --- (limited to 'pdf/aconf2.h') diff --git a/pdf/aconf2.h b/pdf/aconf2.h index 379eea2..59a1740 100644 --- a/pdf/aconf2.h +++ b/pdf/aconf2.h @@ -6,7 +6,7 @@ * file because otherwise the configure script will munge any * #define/#undef constructs. * - * Copyright 2002 Glyph & Cog, LLC + * Copyright 2002-2003 Glyph & Cog, LLC */ #ifndef ACONF2_H @@ -19,6 +19,9 @@ #define USE_GCC_PRAGMAS #endif /* There is a bug in the version of gcc which ships with MacOS X 10.2 */ +#if defined(__APPLE__) && defined(__MACH__) +# include +#endif #ifdef MAC_OS_X_VERSION_MAX_ALLOWED # if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 # undef USE_GCC_PRAGMAS -- cgit v0.9.1