mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
Following BSD standards
This commit is contained in:
parent
79d13eb6cb
commit
f552f24e6e
1 changed files with 2 additions and 1 deletions
3
SOCKS.h
3
SOCKS.h
|
@ -18,7 +18,8 @@
|
||||||
* - 256 on mingw.
|
* - 256 on mingw.
|
||||||
*
|
*
|
||||||
* */
|
* */
|
||||||
#define HOST_NAME_MAX 256
|
#include <sys/param.h>
|
||||||
|
#define HOST_NAME_MAX MAXHOSTNAMELEN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace i2p
|
namespace i2p
|
||||||
|
|
Loading…
Add table
Reference in a new issue