Commit f272cbdc authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* define INADDR_NONE for Solaris (fixes #1815)

parent 5128a376
...@@ -65,6 +65,11 @@ ...@@ -65,6 +65,11 @@
#define NETSYNC_PORT_MASTER 9875 #define NETSYNC_PORT_MASTER 9875
#define NETSYNC_PORT_SLAVE 9876 #define NETSYNC_PORT_SLAVE 9876
/* Needed for Solaris */
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment