17 lines
505 B
C
17 lines
505 B
C
|
#ifndef __LVCONSPLAN_H
|
||
|
#define __LVCONSPLAN_H
|
||
|
|
||
|
#define LVCONSPLAN_IDPLAN "IDPLAN"
|
||
|
#define LVCONSPLAN_DTCONS "DTCONS"
|
||
|
#define LVCONSPLAN_GIOCONS "GIOCONS"
|
||
|
#define LVCONSPLAN_CODAUT "CODAUT"
|
||
|
#define LVCONSPLAN_CODMEZ "CODMEZ"
|
||
|
#define LVCONSPLAN_CODITI "CODITI"
|
||
|
#define LVCONSPLAN_DTCREAZ "DTCREAZ"
|
||
|
#define LVCONSPLAN_ORCREAZ "ORCREAZ"
|
||
|
#define LVCONSPLAN_UTCREAZ "UTCREAZ"
|
||
|
#define LVCONSPLAN_DTULAGG "DTULAGG"
|
||
|
#define LVCONSPLAN_ORULAGG "ORULAGG"
|
||
|
#define LVCONSPLAN_UTULAGG "UTULAGG"
|
||
|
|
||
|
#endif
|