diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-01-26 20:07:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-01-26 20:07:47 +0000 |
commit | 6f60b7afcdcbd255d87de07df8dc26ca390857cc (patch) | |
tree | 82f3f6e860afadfb6d63ff7723ed7984b2a4f05e /toolchain/uClibc/config/arm | |
parent | 9826bd89d8a408ce37fe04d86f48907074daa00e (diff) | |
download | upstream-6f60b7afcdcbd255d87de07df8dc26ca390857cc.tar.gz upstream-6f60b7afcdcbd255d87de07df8dc26ca390857cc.tar.bz2 upstream-6f60b7afcdcbd255d87de07df8dc26ca390857cc.zip |
uClibc: restore support of shadow passwords, but make it configurable
SVN-Revision: 10276
Diffstat (limited to 'toolchain/uClibc/config/arm')
-rw-r--r-- | toolchain/uClibc/config/arm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/uClibc/config/arm b/toolchain/uClibc/config/arm index 6051320b3b..6ec55f7e92 100644 --- a/toolchain/uClibc/config/arm +++ b/toolchain/uClibc/config/arm @@ -91,11 +91,10 @@ LINUXTHREADS_OLD=y MALLOC_STANDARD=y MALLOC_GLIBC_COMPAT=y UCLIBC_DYNAMIC_ATEXIT=y -HAS_SHADOW=y COMPAT_ATEXIT=y # UCLIBC_SUSV3_LEGACY is not set UCLIBC_SUSV3_LEGACY_MACROS=y -# UCLIBC_HAS_SHADOW is not set +UCLIBC_HAS_SHADOW=y # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set UCLIBC_HAS___PROGNAME=y # UNIX98PTY_ONLY is not set |