libcall: remove libcall ifdefs

Remove all the legacy code that related to mch_libcall in some way.
os_libcall is implemented on top of libuv now.
This commit is contained in:
Nicolas Hillegeer
2014-06-04 15:03:29 +02:00
committed by Justin M. Keyes
parent bbb649ac69
commit 8c51804d52
4 changed files with 0 additions and 13 deletions

View File

@@ -70,11 +70,6 @@
# include <termios.h>
#endif
/* shared library access */
#if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN)
# include <dlfcn.h>
#endif
#ifdef HAVE_SELINUX
# include <selinux/selinux.h>
static int selinux_enabled = -1;