
New patches:

[Really test for presence of AI_NUMERICSERV.
dominic.steinitz@blueyonder.co.uk**20060506204352] {
hunk ./build/autohell/configure.ac 46
-        AC_DEFINE([HAVE_AI_NUMERICSERV], [1], [Whether the system has AI_NUMERICSERV if it supports getaddrinfo])
+        AC_TRY_RUN([
+        #include <sys/types.h>
+        #include <sys/socket.h>
+        #include <netdb.h>
+        int main ()
+        {
+           struct addrinfo hints;
+           hints.ai_flags = AI_NUMERICSERV;
+           return 0;
+        }
+        ]
+        , [AC_DEFINE(HAVE_AI_NUMERICSERV, 1, Whether the system has AI_NUMERICSERV if it supports getaddrinfo)]
+        , []
+        )
}

Context:

[README update
Einar Karttunen <ekarttun@cs.helsinki.fi>**20051224070433] 
[Repeat the UDP testing, a nasty way to test the new looping of runDgramServer.
Jos?? Pablo Ezequiel Fern??ndez <pupeno@pupeno.com>**20051224043322] 
[Make runDgramServer keep looping and calling its handler for every packet.
Jos?? Pablo Ezequiel Fern??ndez <pupeno@pupeno.com>**20051224043233] 
[Provide the socket to the handler of a DgramServer
Jos?? Pablo Ezequiel Fern??ndez <pupeno@pupeno.com>**20051223234900] 
[Convert Resolver to use the Service type (does not break API)
Einar Karttunen <ekarttun@cs.helsinki.fi>**20051223180622] 
[Move definition of Service to Types.hsc and export it.
Jos?? Pablo Ezequiel Fern??ndez <pupeno@pupeno.com>**20051223161459] 
[TAG network-alt-0.3.1
Einar Karttunen <ekarttun@cs.helsinki.fi>**20051221023442] 
Patch bundle hash:
e83b5ffb12520b6460a540ea9be28677cab7340e
