Add wizard mark. Add configuration file. Move some conf to its file.
[bertos.git] / bertos / struct / hashtable.c
index 6f5471dd7fb7680be18e09529033eda7a98d9497..5e4ee652076a69ae581736a147beb3e250b24735 100644 (file)
  *        the common case (external keys) both can be used.</li>
  *    </ul>
  *
- * \version $Id$
  * \author Giovanni Bajo <rasky@develer.com>
  */
 
 #include "hashtable.h"
+
+#include "cfg/cfg_hashtable.h"
 #include <cfg/debug.h>
 #include <cfg/compiler.h>
 #include <cfg/macros.h> //ROTL(), ROTR();