summaryrefslogtreecommitdiff
path: root/src/dosfns.c
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2014-08-09 17:12:33 +0100
committerReuben Thomas <rrt@sc3d.org>2014-08-09 17:12:33 +0100
commitdcf7e861abd47b7b8f5803704f5e97e0c3cc1153 (patch)
tree64a5d55776b9a4b30eda325a836f3bd3e2516058 /src/dosfns.c
parent5742859f273b82e7dbadf7e9f581fd5d364dc05a (diff)
downloademacs-dcf7e861abd47b7b8f5803704f5e97e0c3cc1153.tar.gz
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.c7
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