From 7c188d4af022700961882971b90b70ac71702470 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 25 Aug 2017 09:11:09 -0400 Subject: [PATCH] Remove NO_DIRENT; it isn't used anywhere Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4261) (cherry picked from commit 32c1356302e74dfa5e8bd2d7002c18d91a323b70) --- e_os.h | 1 - 1 file changed, 1 deletion(-) diff --git a/e_os.h b/e_os.h index 80a36f5299..dfa159ff9a 100644 --- a/e_os.h +++ b/e_os.h @@ -171,7 +171,6 @@ extern "C" { # if !defined(WINNT) && !defined(__DJGPP__) # define NO_SYSLOG # endif -# define NO_DIRENT # ifdef WINDOWS # if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT) -- 2.25.1