Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/aconf2.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/aconf2.h')
-rw-r--r--pdf/aconf2.h5
1 files changed, 4 insertions, 1 deletions
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 <AvailabilityMacros.h>
+#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