X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fgssd%2Fsvcgssd_mech2file.c;h=a3177f6ff8ab7e0ee5eef7c830ce2c2042553c3c;hb=6ec61b83981987cc0aad92ab746d178043287d9b;hp=22c3ed8c3404d6bb5fcffeaf89eaac3bffa6862e;hpb=247fbdbfa6d6282a891af4d9d2a48078df710eb3;p=nfs-utils.git diff --git a/utils/gssd/svcgssd_mech2file.c b/utils/gssd/svcgssd_mech2file.c index 22c3ed8..a3177f6 100644 --- a/utils/gssd/svcgssd_mech2file.c +++ b/utils/gssd/svcgssd_mech2file.c @@ -34,7 +34,9 @@ */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif /* HAVE_CONFIG_H */ #include #include @@ -51,7 +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},""}, };