diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-01 12:32:17 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-02 18:52:16 -0300 |
commit | 3da084d61288f0776c993e62d6ce360f815b16e0 (patch) | |
tree | 1123267e5b2647e536b88e850d5ab130fa27bdaf | |
parent | 8bae6840452050a24e16e6bb197897846a93522d (diff) | |
download | rneovim-3da084d61288f0776c993e62d6ce360f815b16e0.tar.gz rneovim-3da084d61288f0776c993e62d6ce360f815b16e0.tar.bz2 rneovim-3da084d61288f0776c993e62d6ce360f815b16e0.zip |
remove HAVE_FLOAT_FUNCS
-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 5785d1b519..97f1cfe40e 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -22,7 +22,6 @@ #define HAVE_FCHOWN 1 #define HAVE_FCNTL_H 1 #define HAVE_FD_CLOEXEC 1 -#define HAVE_FLOAT_FUNCS 1 #define HAVE_FSEEKO 1 #define HAVE_FSYNC 1 #define HAVE_GETCWD 1 |