qulogic/libgnt

Remove unused header checks.

2016-08-20, Elliott Sales de Andrade
f2beced1f8c2
Remove unused header checks.

* arpa/nameser_compat.h appears unused.
* sys/time.h should be fine on all systems, according to AC_HEADER_TIME,
but it's not used anyway.
* regex.h is not used.
* sys/utsname.h appears twice.
wms = irssi.la
if PURPLE_AVAILABLE
# These custom wms depend on libpurple
purple_wms = s.la
else
purple_wms =
endif
s_la_LDFLAGS = -module @PLUGIN_LDFLAGS@
irssi_la_LDFLAGS = -module @PLUGIN_LDFLAGS@
plugin_LTLIBRARIES = \
$(wms) \
$(purple_wms)
plugindir = $(libdir)/gnt
irssi_la_SOURCES = irssi.c
irssi_la_LIBADD = \
$(GLIB_LIBS) \
../libgnt.la
s_la_SOURCES = s.c
s_la_LIBADD = \
$(GLIB_LIBS) \
../libgnt.la \
$(top_builddir)/libpurple/libpurple.la
EXTRA_DIST =
AM_CPPFLAGS = \
-I$(top_srcdir)/libpurple \
-I$(top_builddir)/libpurple \
-I$(top_srcdir)/finch \
-I$(top_srcdir)/finch/libgnt \
$(DEBUG_CFLAGS) \
$(GLIB_CFLAGS) \
$(GPLUGIN_CFLAGS) \
$(GNT_CFLAGS) \
$(PLUGIN_CFLAGS)