remove krb4 support

This commit is contained in:
Love Hornquist Astrand
2010-11-20 14:38:21 -08:00
parent aa750c33d1
commit fae3d127a2
7 changed files with 0 additions and 1909 deletions

View File

@@ -41,9 +41,6 @@
#ifdef KRB5
extern const char *heimdal_version;
#endif
#ifdef KRB4
extern const char *krb4_version;
#endif
#include <version.h>
int
@@ -62,12 +59,6 @@ main(int argc, char **argv)
fprintf(f, "#define VERSIONLIST \"");
#ifdef KRB5
fprintf(f, "%s", heimdal_version);
#endif
#ifdef KRB4
#ifdef KRB5
fprintf(f, ", ");
#endif
fprintf(f, "%s", krb4_version);
#endif
fprintf(f, "\"\n");
fclose(f);