Conditional compile.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1841 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
|
#ifndef HAVE_TIMEGM
|
||||||
|
|
||||||
static int
|
static int
|
||||||
is_leap(unsigned y)
|
is_leap(unsigned y)
|
||||||
{
|
{
|
||||||
@@ -31,3 +33,5 @@ timegm (struct tm *tm)
|
|||||||
res += tm->tm_sec;
|
res += tm->tm_sec;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user