This allows test cases to require this feature to run and to be used in
%if conditions.
Large here means larger than 32 bits. Ie does not suffer from y2038.
Closes #11696
Backported by: Aquila Macedo Costa <aquilamacedo@riseup.net>.
Changes:
- Refresh patch context
Gbp-Pq: Name large-time-testable-feature.patch
- `ipv6`
- `Kerberos`
- `large_file`
+- `large-time` (time_t is larger than 32 bit)
- `ld_preload`
- `libssh2`
- `libssh`
$feature{"wakeup"} = 1;
$feature{"headers-api"} = 1;
$feature{"xattr"} = 1;
+ $feature{"large-time"} = 1;
$feature{"nghttpx"} = !!$ENV{'NGHTTPX'};
$feature{"nghttpx-h3"} = !!$nghttpx_h3;
}
#endif
#ifndef USE_XATTR
"xattr",
+#endif
+#if (SIZEOF_TIME_T < 5)
+ "large-time",
#endif
NULL
};