summaryrefslogtreecommitdiff
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/options.h')
-rw-r--r--include/asterisk/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index d52b710c2..f94cf6e0e 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -113,7 +113,7 @@ 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
+#if defined(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[];