Put CAN_HARDLINK_SYMLINK info into --version output.

This commit is contained in:
Wayne Davison
2020-09-21 13:17:15 -07:00
parent fd6839b746
commit b990d97d35

19
usage.c
View File

@@ -53,6 +53,16 @@ static void print_info_flags(enum logcode f)
#endif
"socketpairs",
#ifndef SUPPORT_LINKS
"no "
#endif
"symlinks",
#ifndef CAN_SET_SYMLINK_TIMES
"no "
#endif
"symtimes",
#ifndef SUPPORT_HARD_LINKS
"no "
#endif
@@ -63,10 +73,10 @@ static void print_info_flags(enum logcode f)
#endif
"hardlink-specials",
#ifndef SUPPORT_LINKS
#ifndef CAN_HARDLINK_SYMLINK
"no "
#endif
"symlinks",
"hardlink-symlinks",
#ifndef INET6
"no "
@@ -112,11 +122,6 @@ static void print_info_flags(enum logcode f)
#endif
"iconv",
#ifndef CAN_SET_SYMLINK_TIMES
"no "
#endif
"symtimes",
#ifndef SUPPORT_PREALLOCATION
"no "
#endif