From 335f0b464774517798cbc55af674700708f958bd Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 28 Dec 1999 04:40:24 +0000 Subject: Add support for "--with-plugindir=" 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 --- acconfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'acconfig.h') 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 @@ -36,3 +36,5 @@ #undef NEED_SNPRINTF_H #undef NEED_STRERROR_H + +#undef PLUGIN_DIR -- cgit v1.2.3