- 1
- 2
- 3
- 4
- 5
- 6
- 7
/* The DNS spec is officially case-insensitive, but for those times when you
*really* wanna see any and all discrepancies, by all means define this. */
#ifdef ANAL
if (strcmp (poop->name, hp->h_name) != 0) { /* case-sensitive */
#else
if (strcasecmp (poop->name, hp->h_name) != 0) { /* normal */
#endif
Мсье знает толк в goatse...
а что это вообще? DNS клиент?
А какой пафосный, был!.. Ммм... Настоящий мустанг.