Remove NO_DIRENT; it isn't used anywhere

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4261)
This commit is contained in:
Rich Salz 2017-08-25 09:11:09 -04:00
parent 384cdd46a1
commit 32c1356302

1
e_os.h
View File

@ -147,7 +147,6 @@ extern "C" {
# if !defined(WINNT) && !defined(__DJGPP__)
# define NO_SYSLOG
# endif
# define NO_DIRENT
# ifdef WINDOWS
# if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT)