Todd C. Miller
|
85598f77b2
|
Use inet_pton() instead of inet_aton() and include a version from
BIND for those without it.
|
2014-02-05 10:00:07 -07:00 |
|
Todd C. Miller
|
fbfe7caba4
|
Need to include limits.h for USHRT_MAX.
|
2014-02-05 09:55:30 -07:00 |
|
Todd C. Miller
|
8f9ce7249a
|
Use strtonum() instead of atoi(), strtol() or strtoul() where possible.
|
2013-12-10 16:23:21 -07:00 |
|
Todd C. Miller
|
99b7351de0
|
Fix some #if vs. #ifdef and remove an extraneous semicolon.
Bug #624; from Daniel Richard G.
|
2013-11-17 16:15:36 -07:00 |
|
Todd C. Miller
|
bf65cc041e
|
Fixes for building under Tru64; from Daniel Richard G.
Bug #624
|
2013-11-17 14:16:13 -07:00 |
|
Todd C. Miller
|
9d9d8e852b
|
Include arpa/inet.h for HP-UX; from Daniel Richard G.
|
2013-11-12 08:53:33 -07:00 |
|
Todd C. Miller
|
98ffa51545
|
Add guards in compat source files. Not really needed since we only
include them in the Makefile if they are needed but should not hurt
either.
|
2013-04-01 10:19:26 -04:00 |
|
Todd C. Miller
|
e7ae9dbba2
|
Include errno.h and missing.h
|
2012-01-06 19:28:08 -05:00 |
|
Todd C. Miller
|
38a4990e4a
|
Add getaddrinfo() for those without it, written by Russ Allbery
|
2011-12-02 17:28:50 -05:00 |
|