diff options
Diffstat (limited to 'contrib/texinfo/info/signals.h')
| -rw-r--r-- | contrib/texinfo/info/signals.h | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/contrib/texinfo/info/signals.h b/contrib/texinfo/info/signals.h index 3a45925a1831d..ab87a3b549580 100644 --- a/contrib/texinfo/info/signals.h +++ b/contrib/texinfo/info/signals.h @@ -1,10 +1,9 @@ -/* signals.h -- Header to include system dependent signal definitions. - $Id: signals.h,v 1.3 1997/07/15 18:35:59 karl Exp $ +/* signals.h -- Header to include system dependent signal definitions. */ - This file is part of GNU Info, a program for reading online documentation +/* This file is part of GNU Info, a program for reading online documentation stored in Info format. - Copyright (C) 1993, 94, 95, 97 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,17 +21,11 @@ Written by Brian Fox (bfox@ai.mit.edu). */ -#ifndef INFO_SIGNALS_H -#define INFO_SIGNALS_H +#if !defined (_SIGNALS_H_) +#define _SIGNALS_H_ -#include <sys/types.h> #include <signal.h> -/* For sysV68 --phdm@info.ucl.ac.be. */ -#if !defined (SIGCHLD) && defined (SIGCLD) -#define SIGCHLD SIGCLD -#endif - #if !defined (HAVE_SIGPROCMASK) && !defined (sigmask) # define sigmask(x) (1 << ((x)-1)) #endif /* !HAVE_SIGPROCMASK && !sigmask */ @@ -93,4 +86,4 @@ # define UNBLOCK_SIGNAL(sig) #endif /* !HAVE_SIGPROCMASK && !HAVE_SIGSETMASK */ -#endif /* not INFO_SIGNALS_H */ +#endif /* !_SIGNALS_H_ */ |
