From 0ada207e2dca2b69a65ce186e625e7f6397edd34 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 7 Apr 1997 07:21:16 +0000 Subject: Changes for make 3.75.1 --- configh.dos.template | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'configh.dos.template') diff --git a/configh.dos.template b/configh.dos.template index b74b71d..455c549 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -21,13 +21,7 @@ #endif /* Define if `sys_siglist' is declared by . */ -#define SYS_SIGLIST_DECLARED - -/* Define if you have getdtablesize. */ -#define HAVE_GETDTABLESIZE - -/* Define if you have dup2. */ -#define HAVE_DUP2 +#undef SYS_SIGLIST_DECLARED /* Define if you have sys_siglist. */ #undef HAVE_SYS_SIGLIST @@ -38,6 +32,18 @@ /* Define if you have psignal. */ #define HAVE_PSIGNAL +/* Define if you have strsignal. */ +#undef HAVE_STRSIGNAL + +/* Define NSIG. */ +#define NSIG SIGMAX + +/* Define if you have getdtablesize. */ +#define HAVE_GETDTABLESIZE + +/* Define if you have dup2. */ +#define HAVE_DUP2 + /* Define if you have getcwd. */ #define HAVE_GETCWD @@ -62,7 +68,13 @@ /* Define if you have the header file. */ #define HAVE_MEMORY_H +/* Define if you have the memmove function. */ +#define HAVE_MEMMOVE + /* Define if you have the `strerror' function. */ #define HAVE_STRERROR +/* Define if you have the header file. */ +#define HAVE_SYS_WAIT_H + #define SCCS_GET "get" -- cgit v1.2.3