From ba5b76a4b50d590d8bfb2ed1bbbc8cd03b425812 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Fri, 25 Jun 1999 21:21:11 +0000 Subject: [PATCH] Added sig_atomic_t. --- acconfig.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acconfig.h b/acconfig.h index f9f6f809..9d872215 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.6 1999/05/24 09:33:53 ceder Exp $ + * $Id: acconfig.h,v 1.7 1999/06/25 21:21:11 ceder Exp $ * Copyright (C) 1998-1999 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -49,6 +49,10 @@ /* Define if your OS has struct sigaction */ #undef HAVE_STRUCT_SIGACTION +/* Define this to a type that can be changed atomically from a signal + handler if your OS lacks sig_atomic_t. */ +#undef sig_atomic_t + /* Define if on HPUX */ #ifndef _HPUX_SOURCE #undef _HPUX_SOURCE -- GitLab