summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-04-24 15:12:04 (GMT)
committerGuido van Rossum <guido@python.org>2000-04-24 15:12:04 (GMT)
commit59903fe2b5a574f07ac067bf478124bb7085d1fa (patch)
treed65dc0dd96a129abca1cdf9d1a2abe6876e9058f /acconfig.h
parentb33aa1a51e1a7a204c5ad41f812d02f249aa56eb (diff)
downloadcpython-59903fe2b5a574f07ac067bf478124bb7085d1fa.zip
cpython-59903fe2b5a574f07ac067bf478124bb7085d1fa.tar.gz
cpython-59903fe2b5a574f07ac067bf478124bb7085d1fa.tar.bz2
Added tests for socklen_t
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 17257c0..bc411ab 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -84,6 +84,9 @@
/* sizeof(void *) */
#undef SIZEOF_VOID_P
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef socklen_t
+
/* Define for SOLARIS 2.x */
#undef SOLARIS