![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "lwip/opt.h"
Go to the source code of this file.
Macros | |
#define | NETBIOS_STRCMP(str1, str2) strcmp(str1, str2) |
#define NETBIOS_STRCMP | ( | str1, | |
str2 | |||
) | strcmp(str1, str2) |
Since there's no standard function for case-insensitive string comparision, we need another define here: define this to stricmp() for windows or strcasecmp() for linux. If not defined, comparision is case sensitive and the provided hostname must be uppercase.
Definition at line 39 of file netbiosns_opts.h.