diff options
Diffstat (limited to 'src/nvim/os_unix_defs.h')
-rw-r--r-- | src/nvim/os_unix_defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h index e5ab9fd4f7..4ffd23aa25 100644 --- a/src/nvim/os_unix_defs.h +++ b/src/nvim/os_unix_defs.h @@ -182,10 +182,6 @@ /* Special wildcards that need to be handled by the shell */ #define SPECIAL_WILDCHAR "`'{" -#ifndef HAVE_OPENDIR -# define NO_EXPANDPATH -#endif - /* * Unix has plenty of memory, use large buffers */ |