config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platform
The NonStop platform needs this configuration item specified as UnfortunatelyYes so that config directory files are correctly processed. Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Randall S. Becker committed
Feb 9, 2019 at 19:20 UTC
243a4c7e274ea060ea35c5dc6701e2cf918e0f29
1 file changed
+1
config.mak.uname
+1
@@ -490,6 +490,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
490
OLD_ICONV = UnfortunatelyYes
491
NO_REGEX = NeedsStartEnd
492
NO_PTHREADS = UnfortunatelyYes
493
+ FREAD_READS_DIRECTORIES = UnfortunatelyYes
494
495
# Not detected (nor checked for) by './configure'.
496
# We don't have SA_RESTART on NonStop, unfortunalety.