Home | History | Annotate | Download | only in m4

Lines Matching refs:sysinfo

29 #     - sysinfo() works on Linux/dietlibc and probably on other Linux
108 #include <sys/sysinfo.h>
149 # This version of sysinfo() is Linux-specific. Some non-Linux systems have
150 # different sysinfo() so we must check $host_os.
154 #include <sys/sysinfo.h>
158 struct sysinfo si;
159 sysinfo(&si);
163 tuklib_cv_physmem_method=sysinfo
206 sysinfo)
209 can be detected with Linux sysinfo().])