mirror of
https://github.com/privacy-scaling-explorations/emp-wasm.git
synced 2026-01-10 02:27:55 -05:00
Remove unused flag, fix header guard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user