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

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

View File

@ -1,10 +1,10 @@
#ifndef LOG
#define LOG
#include "config.h"
#include <semaphore.h>
#include <pthread.h>
#define MAX_LOG 256
typedef struct logs
{