mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Patches from Kienenberger, Yamato, Frith-MacDonald.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6341c9181
commit
38bdebb9a8
28 changed files with 668 additions and 31541 deletions
|
@ -78,6 +78,11 @@
|
|||
* the include file.
|
||||
*/
|
||||
|
||||
/* For IRIX machines, which don't define this */
|
||||
#ifndef IPPORT_USERRESERVED
|
||||
#define IPPORT_USERRESERVED 5000
|
||||
#endif /* IPPORT_USERRESERVED */
|
||||
|
||||
#define QUEBACKLOG (16) /* How many coonections to queue. */
|
||||
#define MAX_IFACE (256) /* How many network interfaces. */
|
||||
#define IASIZE (sizeof(struct in_addr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue