summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-04-24 15:12:04 +0000
committerGuido van Rossum <guido@python.org>2000-04-24 15:12:04 +0000
commita99bf076b818b45b8655341e834284812e2e9417 (patch)
treed0e59ea69c573e8c7f4312a057bcb3480f1acd53 /config.h.in
parent5c9eb66a026ec3edf0c82266ea61e1a69ad23a6a (diff)
downloadcpython-a99bf076b818b45b8655341e834284812e2e9417.tar.gz
Added tests for socklen_t
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index cfe0ec0b1c..9703558073 100644
--- a/config.h.in
+++ b/config.h.in
@@ -149,6 +149,9 @@
/* Define to empty if the keyword does not work. */
#undef signed
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef socklen_t
+
/* 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