853cd8397c
per cfven ed indsp. git-svn-id: svn://10.65.10.50/trunk@266 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
454 B
C
Executable File
21 lines
454 B
C
Executable File
#ifndef __INDSP_H
|
|
#define __INDSP_H
|
|
|
|
#define IND_TIPOCF "TIPOCF"
|
|
#define IND_CODCF "CODCF"
|
|
#define IND_CODIND "CODIND"
|
|
#define IND_RAGSOC "RAGSOC"
|
|
#define IND_INDIR "INDIR"
|
|
#define IND_CIV "CIV"
|
|
#define IND_LOCALITA "LOCALITA"
|
|
#define IND_CAP "CAP"
|
|
#define IND_STATO "STATO"
|
|
#define IND_COM "COM"
|
|
#define IND_PTEL "PTEL"
|
|
#define IND_TEL "TEL"
|
|
#define IND_PFAX "PFAX"
|
|
#define IND_FAX "FAX"
|
|
#define IND_IVARID "IVARID"
|
|
|
|
#endif
|