commit | 9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Feb 22 00:51:34 2021 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Feb 28 03:32:47 2021 -0500 |
tree | d4281c6c51fb6fb3991d40024d06419f2e8e69dc | |
parent | 88d7273afd433e00801cca8195bb04a1415f0ee5 [diff] |
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.