added HAVE_SYSINFO preprocessor directives for portability and general happiness

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61575 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Dwayne M. Hubbard
2007-04-11 20:59:08 +00:00
parent 97d93d091b
commit 6a5f3599bb
3 changed files with 23 additions and 1 deletions

View File

@@ -113,7 +113,9 @@ extern int option_verbose;
extern int option_debug; /*!< Debugging */
extern int option_maxcalls; /*!< Maximum number of simultaneous channels */
extern double option_maxload;
#if HAVE_SYSINFO
extern long option_minmemfree; /*!< Minimum amount of free system memory - stop accepting calls if free memory falls below this watermark */
#endif
extern char defaultlanguage[];
extern time_t ast_startuptime;