1995-11-27 08:39:47 +00:00
|
|
|
#ifndef __SC2100A_H
|
|
|
|
#define __SC2100A_H
|
|
|
|
|
1999-05-24 13:34:11 +00:00
|
|
|
#define F_CODDITTA 101
|
|
|
|
#define F_RAGSOC 102
|
|
|
|
#define F_CODPROF 103
|
|
|
|
#define F_LINPROF 104
|
|
|
|
#define F_DESPROF 105
|
2011-02-16 14:40:57 +00:00
|
|
|
#define F_NC_SCAD 106
|
1999-05-24 13:34:11 +00:00
|
|
|
#define F_DATALIMOP 110
|
|
|
|
#define F_DATALIMSC 111
|
|
|
|
#define F_GIORISCH 112
|
|
|
|
#define F_STAMPCHIU 113
|
|
|
|
#define F_DATACHIU 114
|
|
|
|
#define F_LUOGOSEND 115
|
|
|
|
#define F_DATASEND 116
|
|
|
|
#define F_CLIFO 117
|
|
|
|
#define F_STAMPSALDO 118
|
2002-02-26 16:20:19 +00:00
|
|
|
#define F_ULTIMOEC 119
|
|
|
|
#define F_GROUPAGENT 120
|
|
|
|
#define F_FROM_AGENT 121
|
|
|
|
#define F_FROM_AGENT_D 122
|
|
|
|
#define F_TO_AGENT 123
|
|
|
|
#define F_TO_AGENT_D 124
|
1999-07-16 14:59:11 +00:00
|
|
|
|
1996-04-12 08:23:03 +00:00
|
|
|
// basename of profile
|
1995-11-14 10:28:43 +00:00
|
|
|
#define BASE_EC_PROFILE "PEC"
|
1996-04-12 08:23:03 +00:00
|
|
|
|
|
|
|
#endif
|