16 lines
363 B
C
Executable File
16 lines
363 B
C
Executable File
#ifndef _FLD_OCC_H
|
|
#define _FLD_OCC_H
|
|
|
|
#define OCC_CFPI "CFPI"
|
|
#define OCC_RAGSOC "RAGSOC"
|
|
#define OCC_INDIR "INDIR"
|
|
#define OCC_CIV "CIV"
|
|
#define OCC_STATO "STATO"
|
|
#define OCC_COM "COM"
|
|
#define OCC_CAP "CAP"
|
|
#define OCC_DNASC "DNASC"
|
|
#define OCC_STATONASC "STATONASC"
|
|
#define OCC_COMNASC "COMNASC"
|
|
|
|
#endif
|