Mercurial > emacs
changeset 43891:2fb548d4f985
Add STRFTIME_NO_POSIX2.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 13 Mar 2002 23:04:39 +0000 |
parents | 38d2cf408e27 |
children | 7c30096be31e |
files | nt/config.nt src/config.in |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/config.nt Wed Mar 13 23:01:45 2002 +0000 +++ b/nt/config.nt Wed Mar 13 23:04:39 2002 +0000 @@ -239,6 +239,8 @@ #undef HAVE_GETCWD #undef HAVE_SHUTDOWN #undef HAVE_STRFTIME +/* Standard Windows strftime does not support POSIX.2 extensions. */ +#define STRFTIME_NO_POSIX2 1 #define LOCALTIME_CACHE #undef HAVE_INET_SOCKETS