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.
This commit is contained in:
Mike Frysinger
2021-02-22 00:51:34 -05:00
parent 88d7273afd
commit 9f34b60a43
12 changed files with 58 additions and 1125 deletions

View File

@@ -25,7 +25,6 @@
#include <stdarg.h>
#include <ctype.h>
#include "config.h"
#include "misc.h"
#include <stdlib.h>