12 lines
285 B
C
12 lines
285 B
C
#ifndef __INC_SERVICE_H__
|
|
#define __INC_SERVICE_H__
|
|
|
|
#define ENABLE_AUTODETECT_INTERNAL_IP
|
|
#define ENABLE_PROXY_IP
|
|
#define ENABLE_PORT_SECURITY
|
|
#define _IMPROVED_PACKET_ENCRYPTION_ // 패킷 암호화 개선
|
|
//#define __AUCTION__
|
|
#define __PET_SYSTEM__
|
|
#define __UDP_BLOCK__
|
|
#endif
|