1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 15:24:49 -05:00

Include putty.h (and hence uxconfig.h) before testing for NO_GSSAPI, so that

"./configure --without-gssapi" actually works. Spotted by Rob Shinn.

[originally from svn r8608]
This commit is contained in:
Jacob Nevins 2009-07-28 23:20:50 +00:00
parent fece1b69f5
commit 3767871300

View 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"