_DATE_FMT does not always accompany CODESET.

This commit is contained in:
Martin v. Löwis 2001-08-10 19:41:45 +00:00
parent 13f4ea25d4
commit c4416d5a2c
1 changed files with 3 additions and 0 deletions

View File

@ -555,6 +555,9 @@ init_locale(void)
ADDINT(ALT_DIGITS);
ADDINT(YESEXPR);
ADDINT(NOEXPR);
#endif
#ifdef _DATE_FMT
/* This is not available in all glibc versions that have CODESET. */
ADDINT(_DATE_FMT);
#endif
#endif /* HAVE_LANGINFO_H */