DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.

This commit is contained in:
Richard Levitte 2004-08-03 19:15:21 +00:00
parent f8c469de73
commit 2ea6abf6e5

View File

@ -70,7 +70,7 @@
#include "o_dir.h"
#define LPDIR_H
#if defined OPENSSL_SYS_UNIX
#if defined OPENSSL_SYS_UNIX || defined DJGPP
#include "LPdir_unix.c"
#elif defined OPENSSL_SYS_VMS
#include "LPdir_vms.c"