Include putty.h (and hence uxconfig.h) before testing for NO_GSSAPI, so that
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Jul 2009 23:20:50 +0000 (23:20 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Jul 2009 23:20:50 +0000 (23:20 +0000)
"./configure --without-gssapi" actually works. Spotted by Rob Shinn.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8608 cda61777-01e9-0310-a592-d414129be87e

unix/uxgss.c

index f6ebf47..7bc6dca 100644 (file)
@@ -1,8 +1,9 @@
+#include "putty.h"
+
 #ifndef NO_GSSAPI
 
 #include <string.h>
 #include <gssapi/gssapi.h>
-#include "putty.h"
 #include "sshgss.h"
 #include "misc.h"