remove case for not having cgetent, since it's in roken

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7338 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-11-09 18:05:49 +00:00
parent 30fffdb6bd
commit 8f586f4fe3

View File

@@ -34,7 +34,6 @@
RCSID("$Id$");
#ifdef HAVE_CGETENT
static char *confbuf;
static int
@@ -54,13 +53,3 @@ login_conf_get_string(const char *str)
return NULL;
return value;
}
#else
char *
login_conf_get_string(const char *str)
{
return NULL;
}
#endif