home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3296
/
confvmunix.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
|
1991-05-07
|
300 b
|
27 lines
#ifndef CONF_VMUNIX_H
#define CONF_VMUNIX_H
#ifndef VMUNIX
#ifdef __hpux
#define VMUNIX "/hp-ux"
#endif
#endif
#ifndef VMUNIX
#ifdef DYNIX
#define VMUNIX "/dynix"
#endif
#endif
#ifndef VMUNIX
#ifdef ZS
#define VMUNIX "/zsunix"
#endif
#endif
#ifndef VMUNIX
#define VMUNIX "/vmunix"
#endif
#endif