From 2171992ae477864a2bcece5649f80859434be167 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Jun 1998 14:02:51 +0000 Subject: SunOS fix. svn path=/trunk/; revision=1870 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index ed3c32ff..f6f24177 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -88,7 +88,7 @@ static void termhook(); /* forward declaration of exit hook */ * and close the window entirely. But since the interval isn't normally * going to be less than one second this is not a big issue. */ -#if defined(__STDC__) +#if defined(STDC_HEADERS) static sig_atomic_t alarm_latch = FALSE; #else /* assume int can be written in one atomic operation on non ANSI-C systems */ -- cgit v1.2.3