Conditional compile.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1841 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-06-06 14:30:40 +00:00
parent 946104850c
commit c474b5cea4

View File

@@ -2,6 +2,8 @@
RCSID("$Id$");
#ifndef HAVE_TIMEGM
static int
is_leap(unsigned y)
{
@@ -31,3 +33,5 @@ timegm (struct tm *tm)
res += tm->tm_sec;
return res;
}
#endif