summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-02-14 22:26:35 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-02-14 22:26:35 +0000
commit3720fafac037bb637d2a5d194c6ee3ba07148831 (patch)
treee8c0f2c4379f35376985433089e6d5e96955f0d0 /utils
parente88cbc90ff5254c8da74cea546d509c8a621fd2d (diff)
downloadnetsurf-3720fafac037bb637d2a5d194c6ee3ba07148831.tar.gz
netsurf-3720fafac037bb637d2a5d194c6ee3ba07148831.tar.bz2
[project @ 2004-02-14 22:26:35 by jmb]
Draw export module. svn path=/import/netsurf/; revision=541
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index 66c1a20b6..f681c96be 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -43,5 +43,8 @@
/* ANT URL protocol support */
#define WITH_URL
+/* Export modules */
+#define WITH_DRAW_EXPORT
+
#endif