summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-07-27 17:35:01 -0400
committerBehdad Esfahbod <behdad@behdad.org>2015-04-04 16:13:07 -0700
commit8d97bd8d9f12fc42f1c2136e7c193dff1b2fc2e0 (patch)
treed50b3aff0154e1df06610030e2deafa9a655ea52 /config.h.win32.in
parent39391e428afd6c2a7cc9892d9c3f46f88b856996 (diff)
downloadpango-8d97bd8d9f12fc42f1c2136e7c193dff1b2fc2e0.tar.gz
Kill PANGO_MODULE_VERSION
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index f9ed4dc7..39259199 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -105,9 +105,6 @@
*/
#define LT_OBJDIR ".libs/"
-/* Module interface version */
-#define MODULE_VERSION "1.8.0"
-
/* Name of package */
#define PACKAGE "pango"
@@ -147,8 +144,5 @@
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
-/* Whether to load modules via .la files rather than directly */
-/* #undef USE_LA_MODULES */
-
/* Version number of package */
#define VERSION "@PANGO_VERSION@"