diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-05-21 11:15:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-21 11:15:10 +0200 |
| commit | 1de77bbcec8ea4e50475e9b33986246e47614b84 (patch) | |
| tree | 7dbdb40a561e7f894a07654250512373ef567080 /config | |
| parent | ca1ce590257c35426aeeaac349317d2cb163cd2e (diff) | |
| download | rneovim-1de77bbcec8ea4e50475e9b33986246e47614b84.tar.gz rneovim-1de77bbcec8ea4e50475e9b33986246e47614b84.tar.bz2 rneovim-1de77bbcec8ea4e50475e9b33986246e47614b84.zip | |
cleanup: remove HAVE_SELINUX #10040
We never define HAVE_SELINUX, and no one has asked for it.
So remove the dead code.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.h.in b/config/config.h.in index ef2fea4042..15881c4430 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -29,8 +29,6 @@ #cmakedefine HAVE_NL_MSG_CAT_CNTR #cmakedefine HAVE_PWD_H #cmakedefine HAVE_READLINK -// TODO: add proper cmake check -// #define HAVE_SELINUX 1 #cmakedefine HAVE_SETPGID #cmakedefine HAVE_SETSID #cmakedefine HAVE_SIGACTION |