diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-19 21:22:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-19 21:22:44 +0000 |
commit | 0d70d054586cf2e718aacd5fccfc47e32975b092 (patch) | |
tree | 32fb96cf9f4774e02ed385228361ad31cc4bb901 /configh.dos.template | |
parent | f04e78f11bb42e911a62c52c410575f602d8dec5 (diff) | |
download | gunmake-0d70d054586cf2e718aacd5fccfc47e32975b092.tar.gz |
* Various fixes for problems in the 3.79.0.1 pretest.
Diffstat (limited to 'configh.dos.template')
-rw-r--r-- | configh.dos.template | 6 |
1 files changed, 6 insertions, 0 deletions
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'
|