diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-01 13:33:49 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-02 18:52:16 -0300 |
commit | 8780e3ad11e9ac52fc98914bcfcbaa09a1fe29a9 (patch) | |
tree | a17e1eed121b35377b82dcd4963b317c772a5304 | |
parent | 87a317e0762a8b269c532d1fa96b63058bbfc446 (diff) | |
download | rneovim-8780e3ad11e9ac52fc98914bcfcbaa09a1fe29a9.tar.gz rneovim-8780e3ad11e9ac52fc98914bcfcbaa09a1fe29a9.tar.bz2 rneovim-8780e3ad11e9ac52fc98914bcfcbaa09a1fe29a9.zip |
remove HAVE_SVR4_PTYS
-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 45b688d09e..be756cfaa4 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -65,7 +65,6 @@ #define HAVE_STRNCASECMP 1 // TODO: add proper cmake check // #define HAVE_STROPTS_H 1 -#define HAVE_SVR4_PTYS 1 // TODO: add proper cmake check // #define HAVE_SYSCONF 1 #define HAVE_SYSINFO 1 |