Skip to content

Commit 243a4c7

Browse files
rsbeckercagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 32ceace commit 243a4c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
490490
OLD_ICONV = UnfortunatelyYes
491491
NO_REGEX = NeedsStartEnd
492492
NO_PTHREADS = UnfortunatelyYes
493+
FREAD_READS_DIRECTORIES = UnfortunatelyYes
493494

494495
# Not detected (nor checked for) by './configure'.
495496
# We don't have SA_RESTART on NonStop, unfortunalety.

0 commit comments

Comments
 (0)