1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

Don't define HAVE_STRFTIME on MS-Windows.

s/ms-w32.h (HAVE_STRFTIME): Don't define.
This commit is contained in:
Eli Zaretskii 2011-01-31 22:00:40 +02:00
parent 70b0d280eb
commit 8b3c625b7d
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2011-01-31 Eli Zaretskii <eliz@gnu.org>
* s/ms-w32.h (HAVE_STRFTIME): Don't define.
* makefile.w32-in (OBJ2): Remove strftime.$(O).
($(BLD)/strftime.$(O)): Remove prerequisites.

View File

@ -159,7 +159,6 @@ struct sigaction {
#undef HAVE_SETPGID
#undef HAVE_GETCWD
#define HAVE_SHUTDOWN 1
#define HAVE_STRFTIME 1
#define LOCALTIME_CACHE
#define HAVE_INET_SOCKETS 1