diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-22 07:04:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-22 07:04:03 +0000 |
commit | 2c5712f6ac066d197d1255685368af93c9143c7d (patch) | |
tree | 5f2b05406c2b004e037b88d864d2d191275793b9 /plugins/imtcp/imtcp.c | |
parent | e45f50b55e2bcc64909d2a22698060a6eb6c2f5f (diff) | |
download | rsyslog-2c5712f6ac066d197d1255685368af93c9143c7d.tar.gz rsyslog-2c5712f6ac066d197d1255685368af93c9143c7d.tar.xz rsyslog-2c5712f6ac066d197d1255685368af93c9143c7d.zip |
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!
Diffstat (limited to 'plugins/imtcp/imtcp.c')
-rw-r--r-- | plugins/imtcp/imtcp.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 <stdlib.h> #include <assert.h> #include <string.h> |