From 0d70d054586cf2e718aacd5fccfc47e32975b092 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 19 Jun 2000 21:22:44 +0000 Subject: * Various fixes for problems in the 3.79.0.1 pretest. --- configh.dos.template | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configh.dos.template') diff --git a/configh.dos.template b/configh.dos.template index 36fb953..ba7485b 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -23,6 +23,9 @@ #endif +/* Define if you have the fdopen function. */ +#define HAVE_FDOPEN 1 + /* Define if you have sigsetmask. */ #define HAVE_SIGSETMASK 1 @@ -32,6 +35,9 @@ /* Define if you have the memmove function. */ #define HAVE_MEMMOVE 1 +/* Define if you have the mkstemp function. */ +#define HAVE_MKSTEMP 1 + #define SCCS_GET "get" /* Define to `unsigned long' or `unsigned long long' -- cgit v1.2.3