sim: igen: drop config.h & header checking
authorMike Frysinger <vapier@gentoo.org>
Mon, 22 Feb 2021 05:51:34 +0000 (00:51 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 28 Feb 2021 08:32:47 +0000 (03:32 -0500)
commit9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d
treed4281c6c51fb6fb3991d40024d06419f2e8e69dc
parent88d7273afd433e00801cca8195bb04a1415f0ee5
sim: igen: drop config.h & header checking

While the configure script was checking for a bunch of headers, only
one of them was conditionally included in the source (unistd.h).  The
rest were always included.  Based on those usage this whole time, we
can reasonably assume that the build also has unistd.h.

All the other files including config.h never actually used any defines
from the header.
12 files changed:
sim/igen/ChangeLog
sim/igen/Makefile.in
sim/igen/config.in [deleted file]
sim/igen/configure
sim/igen/configure.ac
sim/igen/filter.c
sim/igen/filter_host.c
sim/igen/igen.c
sim/igen/lf.c
sim/igen/misc.c
sim/igen/misc.h
sim/igen/table.c