aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-12-28 16:36:09 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-12-28 16:36:09 +0000
commit2d092ffaf506459d773147db3be18cf915bd8b36 (patch)
tree18b42f756a8c8971f53100c778f023683b12ea9b /gcc/config.in
parentce1531ab62c5c12035ff1d96e8f18e34a8553942 (diff)
downloadgcc-2d092ffaf506459d773147db3be18cf915bd8b36.zip
gcc-2d092ffaf506459d773147db3be18cf915bd8b36.tar.gz
gcc-2d092ffaf506459d773147db3be18cf915bd8b36.tar.bz2
configure.in (AC_DECL_SYS_SIGLIST, [...]): Don't use.
* configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h, arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use. * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h: Delete files. * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED): Delete descriptions. * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h, m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h, m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h, pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h, xm-svr4.h: Remove all instances of sys_siglist handling. From-SVN: r31109
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 4d90f3c..6afdff8 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -227,9 +227,6 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Define if `sys_siglist' is declared by <signal.h>. */
-#undef SYS_SIGLIST_DECLARED
-
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME