diff options
author | Guido van Rossum <guido@python.org> | 2000-04-24 15:12:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-04-24 15:12:04 (GMT) |
commit | 59903fe2b5a574f07ac067bf478124bb7085d1fa (patch) | |
tree | d65dc0dd96a129abca1cdf9d1a2abe6876e9058f /config.h.in | |
parent | b33aa1a51e1a7a204c5ad41f812d02f249aa56eb (diff) | |
download | cpython-59903fe2b5a574f07ac067bf478124bb7085d1fa.zip cpython-59903fe2b5a574f07ac067bf478124bb7085d1fa.tar.gz cpython-59903fe2b5a574f07ac067bf478124bb7085d1fa.tar.bz2 |
Added tests for socklen_t
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index cfe0ec0..9703558 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 |