Files correlati : Ricompilazione Demo : [ ] Commento : Riportate le modifiche dalla versione 2.1 222 Si puo cominciare a fare il primo CD git-svn-id: svn://10.65.10.50/trunk@12708 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
706 B
C
Executable File
27 lines
706 B
C
Executable File
#ifndef __COMUNI_H
|
|
#define __COMUNI_H
|
|
|
|
#define COM_STATO "STATO"
|
|
#define COM_COM "COM"
|
|
#define COM_DENCOM "DENCOM"
|
|
#define COM_PROVCOM "PROVCOM"
|
|
#define COM_CAPCOM "CAPCOM"
|
|
#define COM_CODISTAT "CODISTAT"
|
|
#define COM_UFFIIDD1 "UFFIIDD1"
|
|
#define COM_UFFIIDD2 "UFFIIDD2"
|
|
#define COM_UFFIIDD3 "UFFIIDD3"
|
|
#define COM_UFFIVA1 "UFFIVA1"
|
|
#define COM_UFFIVA2 "UFFIVA2"
|
|
#define COM_UFFIVA3 "UFFIVA3"
|
|
#define COM_UFFREG "UFFREG"
|
|
#define COM_UFFCONC "UFFCONC"
|
|
#define COM_UFFCSERV "UFFCSERV"
|
|
#define COM_UFFESPROV "UFFESPROV"
|
|
#define COM_UFFESCOM "UFFESCOM"
|
|
#define COM_ALIQICI "ALIQICI"
|
|
#define COM_TERRMON "TERRMON"
|
|
#define COM_CODREG "CODREG"
|
|
|
|
#endif
|
|
|