summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-27 10:16:42 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-12-27 10:16:42 +0000
commit35f99246658b90c508facbbe97554cd2f24849de (patch)
tree29c39b842436a8f343486c207ced86a2400e665a /pyconfig.h.in
parent1e2dd6d64a1130d7e338131c67371337a9fda63c (diff)
downloadcpython-35f99246658b90c508facbbe97554cd2f24849de.tar.gz
Patch #657889: Implement posix.getloadavg.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index d63c36c380..dd52efb315 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