c6d234
commit d22f1fe2f369a273533e50d757c4590adf147ef1
c6d234
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
c6d234
Date:   Thu Jul 10 14:20:42 2014 +0530
c6d234
c6d234
    Fix Wundef warning for HAVE_STRFTIME
c6d234
    
c6d234
    Define it to 0
c6d234
c6d234
diff --git a/time/strftime_l.c b/time/strftime_l.c
c6d234
index d33a9687e02457f5..21303c9735baeb5f 100644
c6d234
--- a/time/strftime_l.c
c6d234
+++ b/time/strftime_l.c
c6d234
@@ -29,6 +29,7 @@
c6d234
 # define HAVE_TM_ZONE 1
c6d234
 # define HAVE_TZNAME 1
c6d234
 # define HAVE_TZSET 1
c6d234
+# define HAVE_STRFTIME 0
c6d234
 # define MULTIBYTE_IS_FORMAT_SAFE 1
c6d234
 # define STDC_HEADERS 1
c6d234
 # include "../locale/localeinfo.h"