Skip to content
client_defs.h 377 B
Newer Older
Nicolas Metts's avatar
Nicolas Metts committed
#ifndef DEFINITIONS_H_
#define DEFINITIONS_H_

#define CL_SECTION      "CL"

#define INI_LOCAL_PORT  "LOCAL_PORT"
#define INI_LOCAL_IP    "LOCAL_IP"
#define INI_REMOTE_PORT "REMOTE_PORT"
#define INI_REMOTE_IP   "REMOTE_IP"

#define INI_SND_STATE   "SEND_STATE"
#define INI_SND_DETAIL  "SEND_DETAIL"

#define INI_SHOW_MENU   "SHOW_MENU"

#define INI_

#endif // DEFINITIONS_H_