racket/racket
Paulo Matos b1b8beece5
Use AC_CHECK_MEMBERS to check for dirent name length flds (#2923)
If `struct dirent` has `namlen` field, define `HAVE_DIRENT_NAMLEN`.
If the field is instead `namelen`, define `HAVE_DIRENT_NAMELEN` (case of QNX). 

Use this checks in `rktio_fs.c` and simplify `platform.h`.
2019-11-25 16:35:10 +01:00
..
collects racket/runtime-path: add support for 'share paths 2019-11-12 20:10:06 -07:00
src Use AC_CHECK_MEMBERS to check for dirent name length flds (#2923) 2019-11-25 16:35:10 +01:00
.gitignore