mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinfo stuff but do have sysctl.
(closes issue #13433) Reported by: mvanbaak Patches: 2008121300_sysinfosysctl.diff.txt uploaded by mvanbaak (license 7) with two free calls replaced with ast_free based on feedback on reviewboard Review: http://reviewboard.digium.com/r/91/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164802 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -934,6 +934,12 @@
|
||||
/* Define to indicate the ${SUPPSERV_DESCRIP} library version */
|
||||
#undef HAVE_SUPPSERV_VERSION
|
||||
|
||||
/* Define to 1 if you have the `swapctl' function. */
|
||||
#undef HAVE_SWAPCTL
|
||||
|
||||
/* Define to 1 if you have the `sysctl' function. */
|
||||
#undef HAVE_SYSCTL
|
||||
|
||||
/* Define to 1 if your system has sysinfo support */
|
||||
#undef HAVE_SYSINFO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user