aboutsummaryrefslogtreecommitdiff
path: root/gdb/29k-share/udi/udiphcfg.h
blob: 6b00deed8b93178ff0f5168291fd17aee7bead89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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.
 */

#ifdef DOS_IPC
#include "udiphdos.h"
#else
/*#ifdef BSD_IPC */
#include "udiphunix.h"
#endif