- 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
bormand 17.02.2015 07:44 # +9
Мсье знает толк в goatse...
guest 17.02.2015 10:38 # +1
Lokich 17.02.2015 23:03 # 0
а что это вообще? DNS клиент?
bormand 17.02.2015 23:33 # 0
guest 17.02.2015 10:50 # −1
А какой пафосный, был!.. Ммм... Настоящий мустанг.
absolut 17.02.2015 19:31 # +3
bormand 17.02.2015 19:54 # +3
roman-kashitsyn 17.02.2015 20:07 # +3
kegdan 17.02.2015 20:21 # 0