aboutsummaryrefslogtreecommitdiffstats
path: root/src/dosfns.c
diff options
context:
space:
mode:
authorReuben Thomas2014-08-09 17:12:33 +0100
committerReuben Thomas2014-08-09 17:12:33 +0100
commitdcf7e861abd47b7b8f5803704f5e97e0c3cc1153 (patch)
tree64a5d55776b9a4b30eda325a836f3bd3e2516058 /src/dosfns.c
parent5742859f273b82e7dbadf7e9f581fd5d364dc05a (diff)
downloademacs-dcf7e861abd47b7b8f5803704f5e97e0c3cc1153.tar.gz
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.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)
370 Don't OR it with the previous value, so the value recorded at dump 370 Don't OR it with the previous value, so the value recorded at dump
371 time, possibly with `preserve-case' flags set, won't get through. */ 371 time, possibly with `preserve-case' flags set, won't get through. */
372 __opendir_flags = __OPENDIR_FIND_HIDDEN; 372 __opendir_flags = __OPENDIR_FIND_HIDDEN;
373
374#if __DJGPP_MINOR__ == 0
375 /* Under LFN, preserve the case of files as recorded in the directory
376 (in DJGPP 2.01 and later this is automagically done by the library). */
377 if (!NILP (Fmsdos_long_file_names ()))
378 __opendir_flags |= __OPENDIR_PRESERVE_CASE;
379#endif /* __DJGPP_MINOR__ == 0 */
380} 373}
381 374
382#ifndef HAVE_X_WINDOWS 375#ifndef HAVE_X_WINDOWS