Mercurial > hg > xemacs-beta
comparison src/strftime.c @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 376386a54a3c |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
92 | 92 |
93 #ifndef STDC_HEADERS | 93 #ifndef STDC_HEADERS |
94 time_t mktime (); | 94 time_t mktime (); |
95 #endif | 95 #endif |
96 | 96 |
97 #if defined(WINDOWSNT) | |
98 #include <time.h> | |
99 #else | |
97 #if defined(HAVE_TZNAME) | 100 #if defined(HAVE_TZNAME) |
98 extern char *tzname[2]; | 101 extern char *tzname[2]; |
99 #endif | 102 #endif |
103 #endif /* WINDOWSNT */ | |
100 | 104 |
101 #ifdef emacs | 105 #ifdef emacs |
102 #define strftime emacs_strftime | 106 #define strftime emacs_strftime |
103 #endif | 107 #endif |
104 | 108 |