(closes issue #14513)
Reported by: snuffy
Patches:
bug14513_fixsysinfo.diff uploaded by snuffy (license 35)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@177913
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
#endif
+#if defined(HAVE_SYSINFO) || defined(HAVE_SYSCTL)
/*! \brief Give an overview of system statistics */
static char *handle_show_sysinfo(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
ast_cli(a->fd, " Number of Processes: %d \n\n", nprocs);
return CLI_SUCCESS;
}
+#endif
struct profile_entry {
const char *name;