From feca9624b8bec45ecd112aab8495143e8ed3e3a4 Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Thu, 26 Mar 2015 23:30:45 -0400 Subject: CMakeLists: enable USE_FNAME_CASE on Mac --- src/nvim/os_unix_defs.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src') diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h index 4ffd23aa25..24b069b090 100644 --- a/src/nvim/os_unix_defs.h +++ b/src/nvim/os_unix_defs.h @@ -44,25 +44,6 @@ # define SIGDUMMYARG #endif -#ifdef HAVE_DIRENT_H -# include -# ifndef NAMLEN -# define NAMLEN(dirent) strlen((dirent)->d_name) -# endif -#else -# define dirent direct -# define NAMLEN(dirent) (dirent)->d_namlen -# if HAVE_SYS_NDIR_H -# include -# endif -# if HAVE_SYS_DIR_H -# include -# endif -# if HAVE_NDIR_H -# include -# endif -#endif - #if !defined(HAVE_SYS_TIME_H) || defined(TIME_WITH_SYS_TIME) # include /* on some systems time.h should not be included together with sys/time.h */ -- cgit