10 lines
216 B
C
10 lines
216 B
C
|
#ifndef PERF_H
|
||
|
#define PERF_H
|
||
|
|
||
|
/* This header file defines all performance-related constants and macros. */
|
||
|
|
||
|
/* Enable copy-on-write optimization for safecopy. */
|
||
|
#define PERF_USE_COW_SAFECOPY 0
|
||
|
|
||
|
#endif /* PERF_H */
|