Files
MP-SPDZ/Processor/config.h
2019-06-07 15:26:28 +10:00

14 lines
174 B
C

/*
* config.h
*
*/
#ifndef PROCESSOR_CONFIG_H_
#define PROCESSOR_CONFIG_H_
#ifdef REPLICATED
#error REPLICATED flag is obsolete
#endif
#endif /* PROCESSOR_CONFIG_H_ */