Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/gpdf-g-switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/gpdf-g-switch.h')
-rw-r--r--pdf/xpdf/gpdf-g-switch.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/pdf/xpdf/gpdf-g-switch.h b/pdf/xpdf/gpdf-g-switch.h
deleted file mode 100644
index ffc59c2..0000000
--- a/pdf/xpdf/gpdf-g-switch.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * When including goo and glib headers in one file:
- *
- * #include "GList.h"
- * #include "gpdf-g-switch.h"
- * #include "glib.h"
- * < more glib/gtk+/gnome headers >
- * #include "gpdf-g-switch.h"
- */
-
-
-#ifdef GPDF_GOO
-# undef GString
-# undef GList
-# undef GDir
-# undef GMutex
-# undef GPDF_GOO
-#else
-# define GString G_String
-# define GList G_List
-# define GDir G_Dir
-# define GMutex G_Mutex
-# define GPDF_GOO
-#endif