diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-01 16:20:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-01 16:20:22 +0000 |
commit | fb8bb7dda7ca907dd2dd916b34d1bb3f28085f75 (patch) | |
tree | 42c4490ddcb8cbf875b2b3bc9bb780a9814b24fe | |
parent | 7ba3e328c6eda2b3f6b721a9cec4b6f0b1bc7eae (diff) | |
download | coreutils-fb8bb7dda7ca907dd2dd916b34d1bb3f28085f75.tar.xz |
.
-rw-r--r-- | config.hin | 6 |
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 |