summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-01 11:29:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-01 11:29:18 +0000
commita011abf55f0d61e4425b5fb783bd007f27c9f778 (patch)
tree8877c9922eb945ca8dced7b345d9ce99805ece19 /utils
parent5685170036d59c6db307b014476146513713ad5f (diff)
downloadnetsurf-a011abf55f0d61e4425b5fb783bd007f27c9f778.tar.gz
netsurf-a011abf55f0d61e4425b5fb783bd007f27c9f778.tar.bz2
Move plugin option to Makefile.config.
Disable it by default. svn path=/trunk/netsurf/; revision=4853
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/config.h b/utils/config.h
index d5aca43e7..2e586974c 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -48,8 +48,6 @@ char *strndup(const char *s, size_t n);
/* Platform specific features */
#if defined(riscos)
- /* Plugin module */
- #define WITH_PLUGIN
/* Acorn URI protocol support */
#define WITH_URI
/* ANT URL protocol support */