HOSTNAME_MAX: Moved to curl_gethostname.h
authorSteve Holme <steve_holme@hotmail.com>
Sun, 25 Sep 2011 21:58:47 +0000 (23:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Sep 2011 21:58:47 +0000 (23:58 +0200)
commit38b5744266f805f3dd6d9486ba323f99ab420d52
treed3d78ef21669bd010d0abf00a616b482d11410fc
parentbc28a35dbc9f449590b3003013715f40d0f0b895
HOSTNAME_MAX: Moved to curl_gethostname.h

Moved HOSTNAME_MAX #define into curl_gethostname.h rather than being
locally defined in curl_gethostname.c, curl_ntlm_msgs.c and smtp.c.
lib/curl_gethostname.c
lib/curl_gethostname.h
lib/curl_ntlm_msgs.c