summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-12-17 23:55:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-12-17 23:55:02 +0000
commit355799ce0bbb078237dfc1ae9874bbc5342acbc4 (patch)
tree7ca980c01c0d4d1d55a3b7b15418c95c5618afae /utils/config.h
parent4346b2b62b940182575e6612e46234355afa083c (diff)
downloadnetsurf-355799ce0bbb078237dfc1ae9874bbc5342acbc4.tar.gz
netsurf-355799ce0bbb078237dfc1ae9874bbc5342acbc4.tar.bz2
Merge branches/MarkieB/gtkmain to trunk.
svn path=/trunk/netsurf/; revision=9729
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index e184c6964..c86770b6e 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -70,6 +70,11 @@ char *strchrnul(const char *s, int c);
#define WITH_MMAP
#endif
+#if defined(gtk)
+ #define WITH_THEME_INSTALL
+#endif
+
+
/* Configuration sanity checks: */
#if defined(WITH_NS_SVG) && defined(WITH_RSVG)
#error Cannot build WITH_NS_SVG and WITH_RSVG both enabled