comparison src/sysfloat.h @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents cf808b4c4290
children 41ff10fd062f
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
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