mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Merge "res_snmp: Declare RONLY if net-snmp headers do not."
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
#include <net-snmp/net-snmp-includes.h>
|
||||
#include <net-snmp/agent/net-snmp-agent-includes.h>
|
||||
|
||||
#if !defined(RONLY) && defined(NETSNMP_OLDAPI_RONLY)
|
||||
#define RONLY NETSNMP_OLDAPI_RONLY
|
||||
#endif
|
||||
|
||||
#include "asterisk/paths.h" /* need ast_config_AST_SOCKET */
|
||||
#include "asterisk/channel.h"
|
||||
#include "asterisk/logger.h"
|
||||
|
||||
Reference in New Issue
Block a user