зеркало из https://github.com/github/putty.git
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:
Родитель
fece1b69f5
Коммит
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"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче