1994-08-12 10:52:49 +00:00
|
|
|
#ifndef __CG0300_H
|
|
|
|
#define __CG0300_H
|
|
|
|
|
|
|
|
#define TCLI "C"
|
|
|
|
|
|
|
|
#define N_CODDITTA "CODDITTA"
|
|
|
|
#define N_CODATTPREV "CODATTPREV"
|
|
|
|
#define N_CODATT "CODATT"
|
|
|
|
#define N_CODCF "CODCF"
|
|
|
|
|
|
|
|
#define F_ANNO 101
|
1994-12-29 14:49:03 +00:00
|
|
|
#define F_CODATT 102
|
|
|
|
#define F_TIPOCF 103
|
|
|
|
#define F_CODCF 104
|
|
|
|
#define F_IMMESSO 105
|
|
|
|
#define F_IMPESC 106
|
|
|
|
#define F_IVAESC 107
|
|
|
|
#define F_NIESC 108
|
|
|
|
#define F_E8ESC 109
|
|
|
|
#define F_NDOCESC 110
|
|
|
|
#define F_IMPESP 111
|
|
|
|
#define F_IVAESP 112
|
|
|
|
#define F_NIESP 113
|
|
|
|
#define F_E8ESP 114
|
|
|
|
#define F_NDOCESP 115
|
|
|
|
#define F_PROG101102 116
|
1994-08-12 10:52:49 +00:00
|
|
|
#define F_CODDITTA 117
|
|
|
|
#define F_RAGSOC 118
|
|
|
|
#define F_COFI 119
|
|
|
|
#define F_PAIV 120
|
|
|
|
#define F_TOTALE 121
|
|
|
|
#define F_TOTALE1 122
|
|
|
|
#define F_TOTALE2 123
|
|
|
|
#define F_TOTALE3 124
|
|
|
|
#define F_TOTALE4 125
|
|
|
|
#define F_TOTALE5 126
|
|
|
|
#define F_TOTALE6 127
|
|
|
|
#define F_PROMPT 128
|
|
|
|
#define F_RAGSOC_D 129
|
|
|
|
#define F_DENATT 130
|
1994-12-29 14:49:03 +00:00
|
|
|
#define F_CODATTH 131
|
|
|
|
#define F_CODCFH 132
|
1994-08-12 10:52:49 +00:00
|
|
|
|
1994-12-29 14:49:03 +00:00
|
|
|
#endif // __CG0300_H
|