summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1fac96e)
Pointed out by Juergen Moellenhoff <jurgen@oic.de>
#include <stdio.h>
#include <sys/types.h>
#include <stdio.h>
#include <sys/types.h>
-#ifndef WIN32
-#ifndef VMS
+#if !defined(WIN32) && !defined(VSM) && !defined(NeXT)
#include <dirent.h>
#endif
#include <dirent.h>
#endif
+#ifdef NeXT
+#include <sys/dir.h>
+#define dirent direct
#endif
#include <openssl/objects.h>
#include <openssl/bio.h>
#endif
#include <openssl/objects.h>
#include <openssl/bio.h>