diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 16:46:18 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 16:46:18 +0000 |
commit | ba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60 (patch) | |
tree | 09095b3fdbcca3e4e2ed7e3bf3687747860db6fc /Src/system.h | |
parent | a36e56b5e1b269b90d62b1b6f93e1cee513ee090 (diff) | |
download | zsh-ba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60.tar.gz zsh-ba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60.tar.xz zsh-ba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60.zip |
Andrej, 12620: Fix up mmap tests.
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Src/system.h b/Src/system.h index 3d23f5761..a48ee9075 100644 --- a/Src/system.h +++ b/Src/system.h @@ -647,7 +647,3 @@ extern short ospeed; #if defined(CONFIG_LOCALE) && defined(HAVE_SETLOCALE) && defined(LC_ALL) # define USE_LOCALE 1 #endif /* CONFIG_LOCALE && HAVE_SETLOCALE && LC_ALL */ - -#ifdef __CYGWIN__ -# undef HAVE_MMAP -#endif |