]> andersk Git - openssh.git/blobdiff - gss-serv-krb5.c
- (dtucker) [configure.ac gss-serv-krb5.c ssh-gss.h] Define GSSAPI when found
[openssh.git] / gss-serv-krb5.c
index 7373beb6defdd82d450a0edda0a860977fd8cc9c..8ba3e7182a734d7ccb4bf375523505862655de1b 100644 (file)
 extern ServerOptions options;
 
 #ifdef HEIMDAL
-#include <krb5.h>
+# include <krb5.h>
 #else
-#include <gssapi_krb5.h>
+# ifdef HAVE_GSSAPI_KRB5
+#  include <gssapi_krb5.h>
+# elif HAVE_GSSAPI_GSSAPI_KRB5
+#  include <gssapi/gssapi_krb5.h>
+# endif
 #endif
 
 static krb5_context krb_context = NULL;
This page took 0.047283 seconds and 4 git commands to generate.