From 23457259675d4a21f6840a30e2b41014540eab2d Mon Sep 17 00:00:00 2001 From: David McCullough Date: Thu, 17 Jan 2002 06:26:05 +0000 Subject: * Added /etc/shadow support (Config selectable) * Moved some file paths from code into --- extra/Configs/Config.i386 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/Configs/Config.i386') 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 -- cgit v1.2.3