diff options
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r-- | extra/Configs/Config.i386 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 7d77441d7..ef2ee4e22 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -73,6 +73,9 @@ DO_C99_MATH = false # Also omits strto(u)ll, and (u)lltostr from the library if `false'. HAS_LONG_LONG = true +# 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 |