1 2 3 4 5 6 7
#ifndef EXT_NOTIFY_LIMITS_H #define EXT_NOTIFY_LIMITS_H #define EXT_NOTIFY_MAX_RECIPIENTS 8 #define EXT_NOTIFY_MAX_MESSAGE 256 #endif