优化源码配置宏位置,方便个性化编译

This commit is contained in:
2025-12-16 09:13:30 +08:00
parent 08589dfe79
commit cd75b098f5
9 changed files with 62 additions and 36 deletions

15
c/config.h Normal file
View File

@ -0,0 +1,15 @@
#ifndef SEVERCONFG
#define SEVERCONFG
#define MAX_LOG 256
#define TEM_MAX_BUF 256
#define TEM_HISTORY_BUF 210
#define TEM_PROMPT "chatbot$$ "
#define NET_MAX_POOL 10
#define NET_MAX_MESSAGE_BUF 1024
#define INTER_MAX_BUF 256
#endif