diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-27 10:16:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-27 10:16:42 (GMT) |
commit | 438b534ad0e7522cadba20cd3aec41d02b2bc09b (patch) | |
tree | d8ee75a3b58dc7fdc4593b34c3b85b3c263ba068 /pyconfig.h.in | |
parent | 8702d5f33ffb9c55b2372d3cd424b65e783c13ee (diff) | |
download | cpython-438b534ad0e7522cadba20cd3aec41d02b2bc09b.zip cpython-438b534ad0e7522cadba20cd3aec41d02b2bc09b.tar.gz cpython-438b534ad0e7522cadba20cd3aec41d02b2bc09b.tar.bz2 |
Patch #657889: Implement posix.getloadavg.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index d63c36c..dd52efb 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -159,6 +159,9 @@ /* Define this if you have the 6-arg version of gethostbyname_r(). */ #undef HAVE_GETHOSTBYNAME_R_6_ARG +/* Define to 1 if you have the `getloadavg' function. */ +#undef HAVE_GETLOADAVG + /* Define to 1 if you have the `getlogin' function. */ #undef HAVE_GETLOGIN |