mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:47:16 +03:00
parent
9d1acd048c
commit
2d99cf0761
4 changed files with 18 additions and 3 deletions
|
|
@ -81,7 +81,11 @@
|
|||
# ifdef HAVE_GSSGNU
|
||||
# include <gss.h>
|
||||
# else
|
||||
# include <gssapi/gssapi.h>
|
||||
# ifdef HAVE_GSSAPI_H
|
||||
# include <gssapi.h>
|
||||
# else
|
||||
# include <gssapi/gssapi.h>
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue