]> granicus.if.org Git - postgresql/commit
Add code to use Windows getaddrinfo and friends if they exist. This
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Aug 2005 22:13:23 +0000 (22:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Aug 2005 22:13:23 +0000 (22:13 +0000)
commitc3bf8dee0e6158fb78e3e4b5f31066e2172de0b1
treee30ac61dbfd17bb625435c6df129d8f09be2085c
parentbd19ee34577d615c21ad75c181259521d84d9456
Add code to use Windows getaddrinfo and friends if they exist.  This
has to be tested dynamically if we want to make portable executables.
Chuck McDevitt and Andrew Dunstan.
src/port/getaddrinfo.c