summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-11-09 19:33:38 +0100
committerJoel Rosdahl <joel@rosdahl.net>2020-11-09 19:33:38 +0100
commitaa85e3071dc7820e559d3243516985e55f6575a4 (patch)
tree3589bc8d16fbf163b0d16f40e3c372d2d50b72f4 /cmake/config.h.in
parentd8e242aec05d2104c789f33449f86b90678687df (diff)
downloadccache-aa85e3071dc7820e559d3243516985e55f6575a4.tar.gz
Improve config.h comments
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 3f12eaae..1f21e920 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -59,58 +59,58 @@
#cmakedefine MTR_ENABLED
-// Define if you have the `asctime_r' function.
+// Define if you have the "asctime_r" function.
#cmakedefine HAVE_ASCTIME_R
// Define if your compiler supports AVX2.
#cmakedefine HAVE_AVX2
-// Define if you have the `geteuid' function.
+// Define if you have the "geteuid" function.
#cmakedefine HAVE_GETEUID
-// Define if you have the `getopt_long' function.
+// Define if you have the "getopt_long" function.
#cmakedefine HAVE_GETOPT_LONG
-// Define if you have the `getpwuid' function.
+// Define if you have the "getpwuid" function.
#cmakedefine HAVE_GETPWUID
-// Define if you have the `gettimeofday' function.
+// Define if you have the "gettimeofday" function.
#cmakedefine HAVE_GETTIMEOFDAY
// Define if you have the <linux/fs.h> header file.
#cmakedefine HAVE_LINUX_FS_H
-// Define if the system has the type `long long'.
+// Define if the system has the type "long long".
#cmakedefine HAVE_LONG_LONG
-// Define if you have the `mkstemp' function.
+// Define if you have the "mkstemp" function.
#cmakedefine HAVE_MKSTEMP
-// Define if you have the `posix_fallocate.
+// Define if you have the "posix_fallocate.
#cmakedefine HAVE_POSIX_FALLOCATE
// Define if you have the <pwd.h> header file.
#cmakedefine HAVE_PWD_H
-// Define if you have the `realpath' function.
+// Define if you have the "realpath"" function.
#cmakedefine HAVE_REALPATH
-// Define if you have the `setenv' function.
+// Define if you have the "setenv" function.
#cmakedefine HAVE_SETENV
-// Define if you have the `strndup' function.
+// Define if you have the "strndup" function.
#cmakedefine HAVE_STRNDUP
-// Define if `f_fstypename' is a member of `struct statfs'.
+// Define if "f_fstypename" is a member of "struct statfs".
#cmakedefine HAVE_STRUCT_STATFS_F_FSTYPENAME
-// Define if `st_ctim' is a member of `struct stat'.
+// Define if "st_ctim" is a member of "struct stat".
#cmakedefine HAVE_STRUCT_STAT_ST_CTIM
-// Define if `st_mtim' is a member of `struct stat'.
+// Define if "st_mtim" is a member of "struct stat".
#cmakedefine HAVE_STRUCT_STAT_ST_MTIM
-// Define if you have the `syslog' function.
+// Define if you have the "syslog" function.
#cmakedefine HAVE_SYSLOG
// Define if you have the <syslog.h> header file.
@@ -155,8 +155,8 @@
// Define if you have the <varargs.h> header file.
#cmakedefine HAVE_VARARGS_H
-// Define if you have the `unsetenv' function.
+// Define if you have the "unsetenv" function.
#cmakedefine HAVE_UNSETENV
-// Define if you have the `utimes' function.
+// Define if you have the "utimes" function.
#cmakedefine HAVE_UTIMES