Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <80575AFA5F0DD31197CE00805F650D7602CE47@wilber.adroit.com> From: "Robinow, David" To: cygwin AT cygwin DOT com Subject: RE: values.h / 2 Date: Thu, 4 Jan 2001 12:29:10 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" > mainly, i'm missing these two identifiers: > > MINDOUBLE > MAXDOUBLE > > i found a 'values.h' in mingw, but it contains nothing... > also the other headers which ar ementioned there didn't contain > these identifiers. > > Is it possible, to include a regular values.h in cygwin? I suggest you use DBL_MIN and DBL_MAX from float.h I'm not familiar with the various standards controlling this sort of thing, but I'm guessing that values.h can be considered obsolete for cygwin float.h defines DBL_MIN and DBL_MAX My Irix has both float.h and values.h and DBL_MIN = MINDOUBLE but my SunOS 5.6 has (I find this strange) DBL_MIN = 2/225073858072014E-308 and MINDOUBLE = 4.94065645841246544e-324 -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple