Refactor: crmd,libcrmcommon,tools: rename "infinity" constants
INFINITY can conflict with the math.h declaration, so deprecate it in favor of
the new name CRM_SCORE_INFINITY.
For consistency, also prefix string constants with CRM_, and get rid of the
unnecessary node_score_infinity global.