aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 7607004b..347f66c6 100644
--- a/driver.c
+++ b/driver.c
@@ -1214,7 +1214,7 @@ int num; /* index of message */
buf[1] = '\0';
time(&now);
-#ifdef STRFTIME
+#ifdef HAVE_STRFTIME
/* conform to RFC822 */
strftime(buf, sizeof(buf), "%a, %d b %Y %H:%M:%S %Z\n", localtime(&now));
#else