]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/gssd/svcgssd_mech2file.c
Merge branch 'sid'
[nfs-utils.git] / utils / gssd / svcgssd_mech2file.c
index f44f7c609aee03a21b8db8a9a8239ed4cee42061..ecd908bc24b827b9553f6394b5bab6213359a711 100644 (file)
 
 */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif /* HAVE_CONFIG_H */
 
-#ifdef HAVE_KRB5
-#include <gssapi/gssapi_generic.h>
-#elif HAVE_HEIMDAL
-#include <gssapi.h>
-#endif
+#include <gssapi/gssapi.h>
 #include <string.h>
 
 
@@ -55,8 +53,6 @@ struct mech2file {
 
 struct mech2file m2f[] = {
        {{9, "\052\206\110\206\367\022\001\002\002"}, "krb5"},
-       {{7, "\053\006\001\005\005\001\003"}, "spkm3"},
-       {{7, "\053\006\001\005\005\001\009"}, "lipkey"},
        {{0,0},""},
 };