|
@@ -49,14 +49,21 @@
|
|
#include "../../sr_module.h"
|
|
#include "../../sr_module.h"
|
|
#include "../../modules/tm/tm_load.h"
|
|
#include "../../modules/tm/tm_load.h"
|
|
#include "mod.h"
|
|
#include "mod.h"
|
|
|
|
+#ifndef __OS_darwin
|
|
#include <values.h>
|
|
#include <values.h>
|
|
-
|
|
|
|
|
|
+#endif
|
|
#include "../../mem/shm_mem.h"
|
|
#include "../../mem/shm_mem.h"
|
|
|
|
|
|
#include "../../dset.h"
|
|
#include "../../dset.h"
|
|
|
|
|
|
#include "../../timer.h"
|
|
#include "../../timer.h"
|
|
|
|
|
|
|
|
+#ifdef __OS_darwin
|
|
|
|
+#ifndef MAXINT
|
|
|
|
+#define MAXINT INT_MAX
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
|
|
/** S-CSCF list element */
|
|
/** S-CSCF list element */
|
|
typedef struct _scscf_entry {
|
|
typedef struct _scscf_entry {
|