aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-02 14:02:51 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-02 14:02:51 +0000
commit2171992ae477864a2bcece5649f80859434be167 (patch)
tree977693239cc165aa13aac38bbef59a0adb78d783 /fetchmail.c
parent84d801a3e852add04ed7e9e69101ce0a8db1f8be (diff)
downloadfetchmail-2171992ae477864a2bcece5649f80859434be167.tar.gz
fetchmail-2171992ae477864a2bcece5649f80859434be167.tar.bz2
fetchmail-2171992ae477864a2bcece5649f80859434be167.zip
SunOS fix.
svn path=/trunk/; revision=1870
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
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 */