summaryrefslogtreecommitdiffstats
path: root/plugins/imtcp/imtcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/imtcp/imtcp.c')
-rw-r--r--plugins/imtcp/imtcp.c7
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>