-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Dev11 #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev11 #476
Conversation
The macros are set according to: |
Another option is to turn on '-r' by default for all Unixes except Linux: Advantages:
Disadvantages:
|
White-listing is already a hack, and the real intended test is supposed to be So I suggest to make this test the main one. An unknown OS which properly set this macro and provide relevant library support should pass it, without the need to name it. Keep the white-list for OS which are known to provide a compatible Maybe later we may have to add some blacklist, if an OS lies by pretending to be |
It seems that
According to https://linux.die.net/man/3/opendir |
A proof for my theory is that |
OK, so |
I think that In the last commit I changed:
|
@inikep, thanks, I have rebased my original pull request on top of your changes. |
No description provided.