From 081011f386915bd037a3569e46ed5e4f10c490da Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 28 Jun 2005 23:44:19 +0000 Subject: 29.06.2005 --- src/plugin.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/plugin.h') diff --git a/src/plugin.h b/src/plugin.h index c6ed7b1..1325f03 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,10 +1,11 @@ #ifndef _RCC_PLUGIN_H #define _RCC_PLUGIN_H -#include "enca.h" +#include "../config.h" -#ifdef RCC_ENCA_DYNAMIC + +#ifdef HAVE_DLOPEN # define RCC_PLUGINS -#endif /* RCC_ENCA_DYNAMIC */ +#endif /* HAVE_DLOPEN */ typedef void *rcc_library_handle; -- cgit v1.2.3