Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4074 → Rev 4075

/branches/network/uspace/srv/net/configuration.h
45,7 → 45,7
* The NET_SELF_TEST has to be activated.
* @see measured_strings.h
*/
#define NET_SELF_TEST_MEASURED_STRINGS 1
#define NET_SELF_TEST_MEASURED_STRINGS 0
 
/** Activate the char map self test.
* The NET_SELF_TEST has to be activated.
71,6 → 71,12
*/
#define NET_SELF_TEST_GENERIC_CHAR_MAP 0
 
/** Activate the CRC computation self test.
* The NET_SELF_TEST has to be activated.
* @see crc.h
*/
#define NET_SELF_TEST_CRC 0
 
#endif
 
/** @}