- check & define if SOL_IP not existing (some *BSDs)

This commit is contained in:
Thomas Ries 2008-11-08 12:06:39 +00:00
parent c54d6e57dc
commit 76bc1984c5
3 changed files with 5 additions and 4 deletions

View File

@ -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
=====

View File

@ -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 */

View File

@ -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