Refactor: libcrmcommon: Improve crm_ipc_flags enum.
- Move comments up to the lines above each member so they don't run on forever.
- Use UINT32_C() and shifts instead of the value itself.
- Get rid of the INDENT-OFF/ON comments that we don't use anymore.