summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/pyconfig.h
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2008-09-22 14:23:45 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2008-09-22 14:23:45 (GMT)
commit41c56b5ea1f2bdf294067506f4b1b91a8885d874 (patch)
tree63ed56bf3a5de2d10f3425a3c517b69d1a46e90c /PC/os2emx/pyconfig.h
parentf8db82242b2620bcf56d7329e38107093dd053e0 (diff)
downloadcpython-41c56b5ea1f2bdf294067506f4b1b91a8885d874.zip
cpython-41c56b5ea1f2bdf294067506f4b1b91a8885d874.tar.gz
cpython-41c56b5ea1f2bdf294067506f4b1b91a8885d874.tar.bz2
build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files
Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc
Diffstat (limited to 'PC/os2emx/pyconfig.h')
-rw-r--r--PC/os2emx/pyconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h
index 1039d3d..13910dc 100644
--- a/PC/os2emx/pyconfig.h
+++ b/PC/os2emx/pyconfig.h
@@ -264,6 +264,9 @@ typedef long intptr_t;
/* Define if you have the <conio.h> header file. */
#undef HAVE_CONIO_H
+/* Define to 1 if you have the `copysign' function. */
+#define HAVE_COPYSIGN 1
+
/* Define if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H