HAVE_NETINFO_NI_H -> HAVE_NETINFO

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6069 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-05-03 09:25:45 +00:00
parent c7f8c30983
commit 2ee4dab98b

View File

@@ -43,7 +43,7 @@ RCSID("$Id$");
* Netinfo implementation from Luke Howard <lukeh@xedoc.com.au>
*/
#ifdef HAVE_NETINFO_NI_H
#ifdef HAVE_NETINFO
#include <netinfo/ni.h>
static ni_status
ni_proplist2binding(ni_proplist *pl, krb5_config_section **ret)
@@ -180,7 +180,7 @@ krb5_config_parse_file (const char *fname, krb5_config_section **res)
}
return ret;
}
#else /* !NETINFO_NI_H */
#else /* !HAVE_NETINFO */
static int parse_section(char *p, krb5_config_section **s,
krb5_config_section **res);
@@ -335,7 +335,7 @@ krb5_config_parse_file (const char *fname, krb5_config_section **res)
return 0;
}
#endif /* HAVE_NETINFO_NI_H */
#endif /* HAVE_NETINFO */
static void
free_binding (krb5_context context, krb5_config_binding *b)