From b758d1e848be58ec4110e71a66a5088e967bdd03 Mon Sep 17 00:00:00 2001 From: James Harper Date: Sun, 26 Oct 2008 08:23:31 +0000 Subject: [PATCH] fixed exchange-fd compile by conditionally removing reference to alist. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7904 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/plugins.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/src/lib/plugins.h b/bacula/src/lib/plugins.h index 456b5fc699..60c1d280ab 100644 --- a/bacula/src/lib/plugins.h +++ b/bacula/src/lib/plugins.h @@ -39,7 +39,9 @@ * * ****************************************************************************/ +#ifndef BUILD_PLUGIN extern DLL_IMP_EXP alist *plugin_list; +#endif /* Universal return codes from all plugin functions */ typedef enum { -- 2.39.5