Define Variables for Host Types 
Use
The header file cpic.h is host-independent. So that the target-host-specific parameter type is used, you must specify the host type before including the header file.
You can specify the host type in one of two ways:
(see
Features
Supported host systems:
Define variable |
Host |
SAPonBULLDPX2 |
BULL DPX/2 300 with B.O.S. |
SAPonMIPS |
DEC Station 3100 with ULTRIX |
|
Magnum3000 with RISC BOS | |
SAPonHP_UX |
HP/9000-400 with HP-UX |
|
HP/9000 (PA-RISC) with HP-UX | |
SAPonRS6000 |
IBM RS6000 AIX |
SAPonAS400 |
AS/400 with OS/400 |
SAPonMVS |
IMS with MVS |
SAPonOS2_2x |
PS/2 with OS/2 |
SAPonMX3I |
MX 300 (INTEL) with SINIX V5.4 in System V mode |
SAPonMX3N |
MX 300 with SINIX V5.2 in System V mode |
SAPonMX5I |
MX 500 (INTEL) with SINIX V5.4 in System V mode |
SAPonRM600 |
RM600 (MIPS) with SINIX V5.4 in System V mode |
SAPonWX2I |
WX 200 with SINIX Open Desktop V1.0 |
SAPonBS2 |
BS2000 |
SAPonVMS |
OpenVMS |

HP/9000-400 with HP-UX:
#define SAPonHP-UX 1
...
#define SOCK 1
#include "cpic.h"
...
main(..)
..