- check & define if SOL_IP not existing (some *BSDs)
This commit is contained in:
parent
c54d6e57dc
commit
76bc1984c5
@ -1,6 +1,7 @@
|
||||
0.7.2
|
||||
=====
|
||||
01-Aug-2008: - SIP DSCP value configurable
|
||||
08-Nov-2008: - check & define if SOL_IP not existing (some *BSDs)
|
||||
|
||||
0.7.1
|
||||
=====
|
||||
|
||||
@ -46,10 +46,6 @@
|
||||
#include "dejitter.h"
|
||||
#endif
|
||||
|
||||
#if !defined(SOL_IP)
|
||||
#define SOL_IP IPPROTO_IP
|
||||
#endif
|
||||
|
||||
static char const ident[]="$Id$";
|
||||
|
||||
/* configuration storage */
|
||||
|
||||
@ -332,6 +332,10 @@ int unload_plugins(void);
|
||||
#define satoi atoi /* used in libosips MSG_TEST_CODE macro ... */
|
||||
#endif
|
||||
|
||||
#if !defined(SOL_IP)
|
||||
#define SOL_IP IPPROTO_IP
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Macro that limits the frequency of this particular code
|
||||
* block to no faster than every 'a' seconds. Used for logging
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user