summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.mips
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r--extra/Configs/Config.mips3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index a7ff1f0c6..1416a3ed1 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -72,6 +72,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