aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2003-06-27 11:55:04 +0000
committerJan Djärv2003-06-27 11:55:04 +0000
commitaa287913f846ed2eeee5e7a08699281d914a8aa7 (patch)
tree6be2c936ba75fc258ff86fd181f0cf98e9d65d93
parente81043aa06dff19ab242a54324906b6cad8ef4c6 (diff)
downloademacs-aa287913f846ed2eeee5e7a08699281d914a8aa7.tar.gz
emacs-aa287913f846ed2eeee5e7a08699281d914a8aa7.zip
config.nt: New define strftime
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt2
2 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 629923649eb..6b339a9458f 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12003-06-27 Jan D. <jan.h.d@swipnet.se>
2
3 * config.nt (my_strftime): New define.
4
12003-02-01 Jason Rumney <jasonr@gnu.org> 52003-02-01 Jason Rumney <jasonr@gnu.org>
2 6
3 * configure.bat: Automatically detect libXpm. 7 * configure.bat: Automatically detect libXpm.
diff --git a/nt/config.nt b/nt/config.nt
index a9246c255ea..e774fcbe292 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -381,6 +381,8 @@ Boston, MA 02111-1307, USA. */
381#define mktime emacs_mktime 381#define mktime emacs_mktime
382#endif 382#endif
383 383
384#define my_strftime nstrftime /* for strftime.c */
385
384/* The rest of the code currently tests the CPP symbol BSTRING. 386/* The rest of the code currently tests the CPP symbol BSTRING.
385 Override any claims made by the system-description files. 387 Override any claims made by the system-description files.
386 Note that on some SCO version it is possible to have bcopy and not bcmp. */ 388 Note that on some SCO version it is possible to have bcopy and not bcmp. */