summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-24 13:31:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-24 13:31:16 (GMT)
commitaef18b1c67f11aec579eada382fabc3597e1aae2 (patch)
treebe57880b5492d00ec0feeaee974d736045389f90 /pyconfig.h.in
parentcdbc977c0344cfe2294e8be69cd1acd77b3b79ad (diff)
downloadcpython-aef18b1c67f11aec579eada382fabc3597e1aae2.zip
cpython-aef18b1c67f11aec579eada382fabc3597e1aae2.tar.gz
cpython-aef18b1c67f11aec579eada382fabc3597e1aae2.tar.bz2
Patch #2240: Implement signal.setitimer and signal.getitimer.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index f23ccfd..55ab6b2 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -243,6 +243,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 `getitimer' function. */
+#undef HAVE_GETITIMER
+
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG
@@ -501,6 +504,9 @@
/* Define if you have the 'setgroups' function. */
#undef HAVE_SETGROUPS
+/* Define to 1 if you have the `setitimer' function. */
+#undef HAVE_SETITIMER
+
/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE