summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-06-22 22:00:31 +0000
committerRoland McGrath <roland@redhat.com>1996-06-22 22:00:31 +0000
commit0c23819036abff9b0e52d121171d6f24bd7906b3 (patch)
tree25778fcd56edf5ff21834592f2302f5cd87f1208 /make.h
parent91a7257252de786fa5001af967862acea660ea33 (diff)
downloadgunmake-0c23819036abff9b0e52d121171d6f24bd7906b3.tar.gz
Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* configure.in: Don't check for _sys_siglist. * make.h [HAVE__SYS_SIGLIST]: Don't test this; just punt if there is no strsignal or sys_siglist.
Diffstat (limited to 'make.h')
-rw-r--r--make.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/make.h b/make.h
index 4369653..01ead89 100644
--- a/make.h
+++ b/make.h
@@ -86,15 +86,6 @@ extern int errno;
#define POSIX
#endif
-#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
-#define sys_siglist _sys_siglist
-#define HAVE_SYS_SIGLIST /* Now we have it. */
-
-/* It was declared in <signal.h>, with who knows what type.
- Don't declare it again and risk conflicting. */
-#define SYS_SIGLIST_DECLARED
-#endif
-
#ifdef HAVE_SYS_SIGLIST
#ifndef SYS_SIGLIST_DECLARED
extern char *sys_siglist[];