diff options
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'
|