mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
26 lines
691 B
CMake
26 lines
691 B
CMake
/* Define to 1 if you have the <ieeefp.h> header file. */
|
|
#cmakedefine HAVE_IEEEFP_H 1
|
|
|
|
/* Define if you have isinf */
|
|
#cmakedefine HAVE_FUNC_ISINF 1
|
|
|
|
/* Define if you have isnan */
|
|
#cmakedefine HAVE_FUNC_ISNAN 1
|
|
|
|
/* Define if you have round */
|
|
#define HAVE_FUNC_ROUNDL 1
|
|
|
|
/* Define if you have round */
|
|
#define HAVE_FUNC_ROUND 1
|
|
|
|
/* Define if you have libgmp */
|
|
#define HAVE_GMP 1
|
|
|
|
/* Define if you have support for long double in printf */
|
|
#define HAVE_LONG_DOUBLE 1
|
|
|
|
/* The size of a `signed long', as computed by sizeof. */
|
|
#define SIZEOF_SIGNED_LONG ${SIZEOF_SIGNED_LONG}
|
|
|
|
/* The size of a `unsigned long', as computed by sizeof. */
|
|
#define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
|