summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-10-13 15:30:56 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-10-13 15:30:56 (GMT)
commit8a560dee7291f75968eea773c1258f2c25b5a81f (patch)
treeec6cee1dfa018242cada55cb5c5b1849a437d721 /pyconfig.h.in
parente4f8a48b8fa0a0ec19d4c35bf213d0022e3f398d (diff)
downloadcpython-8a560dee7291f75968eea773c1258f2c25b5a81f.zip
cpython-8a560dee7291f75968eea773c1258f2c25b5a81f.tar.gz
cpython-8a560dee7291f75968eea773c1258f2c25b5a81f.tar.bz2
Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h
detection to configure &c.
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 a9f3d20..34501f4 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -512,6 +512,9 @@
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
+/* Define to 1 if you have the <sys/loadavg.h> header file. */
+#undef HAVE_SYS_LOADAVG_H
+
/* Define to 1 if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H