Mercurial > hg > xemacs-beta
comparison src/syssignal.h @ 2651:3580ae2ce979
[xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
Upgrade from autoconf 2.13 to autoconf 2.59.
author | malcolmp |
---|---|
date | Fri, 11 Mar 2005 11:20:34 +0000 |
parents | 04bc9d2f42c7 |
children | 4769b9c268eb |
comparison
equal
deleted
inserted
replaced
2650:fc554bcc59e7 | 2651:3580ae2ce979 |
---|---|
265 # else | 265 # else |
266 # define NSIG (SIGUSR2+1) /* guess how many elements are in sys_siglist... */ | 266 # define NSIG (SIGUSR2+1) /* guess how many elements are in sys_siglist... */ |
267 # endif | 267 # endif |
268 #endif | 268 #endif |
269 | 269 |
270 /* SYS_SIGLIST_DECLARED is determined by configure. On Linux, it seems, | 270 /* HAVE_DECL_SYS_SIGLIST is determined by configure. On Linux, it seems, |
271 configure incorrectly fails to find it, so s/linux.h defines | 271 configure incorrectly fails to find it, so s/linux.h defines |
272 HAVE_SYS_SIGLIST. */ | 272 HAVE_SYS_SIGLIST. */ |
273 #if !defined (SYS_SIGLIST_DECLARED) && !defined (HAVE_SYS_SIGLIST) | 273 #if !defined (HAVE_DECL_SYS_SIGLIST) && !defined (HAVE_SYS_SIGLIST) |
274 extern const char *sys_siglist[]; | 274 extern const char *sys_siglist[]; |
275 #endif | 275 #endif |
276 | 276 |
277 #ifdef SIGDANGER | 277 #ifdef SIGDANGER |
278 SIGTYPE memory_warning_signal (int sig); | 278 SIGTYPE memory_warning_signal (int sig); |