diff options
author | Roland McGrath <roland@redhat.com> | 1996-07-14 19:58:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-07-14 19:58:54 +0000 |
commit | fcb18b988b3bd32c24a432a9e756c13742e59fef (patch) | |
tree | abd61604d8442cac7bf3e73e0e0d04980d85728d | |
parent | 8b24ec18b0e35e8f781c4f808f2a36c99ce28b53 (diff) | |
download | gunmake-fcb18b988b3bd32c24a432a9e756c13742e59fef.tar.gz |
Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* configh.dos: Define HAVE_DIRENT_H instead of DIRENT.
-rw-r--r-- | configh.dos.template | 2 |
1 files changed, 1 insertions, 1 deletions
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
|