summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.i386
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2002-01-17 06:26:05 +0000
committerDavid McCullough <davidm@snapgear.com>2002-01-17 06:26:05 +0000
commit23457259675d4a21f6840a30e2b41014540eab2d (patch)
tree1e29e4b02bd95566e6aea0205d4e8b564c5ce853 /extra/Configs/Config.i386
parent47e0a8060499c822772437a3ca1765297857c131 (diff)
* Added /etc/shadow support (Config selectable)
* Moved some file paths from code into <paths.h>
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r--extra/Configs/Config.i3863
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