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:
parent
fece1b69f5
commit
3767871300
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user