[QUOTE=timmers;52866]

_CONFIG has been deprecated for PIC18 devices. Use directive CONFIG

1) Forget that !!!

Symbol not previously defined (_BORV_20_2L)

2) you created a new option !!!

Code:
;Configuration Byte 2L Options
_BORV_27_2L       EQU  H'FB' ; BOR Voltage - 2.7v
_BORV_42_2L       EQU  H'F7' ;               4.2v
_BORV_45_2L       EQU  H'F3' ;               4.5v
_BOR_ON_2L        EQU  H'FF' ; Brown-out Reset enabled
_BOR_OFF_2L       EQU  H'FD' ; Brown-out Reset disabled
_PWRT_OFF_2L      EQU  H'FF' ; Power-up Timer disabled
_PWRT_ON_2L       EQU  H'FE' ; Power-up Timer enabled
No real mistakes ...

Alain