AD_RON along with the following are all predefined constants for use with the ADIN command. There are others as well but they have similar meanings and are listed in the manual.
The third argument for the ADIN command is the ADSetup value. If you look at the datasheet for the 16F876 or 877 you will see what the ADSetup register bits mean and how they correlate to the above constants.
For example the conatants that start with AD_R mean the 10bit A/D value will be right justified inside the 16bit return value. Those that start with AD_L will cause the 10biot data to be left justified within the 16bit return value. Those with ON in them just mean the AD pins are used as normal AD. Those with POS or NEG mean the positive or negative VRef will be enabled as well.