diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-01 06:05:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-01 06:05:17 +0000 |
commit | 09f1e4cf83853e3636a19da17e28e7291aac9bbd (patch) | |
tree | fe4ecf9442cdaee89f0c62c7dab3d02985f90c0e /configh.dos.template | |
parent | 28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3 (diff) | |
download | gunmake-09f1e4cf83853e3636a19da17e28e7291aac9bbd.tar.gz |
* Applied some DOS updates.
* Started reworking the jobserver algorithm; not complete yet.
Diffstat (limited to 'configh.dos.template')
-rw-r--r-- | configh.dos.template | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configh.dos.template b/configh.dos.template index 7eaed6e..3ff5de3 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -33,3 +33,17 @@ #define HAVE_MEMMOVE 1
#define SCCS_GET "get"
+
+/* Define to `unsigned long' or `unsigned long long'
+ if <inttypes.h> doesn't define. */
+#define uintmax_t unsigned long long
+
+/* Define the type of the first arg to select(). */
+#define fd_set_size_t int
+
+/* Define if you have the select function. */
+#define HAVE_SELECT 1
+
+/* Define if you have the vprintf library function. */
+#undef HAVE_VPRINTF
+#define HAVE_VPRINTF 1
|