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