summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-04 23:29:10 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-04 23:29:10 (GMT)
commitf1009e8373e7b7edd9b57172653759f0cf69a2b0 (patch)
tree0e00efd4582f2633bf3f5aa218a078e411b9a1b8 /acconfig.h
parentafee3eb347a34e0300458eb99430e6b99dcdacc4 (diff)
downloadcpython-f1009e8373e7b7edd9b57172653759f0cf69a2b0.zip
cpython-f1009e8373e7b7edd9b57172653759f0cf69a2b0.tar.gz
cpython-f1009e8373e7b7edd9b57172653759f0cf69a2b0.tar.bz2
* README: describe new build procedure; added section on building
for multiple architectures * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index a73785c..4907ef8 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -15,8 +15,8 @@
/* Define for SOLARIS 2.x */
#undef SOLARIS
-/* Define if it's a bad idea to include <sys/select.h> and <sys/time.h>
- in the same file (as it is on SCO ODT 3.0) */
+/* Define if you can safely include both <sys/select.h> and <sys/time.h>
+ (which you can't on SCO ODT 3.0). */
#undef SYS_SELECT_WITH_SYS_TIME
/* Define if you want to compile in rudimentary thread support */