Return to ca.h CVS log | Up to [local] / OpenXM_contrib2 / asir2000 / include |
version 1.1.1.1, 1999/12/03 07:39:11 | version 1.2, 2000/02/08 04:47:10 | ||
---|---|---|---|
|
|
||
/* $OpenXM: OpenXM/src/asir99/include/ca.h,v 1.1.1.1 1999/11/10 08:12:30 noro Exp $ */ | /* $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.1.1.1 1999/12/03 07:39:11 noro Exp $ */ | ||
#include <stdio.h> | #include <stdio.h> | ||
#if defined(hpux) | #if defined(hpux) | ||
|
|
||
#if 0 | #if 0 | ||
#include <sys/types.h> | #include <sys/types.h> | ||
typedef caddr_t pointer; | typedef caddr_t pointer; | ||
#endif | |||
#ifndef PARI | |||
/* for THINK C ... */ | |||
#define PARI 1 | |||
#endif | #endif | ||
typedef void * pointer; | typedef void * pointer; |