verify_krb5_conf.c contains some missing quotation marks. They are
within #if 0, but gcc's preprocessor barfs due to the newline in
between.
#if 0
struct entry kdcdefaults_entries[] = {
{ "kdc_ports, krb5_config_string, mit_entry },
{ "v4_mode, krb5_config_string, mit_entry },
{ NULL }
};
#endif
/Lalle