From 91b016c4148c51573ca3a3eb6bc2ae5d623909ce Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Dec 2007 11:27:02 +0000 Subject: configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST with HAVE_DECL_SYS_SIGLIST. job.c (child_execute_job): Remove __MSDOS__ because MSDOS/DJGPP build does not use child_execute_job. variable.c (define_automatic_variables) [__MSDOS__]: Always export the SHELL environment variable to the child. --- configh.dos.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configh.dos.template') diff --git a/configh.dos.template b/configh.dos.template index 12d0f58..b2add06 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -25,7 +25,7 @@ this program. If not, see . */ # define SYS_SIGLIST_DECLARED 1 /* Define to 1 if the C library defines the variable `_sys_siglist'. */ -# define HAVE_SYS_SIGLIST 1 +# define HAVE_DECL_SYS_SIGLIST 1 #else -- cgit v1.2.3