From 5c7b810f4f91d79ff7f217f8cc95ff2f8b4508ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 25 Apr 2009 16:26:50 +0000 Subject: [PATCH] non have netinfo any more git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25136 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/config_file.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/krb5/config_file.c b/lib/krb5/config_file.c index d086856f6..2dba873ef 100644 --- a/lib/krb5/config_file.c +++ b/lib/krb5/config_file.c @@ -34,8 +34,6 @@ #include "krb5_locl.h" RCSID("$Id$"); -#ifndef HAVE_NETINFO - /* Gaah! I want a portable funopen */ struct fileptr { const char *s; @@ -386,8 +384,6 @@ krb5_config_parse_file (krb5_context context, return krb5_config_parse_file_multi(context, fname, res); } -#endif /* !HAVE_NETINFO */ - static void free_binding (krb5_context context, krb5_config_binding *b) {