aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-08-24 00:06:30 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-08-24 00:06:30 +0000
commitbea90e8c3342d0f042772d1ae898b650d492323c (patch)
treec70ebfa5637b0981e8d096c5b8ed98e2f397d2d2 /config.h.win32
parent58b39bde744880d842e54be84f0990b7c58fa4fa (diff)
In keeping with all the other path variables (eg, libdir), don't resolve
plugindir at configure time. Instead leave it to be defined at make time, which means it can then be changed by, eg, changing $prefix. This also means moving the definition of PLUGIN_DIR from config.h to a -D in CPPFLAGS. svn path=/trunk/; revision=22617
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index 1be2f1856e..a49d6ec792 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -248,8 +248,5 @@
/* Version number of package */
#define VERSION "@VERSION@"
-/* We don't know what the plugin installation directory will be. */
-#define PLUGIN_DIR NULL
-
/* We shouldn't need this under Windows but we'll define it anyway. */
#define HTML_VIEWER "mozilla"