aboutsummaryrefslogtreecommitdiff
path: root/include/shadow_.h
diff options
context:
space:
mode:
authorTito Ragusa <farmatito@tiscali.it>2011-01-16 23:39:45 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-16 23:39:45 +0100
commitad3d72f082cbdb152837ae87d1d285cbbf67913a (patch)
tree5d6891db54a1c179b1fe956bff485b29e2a8945d /include/shadow_.h
parente8d0a1450a04d83b540f1f58297e79c2cf0f5b4f (diff)
downloadbusybox-ad3d72f082cbdb152837ae87d1d285cbbf67913a.tar.gz
move passwd, shadow, group and gshadow path definitions to libbb.h
...and define them only if the used libc doesn't. Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/shadow_.h')
-rw-r--r--include/shadow_.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/shadow_.h b/include/shadow_.h
index de126ddec..648a62ab3 100644
--- a/include/shadow_.h
+++ b/include/shadow_.h
@@ -37,11 +37,6 @@ struct spwd {
unsigned long sp_flag; /* Reserved */
};
-/* Paths to the user database files */
-#ifndef _PATH_SHADOW
-#define _PATH_SHADOW "/etc/shadow"
-#endif
-
#define setspent bb_internal_setspent
#define endspent bb_internal_endspent
#define getspent bb_internal_getspent