From 9a1eb39a6018cdf98de8518a9dd68c67098b6dcb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 25 Aug 2002 22:04:43 +0000 Subject: Kill the HAS_LONG_LONG option. It really did not make a lot of sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik --- extra/Configs/Config.mips | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extra/Configs/Config.mips') diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 4ea3c130e..2103dea7d 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -70,12 +70,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# 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 -- cgit v1.2.3