002-case_insensitive.patch 529 B

1234567891011121314
  1. --- a/include/filenames.h
  2. +++ b/include/filenames.h
  3. @@ -43,11 +43,6 @@ extern "C" {
  4. # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c)
  5. # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f)
  6. #else /* not DOSish */
  7. -# if defined(__APPLE__)
  8. -# ifndef HAVE_CASE_INSENSITIVE_FILE_SYSTEM
  9. -# define HAVE_CASE_INSENSITIVE_FILE_SYSTEM 1
  10. -# endif
  11. -# endif /* __APPLE__ */
  12. # define HAS_DRIVE_SPEC(f) (0)
  13. # define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c)
  14. # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f)