Refactor: libcrmcommon: Guard function bodies in procfs.c.
If we don't have HAVE_LINUX_PROCFS, skip compiling the function bodies.
We should instead return some lame default. Additionally, we can skip
compiling pcmk__procfs_process_info entirely since it's an internal
function only called by other functions inside that guard.
Ref T385