From c2906f3e914b3c8e89f55c528ddf4783c6b89f40 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 26 Mar 1995 01:38:44 +0000 Subject: [PATCH] added HAVE_DIRENT_H --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 49ea05ad7..6c3fdf3da 100644 --- a/config.h.in +++ b/config.h.in @@ -159,6 +159,9 @@ #undef HAVE_STRINGS_H #endif /* convex */ +/* Define if you have the header file. */ +#undef HAVE_DIRENT_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H -- 2.40.0