Pick your brain on wp-config.php if statement for multisite

Your best bet would be to match $_SERVER[‘HTTP_HOST’] variable against desired host. Unfortunately wordpress init WP_DEBUG constant before multisite functions are loaded.