diff options
| author | Pavel Platto <hinidu@gmail.com> | 2014-06-17 12:33:32 +0300 |
|---|---|---|
| committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-14 21:14:39 +0200 |
| commit | f9710fba5243a87703e551052ae1fad1a787b015 (patch) | |
| tree | fc4aaeb434bbcbc86ba98d6d64830326c0b16a27 /config | |
| parent | 8b91ba929b5d178ed36423c6fac27debfa3bdf38 (diff) | |
| download | rneovim-f9710fba5243a87703e551052ae1fad1a787b015.tar.gz rneovim-f9710fba5243a87703e551052ae1fad1a787b015.tar.bz2 rneovim-f9710fba5243a87703e551052ae1fad1a787b015.zip | |
Remove HAVE_MKDTEMP
For now we provide simple `mkdtemp` for Windows, in the future we will
use libuv for that.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.h.in b/config/config.h.in index 05644d6274..628d128512 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -41,7 +41,6 @@ #define HAVE_LIBINTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LSTAT 1 -#define HAVE_MKDTEMP 1 #define HAVE_NANOSLEEP 1 #define HAVE_NL_LANGINFO_CODESET 1 #define HAVE_NL_MSG_CAT_CNTR 1 |