diff options
| author | Jason Rumney | 2007-06-06 20:51:10 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-06-06 20:51:10 +0000 |
| commit | 3d4ce9e923bb9655b8a737fba9873cc510a157c4 (patch) | |
| tree | 6e363091c4528ce56c6204f7946866bca83caa94 /src | |
| parent | 50fe22634870a509259374b96c9ecd25dfd0674f (diff) | |
| download | emacs-3d4ce9e923bb9655b8a737fba9873cc510a157c4.tar.gz emacs-3d4ce9e923bb9655b8a737fba9873cc510a157c4.zip | |
Don't define HAVE_TZNAME.
Diffstat (limited to 'src')
| -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 | ||