diff options
| author | oni-link <knil.ino@gmail.com> | 2014-04-01 12:46:00 +0200 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-02 18:52:16 -0300 |
| commit | a96f2949ccd01482beb3c88c7d183f3b9d7720fc (patch) | |
| tree | cef9990bf9f114fffb83a051a470558df201d8a0 /config | |
| parent | 3da084d61288f0776c993e62d6ce360f815b16e0 (diff) | |
| download | rneovim-a96f2949ccd01482beb3c88c7d183f3b9d7720fc.tar.gz rneovim-a96f2949ccd01482beb3c88c7d183f3b9d7720fc.tar.bz2 rneovim-a96f2949ccd01482beb3c88c7d183f3b9d7720fc.zip | |
remove HAVE_RENAME
rename is a C99 standard function.
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 97f1cfe40e..1cb801d7f9 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -48,7 +48,6 @@ #define HAVE_PUTENV 1 #define HAVE_PWD_H 1 #define HAVE_READLINK 1 -#define HAVE_RENAME 1 #define HAVE_SELECT 1 // TODO: add proper cmake check // #define HAVE_SELINUX 1 |