30 lines
764 B
C
Executable File
30 lines
764 B
C
Executable File
#ifndef __UNLOC_H
|
|
#define __UNLOC_H
|
|
|
|
#define ULC_CODDITTA "CODDITTA"
|
|
#define ULC_CODULC "CODULC"
|
|
#define ULC_COMULC "COMULC"
|
|
#define ULC_INDULC "INDULC"
|
|
#define ULC_CAPULC "CAPULC"
|
|
#define ULC_CIVULC "CIVULC"
|
|
#define ULC_NUMCCIAA "NUMCCIAA"
|
|
#define ULC_COMCCIAA "COMCCIAA"
|
|
#define ULC_NUMMECC "NUMMEC"
|
|
#define ULC_DATAICCIAA "DATAICCIAA"
|
|
#define ULC_DATAVCCIAA "DATAVCCIAA"
|
|
#define ULC_NUMREC "NUMREC"
|
|
#define ULC_AUTCOM "AUTCOM"
|
|
#define ULC_AUTPS "AUTPS"
|
|
#define ULC_ALTAUT "ALTAUT"
|
|
#define ULC_POSINPS "POSINPS"
|
|
#define ULC_POSINAIL "POSINAIL"
|
|
#define ULC_REGTRIB "REGTRIB"
|
|
#define ULC_VOLTRIB "VOLTRIB"
|
|
#define ULC_FASCTRIB "FASCTRIB"
|
|
#define ULC_COMTRIB "COMTRIB"
|
|
#define ULC_CAPTRIB "CAPTRIB"
|
|
#define ULC_MQULC "MQULC"
|
|
#define ULC_MQULCMAG "MQULCMAG"
|
|
|
|
#endif
|