config.nt: New define strftime

This commit is contained in:
Jan Djärv 2003-06-27 11:55:04 +00:00
parent e81043aa06
commit aa287913f8
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-06-27 Jan D. <jan.h.d@swipnet.se>
* config.nt (my_strftime): New define.
2003-02-01 Jason Rumney <jasonr@gnu.org>
* configure.bat: Automatically detect libXpm.

View file

@ -381,6 +381,8 @@ Boston, MA 02111-1307, USA. */
#define mktime emacs_mktime
#endif
#define my_strftime nstrftime /* for strftime.c */
/* The rest of the code currently tests the CPP symbol BSTRING.
Override any claims made by the system-description files.
Note that on some SCO version it is possible to have bcopy and not bcmp. */