diff options
Diffstat (limited to 'samples/kcalc/config.h.cmake')
-rw-r--r-- | samples/kcalc/config.h.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/kcalc/config.h.cmake b/samples/kcalc/config.h.cmake new file mode 100644 index 00000000..fe72a738 --- /dev/null +++ b/samples/kcalc/config.h.cmake @@ -0,0 +1,9 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#cmakedefine HAVE_UNISTD_H +#cmakedefine HAVE_STRING_H + +#cmakedefine HAVE_FUNC_ISINF + +#endif |