1N/A * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. 1N/A * All rights reserved. 1N/A * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 1N/A * Copyright (c) 1988, 1993 1N/A * The Regents of the University of California. All rights reserved. 1N/A * By using this file, you agree to the terms and conditions set 1N/A * forth in the LICENSE file which can be found at the top level of 1N/A * the sendmail distribution. 1N/A * $Id: signal.h,v 1.16 2001/07/20 19:48:21 gshapiro Exp $ 1N/A#
pragma ident "%Z%%M% %I% %E% SMI" 1N/A** SIGNAL.H -- libsm (and sendmail) signal facilities 1N/A** on signal configuration. 1N/A** Critical signal sections 1N/A/* reset signal in case System V semantics */ 1N/A#
else /* SYS5SIGNALS */ 1N/A#
endif /* SYS5SIGNALS */ 1N/A#
endif /* SM_SIGNAL_H */