From 09f1e4cf83853e3636a19da17e28e7291aac9bbd Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 1 Aug 1999 06:05:17 +0000 Subject: * Applied some DOS updates. * Started reworking the jobserver algorithm; not complete yet. --- configh.dos.template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'configh.dos.template') 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 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 -- cgit v1.2.3