old-cross-binutils/gdb/29k-share/udi/udiphcfg.h

16 lines
361 B
C
Raw Normal View History

/* This file just picks the correct udiphxxx.h depending on the host */
/* The two hosts that are now defined are UNIX and MSDOS */
/*
* For the moment, we will default to BSD_IPC; this might change if/when
* another type of IPC (Mach? SysV?) is implemented.
*/
1993-01-06 10:30:22 +00:00
#ifdef DOS_IPC
#include "udiphdos.h"
#else
/*#ifdef BSD_IPC */
#include "udiphunix.h"
#endif