which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@3808 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
218 B
C
Executable File
12 lines
218 B
C
Executable File
#ifndef __CES_H
|
|
#define __CES_H
|
|
|
|
#define CES_NPROGTR "NPROGTR"
|
|
#define CES_NRIGA "NRIGA"
|
|
#define CES_RAGSOC "RAGSOC"
|
|
#define CES_LOCALITA "LOCALITA"
|
|
#define CES_STATO "STATO"
|
|
#define CES_COM "COM"
|
|
|
|
#endif
|