diff options
author | Jason Rumney <jasonr@gnu.org> | 2002-03-13 23:04:39 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2002-03-13 23:04:39 +0000 |
commit | cad19b50d56868ad2801e6c555c254abb8c0033b (patch) | |
tree | c50d6ce288d95359097728bbfe83c140f3853308 /nt | |
parent | 6e396aa6460ca9ad8909d3b91f18c06b777240e3 (diff) | |
download | emacs-cad19b50d56868ad2801e6c555c254abb8c0033b.tar.gz |
Add STRFTIME_NO_POSIX2.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/config.nt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt index a4e2c167cf9..ec9a1bd1a0b 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -239,6 +239,8 @@ Boston, MA 02111-1307, USA. */ #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 |