diff options
author | Reuben Thomas <rrt@sc3d.org> | 2014-08-09 17:12:33 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2014-08-09 17:12:33 +0100 |
commit | dcf7e861abd47b7b8f5803704f5e97e0c3cc1153 (patch) | |
tree | 64a5d55776b9a4b30eda325a836f3bd3e2516058 /src/dosfns.c | |
parent | 5742859f273b82e7dbadf7e9f581fd5d364dc05a (diff) | |
download | emacs-dcf7e861abd47b7b8f5803704f5e97e0c3cc1153.tar.gz emacs-dcf7e861abd47b7b8f5803704f5e97e0c3cc1153.tar.bz2 emacs-dcf7e861abd47b7b8f5803704f5e97e0c3cc1153.zip |
Remove support for DJGPP < 2.02
This also removes some specially-licensed files and lots of accompanying
explanation.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index e557dcba022..bdd296bf658 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -370,13 +370,6 @@ init_dosfns (void) Don't OR it with the previous value, so the value recorded at dump time, possibly with `preserve-case' flags set, won't get through. */ __opendir_flags = __OPENDIR_FIND_HIDDEN; - -#if __DJGPP_MINOR__ == 0 - /* Under LFN, preserve the case of files as recorded in the directory - (in DJGPP 2.01 and later this is automagically done by the library). */ - if (!NILP (Fmsdos_long_file_names ())) - __opendir_flags |= __OPENDIR_PRESERVE_CASE; -#endif /* __DJGPP_MINOR__ == 0 */ } #ifndef HAVE_X_WINDOWS |