aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-05-21 11:15:10 +0200
committerGitHub <noreply@github.com>2019-05-21 11:15:10 +0200
commit1de77bbcec8ea4e50475e9b33986246e47614b84 (patch)
tree7dbdb40a561e7f894a07654250512373ef567080 /config
parentca1ce590257c35426aeeaac349317d2cb163cd2e (diff)
downloadrneovim-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.in2
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