1/* We do not want to output SDB debugging information.  */
2
3#undef SDB_DEBUGGING_INFO
4
5/* We want to output DBX debugging information.  */
6
7#define DBX_DEBUGGING_INFO 1
8