diff options
author | David McCullough <davidm@snapgear.com> | 2002-01-17 06:26:05 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-01-17 06:26:05 +0000 |
commit | 23457259675d4a21f6840a30e2b41014540eab2d (patch) | |
tree | 1e29e4b02bd95566e6aea0205d4e8b564c5ce853 /extra/Configs/Config.arm | |
parent | 47e0a8060499c822772437a3ca1765297857c131 (diff) |
* Added /etc/shadow support (Config selectable)
* Moved some file paths from code into <paths.h>
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r-- | extra/Configs/Config.arm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index ba0023367..deb75ed34 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -77,6 +77,9 @@ DO_C99_MATH = false # Also omits strto(u)ll, and (u)lltostr from the library if `false'. HAS_LONG_LONG = false +# Set this to 'false if you don't need shadow password support. +HAS_SHADOW = false + # Set this to `false' if you don't have/need locale support; `true' otherwise. # Note: Currently only affects the ctype functions. You must also generate # a locale file for anything but the C locale. See directory extra/locale for |