home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / utils / amd-udi / udi / udiphcfg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-23  |  266 b   |  17 lines

  1. /* This file just picks the correct udiphxxx.h depending on the host */
  2. /* The two hosts that are now defined are SUN and MSDOS */
  3.  
  4. #ifdef __hpux
  5. #include "udiphsun.h"
  6. #endif
  7.  
  8. #ifdef sun
  9. #include "udiphsun.h"
  10. #else
  11.  
  12. #ifdef MSDOS
  13. #include "udiphdos.h"
  14. #endif
  15. #endif
  16.  
  17.