mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix Wundef warning for HAVE_STRFTIME
Define it to 0
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
|
2014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
|
||||||
|
|
||||||
* io/ftw.c: Include sys/param.h unconditionally.
|
* io/ftw.c: Include sys/param.h unconditionally.
|
||||||
|
|
||||||
* locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
|
* locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
# define HAVE_TM_ZONE 1
|
# define HAVE_TM_ZONE 1
|
||||||
# define HAVE_TZNAME 1
|
# define HAVE_TZNAME 1
|
||||||
# define HAVE_TZSET 1
|
# define HAVE_TZSET 1
|
||||||
|
# define HAVE_STRFTIME 0
|
||||||
# define MULTIBYTE_IS_FORMAT_SAFE 1
|
# define MULTIBYTE_IS_FORMAT_SAFE 1
|
||||||
# define STDC_HEADERS 1
|
# define STDC_HEADERS 1
|
||||||
# include "../locale/localeinfo.h"
|
# include "../locale/localeinfo.h"
|
||||||
|
Reference in New Issue
Block a user