File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,16 @@ static void print_info_flags(enum logcode f)
53
53
#endif
54
54
"socketpairs" ,
55
55
56
+ #ifndef SUPPORT_LINKS
57
+ "no "
58
+ #endif
59
+ "symlinks" ,
60
+
61
+ #ifndef CAN_SET_SYMLINK_TIMES
62
+ "no "
63
+ #endif
64
+ "symtimes" ,
65
+
56
66
#ifndef SUPPORT_HARD_LINKS
57
67
"no "
58
68
#endif
@@ -63,10 +73,10 @@ static void print_info_flags(enum logcode f)
63
73
#endif
64
74
"hardlink-specials" ,
65
75
66
- #ifndef SUPPORT_LINKS
76
+ #ifndef CAN_HARDLINK_SYMLINK
67
77
"no "
68
78
#endif
69
- "symlinks" ,
79
+ "hardlink- symlinks" ,
70
80
71
81
#ifndef INET6
72
82
"no "
@@ -112,11 +122,6 @@ static void print_info_flags(enum logcode f)
112
122
#endif
113
123
"iconv" ,
114
124
115
- #ifndef CAN_SET_SYMLINK_TIMES
116
- "no "
117
- #endif
118
- "symtimes" ,
119
-
120
125
#ifndef SUPPORT_PREALLOCATION
121
126
"no "
122
127
#endif
You can’t perform that action at this time.
0 commit comments