comparison src/sysfloat.h @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 441bb1e64a06
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
32 # if defined (HPUX) && !defined (HPUX8) 32 # if defined (HPUX) && !defined (HPUX8)
33 # define _MAXLDBL THIS_FILENAME ## _maxldbl 33 # define _MAXLDBL THIS_FILENAME ## _maxldbl
34 # define _NMAXLDBL THIS_FILENAME ## _nmaxldbl 34 # define _NMAXLDBL THIS_FILENAME ## _nmaxldbl
35 # endif 35 # endif
36 36
37 #ifdef MSDOS 37 #if defined(MSDOS) || (defined(LINUX) && \
38 !(defined (__GLIBC__) && (__GLIBC__ >= 2)))
38 /* These are redefined (correctly, but differently) in values.h. */ 39 /* These are redefined (correctly, but differently) in values.h. */
39 #undef INTBITS 40 #undef INTBITS
40 #undef LONGBITS 41 #undef LONGBITS
41 #undef SHORTBITS 42 #undef SHORTBITS
42 #endif 43 #endif