PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard.

This commit is contained in:
Chris Johns
2003-05-15 09:27:03 +00:00
parent 46fa6611e2
commit ef6d9efbeb

View File

@@ -149,6 +149,11 @@
#define IPPROTO_RAW 255 /* raw IP packet */ #define IPPROTO_RAW 255 /* raw IP packet */
#define IPPROTO_MAX 256 #define IPPROTO_MAX 256
/*
* Merged from FreeBSD 1.78 of this file so Python compiles.
* This is a size value for functions such as inet_ntop().
*/
#define INET_ADDRSTRLEN 16
/* /*
* Local port number conventions: * Local port number conventions: