1 #ifndef COLDFIRE_LDBL_CLASSIFY_COMPAT_H
2 #define COLDFIRE_LDBL_CLASSIFY_COMPAT_H 1
3 
4 /* Enable __finitel, __isinfl, and __isnanl for binary compatibility
5    when built without long double support. */
6 #define LDBL_CLASSIFY_COMPAT 1
7 
8 #endif
9