diff options
Diffstat (limited to 'source4/lib/ldb/replace/timegm.c')
-rw-r--r-- | source4/lib/ldb/replace/timegm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/replace/timegm.c b/source4/lib/ldb/replace/timegm.c index 10631befd9..5fb15475f3 100644 --- a/source4/lib/ldb/replace/timegm.c +++ b/source4/lib/ldb/replace/timegm.c @@ -38,7 +38,7 @@ #include "includes.h" #include "ldb/include/includes.h" -#if !defined(HAVE_TIMEGM) && !defined(_SAMBA_BUILD_) +#ifndef HAVE_TIMEGM static int is_leap(unsigned y) { |