1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

* define INADDR_NONE for Solaris (fixes #1815)

This commit is contained in:
Derk-Jan Hartman 2004-06-14 23:11:14 +00:00
parent 5128a376b0
commit f272cbdc28

View File

@ -65,6 +65,11 @@
#define NETSYNC_PORT_MASTER 9875
#define NETSYNC_PORT_SLAVE 9876
/* Needed for Solaris */
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
/*****************************************************************************
* Module descriptor
*****************************************************************************/