summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.hin6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index e3f0357ed..674c70883 100644
--- a/config.hin
+++ b/config.hin
@@ -9,6 +9,12 @@
/* Define to the declaration of the xargmatch failure function. */
#undef ARGMATCH_DIE_DECL
+/* Define if chown is not POSIX compliant regarding IDs of -1. */
+#undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
+
+/* Define if chown modifies symlinks. */
+#undef CHOWN_MODIFIES_SYMLINK
+
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID