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.powerpc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/Configs/Config.powerpc') diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 16cc2d8b2..91b874f04 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -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