changeset 51680:10faf0e7ef61

config.nt: New define strftime
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 27 Jun 2003 11:55:04 +0000
parents 399d98c3b564
children 0a1f20d3fa89
files nt/ChangeLog nt/config.nt
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Fri Jun 27 02:25:31 2003 +0000
+++ b/nt/ChangeLog	Fri Jun 27 11:55:04 2003 +0000
@@ -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.
--- a/nt/config.nt	Fri Jun 27 02:25:31 2003 +0000
+++ b/nt/config.nt	Fri Jun 27 11:55:04 2003 +0000
@@ -381,6 +381,8 @@
 #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.  */