diff options
| author | Jason Rumney | 2007-06-07 21:36:48 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-06-07 21:36:48 +0000 |
| commit | 4608d8296199d2adcc7bece60ce88e203d80759a (patch) | |
| tree | 0188135e9195a39f74dc739eb5d4ec48158da867 | |
| parent | b0dc61e49b12c8281622c718dba261be43058f73 (diff) | |
| download | emacs-4608d8296199d2adcc7bece60ce88e203d80759a.tar.gz emacs-4608d8296199d2adcc7bece60ce88e203d80759a.zip | |
Don't define HAVE_TZNAME.
| -rw-r--r-- | src/s/ms-w32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index ad699dff035..666b70b1ea5 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -255,7 +255,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 255 | 255 | ||
| 256 | #undef TM_IN_SYS_TIME | 256 | #undef TM_IN_SYS_TIME |
| 257 | #undef HAVE_TM_ZONE | 257 | #undef HAVE_TM_ZONE |
| 258 | #define HAVE_TZNAME 1 | ||
| 259 | 258 | ||
| 260 | #define HAVE_LONG_FILE_NAMES 1 | 259 | #define HAVE_LONG_FILE_NAMES 1 |
| 261 | 260 | ||