summaryrefslogtreecommitdiffstats
path: root/Modules/addrinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Cruft removal:Neal Norwitz2006-12-281-1/+1
| | | | | | * DL_IMPORT/DL_EXPORT * #if 0'd code * Py_PROTO which was obsolete, but still used in one place in addrinfo.h
* Add comments at end of every #endif and fix ones already there when for closingBrett Cannon2004-07-101-11/+11
| | | | off #ifndef's.
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-2/+2
|
* Undefine addrinfo.h constants if the system header defined them.Martin v. Löwis2001-12-061-4/+35
| | | | Fixes #486099.
* Fix portability problems with glibc 2.0, as reported in #449157.Martin v. Löwis2001-08-151-1/+6
|
* Port getaddrinfo to MSVC++.Martin v. Löwis2001-07-191-2/+2
|
* Patch #401196: Configuration machinery for IPv6.Martin v. Löwis2001-06-231-0/+140
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE.