kde-extraapps/kcalc/config-kcalc.h.cmake
Ivailo Monev 2f4feab834 kcalc: remove unused long double API
was breaking unity build because config-kcalc header was not included by
knumber and knumber_float headers, also no type check was actually done
by the build system

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-17 01:40:38 +03:00

5 lines
221 B
CMake

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