aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-18 23:21:31 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-18 23:21:31 +0000
commit01d5c10b077c3ad1c6a0486cec30de0576f080d3 (patch)
treea49790679b7d486e636e7d3faacecc41af2a191e /config.h.win32
parent4533ae7c5556f1b3c2474426e543df300f615c55 (diff)
On Win32, use the default installation directory for Ethereal as the
"standard" plugin directory, and, instead of getting PLUGIN_DIR (the *real* installation directory) from the configure script, as can be done in UNIX, attempt to get it by getting the full pathname of the currently running program and assuming it's in the installation directory. svn path=/trunk/; revision=3850
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win327
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h.win32 b/config.h.win32
index 9251395f1c..3eb65be308 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.30 2001/07/27 07:10:09 guy Exp $ */
+/* $Id: config.h.win32,v 1.31 2001/08/18 23:21:30 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -139,6 +139,5 @@
/* Version number of package */
#define VERSION "@VERSION@"
-/* Plugin installation directory... */
-#define PLUGIN_DIR "C:/ethereal/plugins/@VERSION@"
-
+/* We don't know what the plugin installation directory will be. */
+#define PLUGIN_DIR NULL