X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_hashtable.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_hashtable.h;h=0000000000000000000000000000000000000000;hb=68cde3a340e6684e7f43bb2889d8625f8a4608a4;hp=e4645f33af4cd489aeefb3ec2ea23240dbc0720e;hpb=aea9d17572b7fa5f8e05aae6639a3deff4f79aaf;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_hashtable.h b/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_hashtable.h deleted file mode 100644 index e4645f33..00000000 --- a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_hashtable.h +++ /dev/null @@ -1,51 +0,0 @@ -/** - * \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 */ - - -