OSDN Git Service

generic: replace obsolete Qt::MidButton with Qt::MiddleButton
[kde/kde-extraapps.git] / kcalc / config-kcalc.h.cmake
1 /* Define to 1 if you have the <ieeefp.h> header file. */
2 #cmakedefine HAVE_IEEEFP_H 1
3
4 /* Define if you have isinf */
5 #cmakedefine HAVE_FUNC_ISINF 1
6
7 /* Define if you have isnan */
8 #cmakedefine HAVE_FUNC_ISNAN 1
9
10 /* Define if you have round */
11 #define HAVE_FUNC_ROUNDL 1
12
13 /* Define if you have round */
14 #define HAVE_FUNC_ROUND 1
15
16 /* Define if you have libgmp */
17 #define HAVE_GMP 1
18
19 /* Define if you have support for long double in printf */
20 #define HAVE_LONG_DOUBLE 1
21
22 /* The size of a `signed long', as computed by sizeof. */
23 #define SIZEOF_SIGNED_LONG ${SIZEOF_SIGNED_LONG}
24
25 /* The size of a `unsigned long', as computed by sizeof. */
26 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}