summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-13 04:29:02 +0000
committerColin Watson <cjwatson@debian.org>2016-12-13 04:29:02 +0000
commit74554ff9aa45e5652fb32bbacd4d79b8e91eb77e (patch)
treed05af7481def4c9e80af792d7b311643ef1502dc /config.h.in
parent42e36bee2ddbbecc930d84befbae164fc2be0481 (diff)
Rename SECURE_MAN_UID to MAN_OWNER
The latter had always been defined to the former anyway, and now that the cache owner can be changed without actually installing setuid the latter is more descriptive. * m4/man-arg-cache-owner.m4: Define MAN_OWNER rather than SECURE_MAN_UID. Update all users. * include/manconfig.h.in (MAN_OWNER): Remove definition.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 568f56c2..101313e3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1869,6 +1869,9 @@
/* Allow man to update databases on the fly. */
#undef MAN_DB_UPDATES
+/* Define as the owner of system-wide cache files. */
+#undef MAN_OWNER
+
/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
#undef MAP_ANONYMOUS
@@ -1974,9 +1977,6 @@
/* Define if vasnprintf exists but is overridden by gnulib. */
#undef REPLACE_VASNPRINTF
-/* Define as the owner of system-wide cache files. */
-#undef SECURE_MAN_UID
-
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
'sig_atomic_t'. */
#undef SIG_ATOMIC_T_SUFFIX