check_procs: Get rid of HAVE_PROC_PID_EXE
commit0f686d436e5e18d6f40fecc01128d3f383439b35
authorSebastian Schmidt <sschmidt@interhyp.de>
Sun, 18 Aug 2013 10:42:11 +0000 (18 12:42 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 18 Aug 2013 10:59:57 +0000 (18 12:59 +0200)
tree216818d27e1a65ad92c374dd0df7d9518161a913
parentd5677d9b42562b429218dd9436efd5f0e79d7929
check_procs: Get rid of HAVE_PROC_PID_EXE

Don't check for /proc/pid/exe at compile time, it could be gone in a
build chroot or the like. Checking at runtime (once) is sufficient.
configure.in
plugins/check_procs.c