From ac869a3594753d69d74ff82721ac356cdd92720d Mon Sep 17 00:00:00 2001 From: roland Date: Sun, 14 Jul 1996 19:58:54 +0000 Subject: [PATCH] Sun Jul 14 12:59:27 1996 Roland McGrath * configh.dos: Define HAVE_DIRENT_H instead of DIRENT. --- configh.dos.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configh.dos.template b/configh.dos.template index 60e1f2e..b74b71d 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -4,7 +4,7 @@ #define LIBDIR "c:/djgpp/lib" /* Define if you have dirent.h. */ -#define DIRENT +#define HAVE_DIRENT_H /* Define if you have the strcoll function and it is properly defined. */ #define HAVE_STRCOLL -- 2.11.4.GIT