108#define FACTORY_RESET_IP 0 /* This is the IP use when device receive a device factory reset : this ip must be form as a DWORD */
109/* (nb: for exemple, on vxworks, this constante can be set to inet_addr(0.0.0.0) ) */
110
111#define FACTORY_RESET_SUBNETMASK 0 /* This is the sub net mask use when device receive a device factory reset : this sub net mask must be form as a DWORD */
112/* (nb: for exemple, on vxworks, this constante can be set to inet_addr(0.0.0.0) ) */
113
114#define FACTORY_RESET_GATEWAY 0 /* This is the Mask used when device receive a dcp factory reset : this gateway must be form as a DWORD*/
115/* (nb: for exemple, on vxworks, this constante can be set to inet_addr(0.0.0.0) ) */
116
117#define FACTORY_RESET_NAME "" /* This is the name used when device receive a device factory reset */
118
119
120/* FUNCTIONNAL COMPILATION CONSTANTS */
121#define RECORD_INTERNAL
122#define RECORD_INTERNAL_IM /* sub definition of RECORD_INTERNAL: this one allow stack to answer I&M0 record with default values (from define) */
123#define RECORD_INTERNAL_INTERFACE /* sub definition of RECORD_INTERNAL: this one allow stack to answer interface record with default values (from LLDP and define) */
124#define RECORD_INTERNAL_IO /* sub definition of RECORD_INTERNAL: this one allow stack to answer Input/Output record with default values (from PPM and CPM) */