moved INADDR_NONE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1124 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-12-16 22:55:39 +00:00
parent 569fd109a4
commit 6ab66e6b75
2 changed files with 8 additions and 0 deletions

View File

@@ -210,6 +210,10 @@ void inaddr2str(struct in_addr addr, char *s, size_t len);
void mini_inetd (int port);
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
#ifndef SOMAXCONN
#define SOMAXCONN 5
#endif