Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/aconf2.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-01 08:50:28 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-01 08:50:28 (GMT)
commitbfd0b848c8c81ab10698f74b77f9f0904c3161e1 (patch)
tree60e57e5d871cf7944107445379a791d4daf4a27c /pdf/aconf2.h
parent8032fd96d450ac015c0153f1fa57e974d67b4993 (diff)
Import of Xpdf 2.02 for merge
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