nss-systemd: remove useless define

We always define those two in configure, so no need to provide a fallback.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-10-22 18:39:08 -04:00
parent fb4650aa34
commit 3c5d7c978c
1 changed files with 0 additions and 8 deletions

View File

@ -33,14 +33,6 @@
#include "user-util.h"
#include "util.h"
#ifndef NOBODY_USER_NAME
#define NOBODY_USER_NAME "nobody"
#endif
#ifndef NOBODY_GROUP_NAME
#define NOBODY_GROUP_NAME "nobody"
#endif
static const struct passwd root_passwd = {
.pw_name = (char*) "root",
.pw_passwd = (char*) "x", /* see shadow file */