diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-01 13:48:29 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-02 18:52:16 -0300 |
commit | 77433de0ca6fd4ab7810da0b506f0cf3d5a79334 (patch) | |
tree | 152eeabd6c5ca3b5c6b964d84110efb5a1f631ba | |
parent | 930be113342f23f9d9fcd7715903814ce6fedf01 (diff) | |
download | rneovim-77433de0ca6fd4ab7810da0b506f0cf3d5a79334.tar.gz rneovim-77433de0ca6fd4ab7810da0b506f0cf3d5a79334.tar.bz2 rneovim-77433de0ca6fd4ab7810da0b506f0cf3d5a79334.zip |
remove HAVE_USLEEP
-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 53a1d7919a..e9cc3d9eef 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -82,7 +82,6 @@ #define HAVE_TGETENT 1 #define HAVE_UNISTD_H 1 #define HAVE_UP_BC_PC 1 -#define HAVE_USLEEP 1 #define HAVE_UTIME 1 #define HAVE_UTIME_H 1 #define HAVE_UTIMES 1 |