00001
00004 #ifndef PAM_H
00005 #define PAM_H
00006
00007
00008 #ifdef __cplusplus
00009 #define CC_P "C"
00010 #include <stdio.h>
00011 #include <string.h>
00012 #include <stdlib.h>
00013 class amiBroker;
00014 #else
00015 #define CC_P
00016 #endif
00017
00018 #ifndef STAFCV_T
00019 typedef long STAFCV_T;
00020 #define STAFCV_BAD 0
00021 #define STAFCV_OK 1
00022 #define STAFCV_ERR 2
00023 #define STAFCV_FATAL 3
00024 #endif
00025 #ifndef TRUE
00026 #define TRUE 1
00027 #endif
00028 #ifndef FALSE
00029 #define FALSE 0
00030 #endif
00031 #ifndef NULL
00032 #define NULL 0
00033 #endif
00034
00035
00036 #include "table_header.h"
00037
00038
00039 #include "StarCallf77.h"
00040
00041 #ifndef EXTERN
00042 #define EXTERN extern
00043 #endif
00044
00045
00046 #endif
00047