diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-01 13:42:38 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-02 18:52:16 -0300 |
commit | 930be113342f23f9d9fcd7715903814ce6fedf01 (patch) | |
tree | 47f79df2b3c57766954ba83fa80f167352cd9b6d | |
parent | f2ce38481b4606ee74ebee31f5e2bae257785e62 (diff) | |
download | rneovim-930be113342f23f9d9fcd7715903814ce6fedf01.tar.gz rneovim-930be113342f23f9d9fcd7715903814ce6fedf01.tar.bz2 rneovim-930be113342f23f9d9fcd7715903814ce6fedf01.zip |
remove HAVE_SYS_{POLL_H, RESOURCE_H, SYSCTL_H, TYPES_H}
-rw-r--r-- | config/config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.h.in b/config/config.h.in index c13553add2..53a1d7919a 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -69,15 +69,11 @@ // #define HAVE_SYSCONF 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 -#define HAVE_SYS_POLL_H 1 -#define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STATFS_H 1 -#define HAVE_SYS_SYSCTL_H 1 // TODO: add proper cmake check // #define HAVE_SYS_SYSINFO_H 1 #define HAVE_SYS_TIME_H 1 -#define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TERMCAP_H 1 |