1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix Wundef warning for HAVE_STRFTIME

Define it to 0
This commit is contained in:
Siddhesh Poyarekar
2014-07-10 14:20:42 +05:30
parent 12f2254b81
commit d22f1fe2f3
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@
# define HAVE_TM_ZONE 1
# define HAVE_TZNAME 1
# define HAVE_TZSET 1
# define HAVE_STRFTIME 0
# define MULTIBYTE_IS_FORMAT_SAFE 1
# define STDC_HEADERS 1
# include "../locale/localeinfo.h"