Missing constants (A9,A10,A11,DAC0,DAC1) using Arduino Due

I made the switch from arduino-1.5.2 to 1.6.5-r2 and found that some constants seem to be missing, such as A9, A10, A11, DAC0, and DAC1.

I tried to find any .h file defining for instance DAC0, but couldn't find any. In the old version, there was a hardware/arduino/sam/variants/arduino_due_x/variant.h file defining those constants, but there is no sam subdir present any longer.

Compilation was done after selecting tools->board->Arduino Duemilanove or Diecimila, so compiling for the wrong board shouldn't be the issue.

Attached is a simple test sketch demonstrating the selected board, used pin definition header file, and compiler output.

Does anyone know how to get back these constant definitions or is there something I'm just doing completely wrong?

SimpleTestDacChannels.ino (2.16 KB)