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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-23
|
266 b
|
17 lines
/* This file just picks the correct udiphxxx.h depending on the host */
/* The two hosts that are now defined are SUN and MSDOS */
#ifdef __hpux
#include "udiphsun.h"
#endif
#ifdef sun
#include "udiphsun.h"
#else
#ifdef MSDOS
#include "udiphdos.h"
#endif
#endif