I'm getting the impression that I need the following things for my 16F88

Code:
ADCON1.7 = 1
or

Code:
DEFINE ADC_BITS 10
Do I need both of these if I only want my A/D to be 8 bits? (IE: ADC_BITS 8)