30 lines
1.1 KiB
C
30 lines
1.1 KiB
C
|
#ifndef __LVRCONSPLAN_H
|
||
|
#define __LVRCONSPLAN_H
|
||
|
|
||
|
#define LVRCONSPLAN_CODPLAN "CODPLAN"
|
||
|
#define LVRCONSPLAN_CODRIGA "CODRIGA"
|
||
|
#define LVRCONSPLAN_DTCONS "DTCONS"
|
||
|
#define LVRCONSPLAN_CODITI "CODITI"
|
||
|
#define LVRCONSPLAN_ORDFER "ORDFER"
|
||
|
#define LVRCONSPLAN_ORARPRV "ORARPRV"
|
||
|
#define LVRCONSPLAN_CODCF "CODCF"
|
||
|
#define LVRCONSPLAN_CODCONT "CODCONT"
|
||
|
#define LVRCONSPLAN_GGCONS "GGCONS"
|
||
|
#define LVRCONSPLAN_MODPASS "MODPASS"
|
||
|
#define LVRCONSPLAN_CODAUT "CODAUT"
|
||
|
#define LVRCONSPLAN_CODMEZ "CODMEZ"
|
||
|
#define LVRCONSPLAN_PROVV "PROVV"
|
||
|
#define LVRCONSPLAN_ANNO "ANNO"
|
||
|
#define LVRCONSPLAN_CODNUM "CODNUM"
|
||
|
#define LVRCONSPLAN_NDOC "NDOC"
|
||
|
#define LVRCONSPLAN_CODPLANOR "CODPLANOR"
|
||
|
#define LVRCONSPLAN_FREQ "FREQ"
|
||
|
#define LVRCONSPLAN_CONSSTD "CONSSTD"
|
||
|
#define LVRCONSPLAN_PERSOSP "PERSOSP"
|
||
|
#define LVRCONSPLAN_PERSOSPVAR "PERSOSPVAR"
|
||
|
#define LVRCONSPLAN_UTULAGG "UTULAGG"
|
||
|
#define LVRCONSPLAN_DTULAGG "DTULAGG"
|
||
|
#define LVRCONSPLAN_ORULAGG "ORULAGG"
|
||
|
|
||
|
#endif
|