(ma non erano tutti questi. Boh.) git-svn-id: svn://10.65.10.50/trunk@264 c028cbd2-c16b-5b4b-a496-9718f37d4682
15 lines
272 B
C
Executable File
15 lines
272 B
C
Executable File
|
|
#ifndef __ANAFIS_H
|
|
#define __ANAFIS_H
|
|
|
|
#define ANF_CODANAGR "CODANAGR"
|
|
#define ANF_DATANASC "DATANASC"
|
|
#define ANF_SESSO "SESSO"
|
|
#define ANF_STATONASC "STATONASC"
|
|
#define ANF_COMNASC "COMNASC"
|
|
#define ANF_COMRES "COMRES"
|
|
#define ANF_TIPOA "TIPOA"
|
|
|
|
#endif
|
|
|