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