From c5c722ef4afede13abe9994a878fedb09a2c7291 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Dec 1997 16:38:14 +0000 Subject: Correct #ifdef. svn path=/trunk/; revision=1559 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.c') 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 -- cgit v1.2.3