diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-11 14:58:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-11 14:58:44 (GMT) |
commit | 01c04013a79555ce82dcaab7dc0907f3b4b28034 (patch) | |
tree | 915ed0e57c376461926d202a725a6278a2fc522d /pyconfig.h.in | |
parent | bddf5a57ca94b93d251492b5adc50814e891e7f2 (diff) | |
download | cpython-01c04013a79555ce82dcaab7dc0907f3b4b28034.zip cpython-01c04013a79555ce82dcaab7dc0907f3b4b28034.tar.gz cpython-01c04013a79555ce82dcaab7dc0907f3b4b28034.tar.bz2 |
Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.h
Fixes #636431.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index a6f7e83..e612494 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -842,7 +842,7 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t -/* Define to `int' if <sys/types.h> does not define. */ +/* Define to `int' if <sys/socket.h> does not define. */ #undef socklen_t /* Define to `int' if <sys/types.h> doesn't define. */ |