summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-25 09:11:09 -0400
committerRich Salz <rsalz@openssl.org>2017-08-25 19:45:21 -0400
commit32c1356302e74dfa5e8bd2d7002c18d91a323b70 (patch)
treef6c245a676c24acfd689bae9fe679453780a5835 /e_os.h
parent384cdd46a1184ae33c2fe76ad49f87b0c02d078a (diff)
downloadopenssl-new-32c1356302e74dfa5e8bd2d7002c18d91a323b70.tar.gz
Remove NO_DIRENT; it isn't used anywhere
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4261)
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index d7e7185dfc..5f4ba3e9b2 100644
--- a/e_os.h
+++ b/e_os.h
@@ -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)