Attempting to set configuration bits using PB pro 3 and running version 8.88 MPIDE and trying to work out how to set and use the internal oscillator as follows

#CONFIG
__CONFIG _CONFIG1H, _FOSC_HS_1H
#ENDCONFIG


If I replace HS with either INTOSCIO or INTOSC it fails to compile with:
Error[113] C:\PIC\WORK\RF_REMOTE2.ASM 30 : Symbol not previously defined (_FOSC_INTOSC_1H)

Could someone please advise what probably something simple that I'm missing.

Thanks,

Rob.