comparison src/sysproc.h @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents d44af0c54775
children c5d627a313b1
comparison
equal deleted inserted replaced
256:19076a51efde 257:65c19d2020f7
41 #include <net/errno.h> 41 #include <net/errno.h>
42 #endif /* NEED_NET_ERRNO_H */ 42 #endif /* NEED_NET_ERRNO_H */
43 #elif defined (SKTPAIR) 43 #elif defined (SKTPAIR)
44 # include <sys/socket.h> 44 # include <sys/socket.h>
45 #endif /* HAVE_SOCKETS */ 45 #endif /* HAVE_SOCKETS */
46
47 /* TERM is a poor-man's SLIP, used on Linux. */
48 #ifdef HAVE_TERM
49 # include <client.h>
50 #endif
51 46
52 /* On some systems, e.g. DGUX, inet_addr returns a 'struct in_addr'. */ 47 /* On some systems, e.g. DGUX, inet_addr returns a 'struct in_addr'. */
53 #ifdef HAVE_BROKEN_INET_ADDR 48 #ifdef HAVE_BROKEN_INET_ADDR
54 # define IN_ADDR struct in_addr 49 # define IN_ADDR struct in_addr
55 # define NUMERIC_ADDR_ERROR (numeric_addr.s_addr == -1) 50 # define NUMERIC_ADDR_ERROR (numeric_addr.s_addr == -1)