From a822972294b273d030777c630ca48e62c28eed90 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 28 Oct 1996 16:32:50 +0000 Subject: [PATCH] Do not use #if, use #ifdef. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@910 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/strftime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/roken/strftime.c b/lib/roken/strftime.c index 3e429a7ba..69dab94a1 100644 --- a/lib/roken/strftime.c +++ b/lib/roken/strftime.c @@ -35,11 +35,11 @@ #include #endif #include -#if TIME_WITH_SYS_TIME +#ifdef TIME_WITH_SYS_TIME #include #include #else -#if HAVE_SYS_TIME_H +#ifdef HAVE_SYS_TIME_H #include #else #include