File: config-kcalc.h.cmake

package info (click to toggle)
kcalc 4%3A16.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 832 kB
  • ctags: 876
  • sloc: cpp: 8,092; xml: 75; sh: 9; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* 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}