Hello Paul Hoffmeyer:
If you are debugging then be aware that some interface debugger scripts disable the Watchdog when connecting, before letting the MCU run anything in your code. Try running the code in standalone mode (no debugger) and see if the watchdog is enabled AFTER a reset. Also if you have a different debug interface at hand (e.g. Universal Multilink) try with that one.
Finally, I guess it is not your case, but if you had a bootloader then the watchdog should not be disabled in the bootloader if the application is supposed to use it.
Regards!
Jorge Gonzalez