bootloader modification

hello

i would like to activate a button in bootloader. now there is comment out : if(bit_is_set(BL_PIN,BL)) app_start();

can anyone tell me please the right definitions for BL_PIN and BL? i use PORTB0 as input, but didn't find the right constants...

thanks