mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-08 05:03:59 -05:00
14 lines
174 B
C
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_ */
|