StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PAM.h
Go to the documentation of this file.
1 
4 #ifndef PAM_H
5 #define PAM_H
6 /* -------------- emlLib.h --------------------------*/
7 /*#include "emlLib.h" */
8 #ifdef __cplusplus
9 #define CC_P "C"
10 #include <stdio.h>
11 #include <string.h>
12 #include <stdlib.h>
13 class amiBroker;
14 #else
15 #define CC_P
16 #endif
17 /*- STAFCV - STAF Condition Value -*/
18 #ifndef STAFCV_T
19 typedef long STAFCV_T;
20 #define STAFCV_BAD 0
21 #define STAFCV_OK 1
22 #define STAFCV_ERR 2
23 #define STAFCV_FATAL 3
24 #endif /*STAFCV_T*/
25 #ifndef TRUE
26 #define TRUE 1
27 #endif
28 #ifndef FALSE
29 #define FALSE 0
30 #endif
31 #ifndef NULL
32 #define NULL 0
33 #endif
34 /*-------------------------------------------- GLOBALS --*/
35 /*#include "idl_types.h"*/
36 #include "table_header.h"
37 /*#include "amiLib.h" */
38 
39 #include "StarCallf77.h"
40 
41 #ifndef EXTERN
42 #define EXTERN extern
43 #endif
44 
45 
46 #endif /*PAM_H*/
47