| 4 |
|
*/ |
| 5 |
|
#ifndef _RAD_META_H_ |
| 6 |
|
#define _RAD_META_H_ |
| 7 |
– |
#ifdef __cplusplus |
| 8 |
– |
extern "C" { |
| 9 |
– |
#endif |
| 7 |
|
|
| 8 |
|
#include "copyright.h" |
| 9 |
|
|
| 10 |
|
#include <stdio.h> |
| 11 |
|
#include <stdlib.h> |
| 15 |
– |
|
| 12 |
|
#include <ctype.h> |
| 13 |
|
|
| 14 |
+ |
#include "rterror.h" |
| 15 |
|
|
| 16 |
+ |
#ifdef __cplusplus |
| 17 |
+ |
extern "C" { |
| 18 |
+ |
#endif |
| 19 |
+ |
|
| 20 |
|
#define TRUE 1 |
| 21 |
|
#define FALSE 0 |
| 22 |
|
|
| 53 |
|
#define SPAT1 05 /* set pattern 1 */ |
| 54 |
|
#define SPAT2 06 /* set pattern 2 */ |
| 55 |
|
#define SPAT3 07 /* set pattern 3 */ |
| 55 |
– |
|
| 56 |
– |
#define SYSTEM 0 /* system error, internal, fatal */ |
| 57 |
– |
#define USER 1 /* user error, fatal */ |
| 58 |
– |
#define WARNING 2 /* user error, not fatal */ |
| 56 |
|
|
| 57 |
|
#ifdef UNIX |
| 58 |
|
#define TDIR "/tmp/" /* directory for temporary files */ |