aboutsummaryrefslogtreecommitdiff
path: root/cmake.config
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-10-11 20:25:35 +0200
committerbfredl <bjorn.linse@gmail.com>2024-10-11 20:26:54 +0200
commit486076a0e1ee3c7bb230e0f95a21607fadea96d4 (patch)
tree2a1c2cb5d2d098553e28a2c90ebd5a5486ffd631 /cmake.config
parent26e765f905cbf1df18cfc825bad9b1b982f517ea (diff)
downloadrneovim-486076a0e1ee3c7bb230e0f95a21607fadea96d4.tar.gz
rneovim-486076a0e1ee3c7bb230e0f95a21607fadea96d4.tar.bz2
rneovim-486076a0e1ee3c7bb230e0f95a21607fadea96d4.zip
fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAME
It stands to reason, you need to "fix" case-insensitive filenames if-and-only-if you have case-insensitive filenames.
Diffstat (limited to 'cmake.config')
-rw-r--r--cmake.config/config.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake.config/config.h.in b/cmake.config/config.h.in
index af4e13fc11..fd712032c3 100644
--- a/cmake.config/config.h.in
+++ b/cmake.config/config.h.in
@@ -34,7 +34,6 @@
#cmakedefine HAVE_WORKING_LIBINTL
#cmakedefine UNIX
#cmakedefine CASE_INSENSITIVE_FILENAME
-#cmakedefine USE_FNAME_CASE
#cmakedefine HAVE_SYS_UIO_H
#ifdef HAVE_SYS_UIO_H
#cmakedefine HAVE_READV