|
@@ -166,10 +166,21 @@
|
|
|
/******************************************************************************
|
|
/******************************************************************************
|
|
|
*
|
|
*
|
|
|
* Host configuration files. The compiler configuration files are included
|
|
* Host configuration files. The compiler configuration files are included
|
|
|
- * by the host files.
|
|
|
|
|
|
|
+ * first.
|
|
|
*
|
|
*
|
|
|
*****************************************************************************/
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
+#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
|
|
|
|
|
+#include <acpi/platform/acgcc.h>
|
|
|
|
|
+
|
|
|
|
|
+#elif defined(_MSC_VER)
|
|
|
|
|
+#include "acmsvc.h"
|
|
|
|
|
+
|
|
|
|
|
+#elif defined(__INTEL_COMPILER)
|
|
|
|
|
+#include "acintel.h"
|
|
|
|
|
+
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
#if defined(_LINUX) || defined(__linux__)
|
|
#if defined(_LINUX) || defined(__linux__)
|
|
|
#include <acpi/platform/aclinux.h>
|
|
#include <acpi/platform/aclinux.h>
|
|
|
|
|
|