Mercurial > hg > xemacs-beta
comparison src/strftime.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 4be1180a9e89 |
children | bbff43aa5eb7 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
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) | 97 #if defined(WINDOWSNT) || defined(__CYGWIN32__) |
98 #include <time.h> | 98 #include <time.h> |
99 #else | 99 #else |
100 #if defined(HAVE_TZNAME) | 100 #if defined(HAVE_TZNAME) |
101 extern char *tzname[2]; | 101 extern char *tzname[2]; |
102 #endif | 102 #endif |