/** * \file * * * \brief Configuration file for hashtable module. * * \author Daniele Basile */ #ifndef CFG_HASHTABLE_H #define CFG_HASHTABLE_H /** * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ #define CONFIG_HT_OPTIONAL_INTERNAL_KEY 1 #endif /* CFG_HASHTABLE_H */