glib/gio/libasyncns
Dan Winship 0d63793129 configure: check if -lsocket is needed (for Solaris)
Also, link libgio to -lresolv explicitly, rather than depending on
getting it implicitly via the libasyncns build (which should
eventually be going away).

https://bugzilla.gnome.org/show_bug.cgi?id=645336
2011-09-03 19:58:40 -04:00
..
asyncns.c Fix build on Solaris 8 2010-02-21 15:55:10 -05:00
asyncns.h Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
g-asyncns.h Fix usage of _GNU_SOURCE 2011-05-03 07:07:41 -04:00
Makefile.am configure: check if -lsocket is needed (for Solaris) 2011-09-03 19:58:40 -04:00
README Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
update.sh Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00

The sources are derived from Lennart Poettering's libasyncns library:

 http://0pointer.de/lennart/projects/libasyncns/

The 'update.sh' script in this directory, when pointed at
the original sources updates the files in this directory
to the new version