(INADDR_LOOPBACK): add fallback definition

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7543 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-05 13:25:40 +00:00
parent e7dc9ac29e
commit 66aca518b5

View File

@@ -40,6 +40,10 @@
#define INADDR_NONE 0xffffffff
#endif
#ifndef INADDR_LOOPBACK
#define INADDR_LOOPBACK 0x7f000001
#endif
#ifndef SOMAXCONN
#define SOMAXCONN 5
#endif