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:
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
#ifdef HAVE_CGETENT
|
|
||||||
static char *confbuf;
|
static char *confbuf;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
@@ -54,13 +53,3 @@ login_conf_get_string(const char *str)
|
|||||||
return NULL;
|
return NULL;
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
char *
|
|
||||||
login_conf_get_string(const char *str)
|
|
||||||
{
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user