]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 1 May 2004 16:20:22 +0000 (16:20 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 May 2004 16:20:22 +0000 (16:20 +0000)
config.hin

index e3f0357edfa9a70c1171ad65d1ec7417d97c225b..674c708839cbff9da9d05163a5dc47f8fbd0098d 100644 (file)
@@ -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