#ifndef FEATURES_H
#define FEATURES_H

/*
 * This file is for optional/temporary features. Note that good and
 * non-debug code should NOT be controlled by these macros!
 *
 * Instead they are intended to make substantial and dangerous
 * changes optional until they are tested and can be relied on
 */
#define FEAT_DEBUG_DUMP_BOGUS_STORES	0
#define FEAT_AVOID_REG_STORES		0

#endif



syntax highlighted by Code2HTML, v. 0.9.1