(root)/
glibc-2.38/
sysdeps/
mips/
ldbl-classify-compat.h
       1  #ifndef MIPS_LDBL_CLASSIFY_COMPAT_H
       2  #define MIPS_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