From 2c5712f6ac066d197d1255685368af93c9143c7d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 22 Feb 2008 07:04:03 +0000 Subject: integrated patch from Peter Vrabec to change the build process to produce imtcp.so and imgssapi.so from imtcp.c (in support of new gassapi input module) - many thanks, Peter! --- plugins/imtcp/imtcp.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/imtcp/imtcp.c') diff --git a/plugins/imtcp/imtcp.c b/plugins/imtcp/imtcp.c index 01852044..43f3bdd6 100644 --- a/plugins/imtcp/imtcp.c +++ b/plugins/imtcp/imtcp.c @@ -25,7 +25,14 @@ * * A copy of the GPL can be found in the file "COPYING" in this distribution. */ + #include "config.h" +#ifdef FORCE_NO_GSS + #ifdef USE_GSSAPI + #undef USE_GSSAPI + #endif +#endif + #include #include #include -- cgit v1.2.3