aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-18 23:21:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-18 23:21:31 +0000
commit14d0e9c588396c2bb5822f7431bddd8ab2a3282b (patch)
treea49790679b7d486e636e7d3faacecc41af2a191e /config.h.win32
parent87eed496c728a45b8d287d4bef8326be47984564 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3850 f5534014-38df-0310-8fa8-9805f1628bb7
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