diff options
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 |