Warning, /utilities/kcalc/config-kcalc.h.in is written in an unsupported language. File is not indexed.

0001 /* Define to 1 if you have the <ieeefp.h> header file. */
0002 #cmakedefine HAVE_IEEEFP_H 1
0003 
0004 /* Define if you have isinf */
0005 #cmakedefine HAVE_FUNC_ISINF 1
0006 
0007 /* Define if you have isnan */
0008 #cmakedefine HAVE_FUNC_ISNAN 1
0009 
0010 /* Define if you have round */
0011 #define HAVE_FUNC_ROUNDL 1
0012 
0013 /* Define if you have round */
0014 #define HAVE_FUNC_ROUND 1
0015 
0016 /* Define if you have libgmp */
0017 #define HAVE_GMP 1
0018 
0019 /* Define if you have support for long double in printf */
0020 #define HAVE_LONG_DOUBLE 1
0021 
0022 /* The size of a `signed long', as computed by sizeof. */
0023 #define SIZEOF_SIGNED_LONG ${SIZEOF_SIGNED_LONG}
0024 
0025 /* The size of a `unsigned long', as computed by sizeof. */
0026 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}