aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix_defs.h
diff options
context:
space:
mode:
authorJonas Dourado <jonas.jonaias@gmail.com>2015-02-18 01:11:54 -0200
committerJustin M. Keyes <justinkz@gmail.com>2015-03-17 23:52:50 -0400
commit293a7dc134eb69839fa67381afbdeacb29f96219 (patch)
tree5a4bb58aa64b66d36e6872b842b9d1593e41eb46 /src/nvim/os_unix_defs.h
parent70393f2e3084e68056f22c2983163745d712ad5c (diff)
downloadrneovim-293a7dc134eb69839fa67381afbdeacb29f96219.tar.gz
rneovim-293a7dc134eb69839fa67381afbdeacb29f96219.tar.bz2
rneovim-293a7dc134eb69839fa67381afbdeacb29f96219.zip
Remove platform dependent HAVE_OPENDIR #2010
Diffstat (limited to 'src/nvim/os_unix_defs.h')
-rw-r--r--src/nvim/os_unix_defs.h4
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
*/