CONFFLAG_NO_AUDIO_UNTIL_UP = (1 << 31), }; /* !If set play an intro announcement at start of conference */ #define CONFFLAG_INTROMSG ((uint64_t)1 << 32) Why is the CONFFLAG_INTROMSG declared separately from the other CONFFLAGs? If I add a new CONFFLAG, do I need to move this to another value? /O