Warning, /utilities/kalk/config-kcalc.h.cmake is written in an unsupported language. File is not indexed.

0001 /*
0002  * SPDX-FileCopyrightText: 2020 Han Young <hanyoung@protonmail.com>
0003  * SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005  
0006 /* Define to 1 if you have the <ieeefp.h> header file. */
0007 #cmakedefine HAVE_IEEEFP_H 1
0008 
0009 /* Define if you have isinf */
0010 #cmakedefine HAVE_FUNC_ISINF 1
0011 
0012 /* Define if you have isnan */
0013 #cmakedefine HAVE_FUNC_ISNAN 1
0014 
0015 /* Define if you have round */
0016 #define HAVE_FUNC_ROUNDL 1
0017 
0018 /* Define if you have round */
0019 #define HAVE_FUNC_ROUND 1
0020 
0021 /* Define if you have libgmp */
0022 #define HAVE_GMP 1
0023 
0024 /* Define if you have support for long double in printf */
0025 #define HAVE_LONG_DOUBLE 1
0026 
0027 /* The size of a `signed long', as computed by sizeof. */
0028 #define SIZEOF_SIGNED_LONG ${SIZEOF_SIGNED_LONG}
0029 
0030 /* The size of a `unsigned long', as computed by sizeof. */
0031 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}