sim: drop common/cconfig.h in favor of a single config.h

The common subdir sets up a cconfig.h file to hold checks for the common
code.  In practice, most files still end up using config.h instead which
just leads to confusion.

Merge all the configure checks that went into cconfig.h into SIM_AC_COMMON
so we can drop the cconfig.h file altogether.  Now there is only a single
config.h file like normal.
This commit is contained in:
Mike Frysinger
2016-01-08 20:23:37 -05:00
parent 80f3f9eecf
commit 936df7568a
99 changed files with 11042 additions and 10676 deletions

View File

@@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Need to be before general includes, to pick up e.g. _GNU_SOURCE. */
#ifdef HAVE_CONFIG_H
#include "cconfig.h"
#include "config.h"
#endif
#include <signal.h>