aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1999-12-28 04:40:24 +0000
committerGerald Combs <gerald@wireshark.org>1999-12-28 04:40:24 +0000
commit335f0b464774517798cbc55af674700708f958bd (patch)
treeaff439d265cafb7bc1a163a088fef234d3db058f /acconfig.h
parent3425cafcfb21a0ed5b0d00402ee43eeeeee9e176 (diff)
Add support for "--with-plugindir=<plugin install dir>" to configure.
Make the default plugindir $(libdir)/ethereal/plugins/0.8. Ethereal now looks for plugins in the following directories: /usr/lib/ethereal/plugins/0.8 /usr/local/lib/ethereal/plugins/0.8 $plugindir (if different from above) $HOME/.ethereal/plugins svn path=/trunk/; revision=1382
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index ad6c942f83..da48106a98 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,7 +1,7 @@
/* acconfig.h
* #ifdefs to be controlled by "configure"
*
- * $Id: acconfig.h,v 1.12 1999/10/14 06:55:11 guy Exp $
+ * $Id: acconfig.h,v 1.13 1999/12/28 04:40:05 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -36,3 +36,5 @@
#undef NEED_SNPRINTF_H
#undef NEED_STRERROR_H
+
+#undef PLUGIN_DIR