Remove unused flag, fix header guard

This commit is contained in:
Andrew Morris
2025-01-28 18:18:19 +11:00
parent 124c76222d
commit ff57a8f1bb

View File

@@ -1,5 +1,5 @@
#ifndef __CMPC_CONFIG
#define __CMPC_CONFIG
#ifndef CMPC_CONFIG
#define CMPC_CONFIG
const static int abit_block_size = 1024;
const static int fpre_threads = 1;
#define LOCALHOST
@@ -15,5 +15,4 @@ const static char *IP[] = {""
, "127.0.0.1"
, "127.0.0.1"};
const static bool lan_network = false;
#endif// __C2PC_CONFIG
#endif // CMPC_CONFIG