diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-03 11:46:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-24 10:26:14 -0400 |
commit | aca05fc5c08d6296c4f93850a0256bfd96890b18 (patch) | |
tree | d60364e182cf4d3564930eb44af423f03bf1abd6 /configure.ac | |
parent | 17d5734df47bc4b9bd40f878e492eb676ca47ae8 (diff) | |
download | tor-aca05fc5c08d6296c4f93850a0256bfd96890b18.tar.gz tor-aca05fc5c08d6296c4f93850a0256bfd96890b18.zip |
get_total_system_memory(): see how much RAM we have
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6e41041961..d8543b0d2e 100644 --- a/configure.ac +++ b/configure.ac @@ -353,6 +353,7 @@ AC_CHECK_FUNCS( strtok_r \ strtoull \ sysconf \ + sysctl \ uname \ vasprintf \ _vscprintf @@ -877,6 +878,7 @@ AC_CHECK_HEADERS( sys/prctl.h \ sys/resource.h \ sys/socket.h \ + sys/sysctl.h \ sys/syslimits.h \ sys/time.h \ sys/types.h \ |