summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-02-16 16:01:53 +0100
committerPino Toscano <pino@kde.org>2010-02-16 16:01:53 +0100
commit4a0bcaa83e6e6533cd48c63449a08467d51c13ea (patch)
tree3398d5e94c91abd586741ccbb1bdc3cc424002b7 /config.h.cmake
parent9e38082c3e571d035f0152d65661e5dd97fdd5d8 (diff)
[CMake] config.h.cmake: change some comments to match autotools' ones
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake10
1 files changed, 6 insertions, 4 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6792eff8..9f33d735 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -88,13 +88,15 @@
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H 1
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
#cmakedefine HAVE_SYS_DIR_H 1
/* Define to 1 if you have the <sys/mman.h> header file. */
#cmakedefine HAVE_SYS_MMAN_H 1
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. */
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
#cmakedefine HAVE_SYS_NDIR_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
@@ -154,10 +156,10 @@
/* Throw exceptions to deal with not enough memory and similar problems */
#cmakedefine USE_EXCEPTIONS 1
-/* Use fixed point arithmetic in the Splash backend */
+/* Use fixed point arithmetic */
#cmakedefine USE_FIXEDPOINT 1
-/* Use single precision arithmetic in the Splash backend */
+/* Use single precision arithmetic */
#cmakedefine USE_FLOAT 1
/* Version number of package */