]> git.eshelyaron.com Git - emacs.git/commitdiff
config.nt: New define strftime
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 27 Jun 2003 11:55:04 +0000 (11:55 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 27 Jun 2003 11:55:04 +0000 (11:55 +0000)
nt/ChangeLog
nt/config.nt

index 629923649ebee478a24c94b6b2fd58d4237014e6..6b339a9458f4c2bb7acfe0e04539f9ba93cc5d07 100644 (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.
index a9246c255ea6a64bfdd6cd573c96a01236c0db9e..e774fcbe2922cf7c92c63b6e7abb79103d962bfe 100644 (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.  */