kde-extraapps/kcalc/config-kcalc.h.cmake
Ivailo Monev fd395fe48a kcalc: remove unused configuration checks
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-09-14 22:48:20 +03:00

8 lines
308 B
CMake

/* 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}