I recommend adding the flag to each plugin that uses it instead of modifying amxconst.inc. This way when others try to compile your plugin on their machine they will get no compile errors for undefined symbol.
PHP Code:
const ADMIN_TEST = (1<<26);
__________________