diff options
author | Julian Orth <ju.orth@gmail.com> | 2014-03-15 02:15:00 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
commit | 60a7ad8a4798fc81c2357dc5ec996c00e4270115 (patch) | |
tree | 58275f3306f072f74a78754bbefd9d53078515fd /config/config.h.in | |
parent | f9b5ca8b857b425635557dda9e587a7c43d1739a (diff) | |
download | rneovim-60a7ad8a4798fc81c2357dc5ec996c00e4270115.tar.gz rneovim-60a7ad8a4798fc81c2357dc5ec996c00e4270115.tar.bz2 rneovim-60a7ad8a4798fc81c2357dc5ec996c00e4270115.zip |
remove HAVE_SETJMP_H
Diffstat (limited to 'config/config.h.in')
-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 116b29fcc5..e63acb0509 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -62,7 +62,6 @@ // TODO: add proper cmake check // #define HAVE_SELINUX 1 #define HAVE_SETENV 1 -#define HAVE_SETJMP_H 1 #define HAVE_SETPGID 1 #define HAVE_SETSID 1 #define HAVE_SGTTY_H 1 |