acenv.h (7c478bd9) acenv.h (450d6964)
1/******************************************************************************
2 *
3 * Name: acenv.h - Generation environment specific items
1/******************************************************************************
2 *
3 * Name: acenv.h - Generation environment specific items
4 * $Revision: 114 $
4 * $Revision: 116 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.

--- 104 unchanged lines hidden (view full) ---

117#ifndef __ACENV_H__
118#define __ACENV_H__
119
120
121/*
122 * Configuration for ACPI tools and utilities
123 */
124
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.

--- 104 unchanged lines hidden (view full) ---

117#ifndef __ACENV_H__
118#define __ACENV_H__
119
120
121/*
122 * Configuration for ACPI tools and utilities
123 */
124
125#ifdef _ACPI_DUMP_APP
125#ifdef ACPI_LIBRARY
126#define ACPI_USE_LOCAL_CACHE
127#endif
128
129#ifdef ACPI_DUMP_APP
126#ifndef MSDOS
127#define ACPI_DEBUG_OUTPUT
128#endif
129#define ACPI_APPLICATION
130#define ACPI_DISASSEMBLER
131#define ACPI_NO_METHOD_EXECUTION
130#ifndef MSDOS
131#define ACPI_DEBUG_OUTPUT
132#endif
133#define ACPI_APPLICATION
134#define ACPI_DISASSEMBLER
135#define ACPI_NO_METHOD_EXECUTION
132#define ACPI_USE_SYSTEM_CLIBRARY
133#define ACPI_ENABLE_OBJECT_CACHE
134#endif
135
136#endif
137
136#ifdef _ACPI_EXEC_APP
138#ifdef ACPI_EXEC_APP
137#undef DEBUGGER_THREADING
138#define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
139#define ACPI_DEBUG_OUTPUT
140#define ACPI_APPLICATION
141#define ACPI_DEBUGGER
142#define ACPI_DISASSEMBLER
139#undef DEBUGGER_THREADING
140#define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
141#define ACPI_DEBUG_OUTPUT
142#define ACPI_APPLICATION
143#define ACPI_DEBUGGER
144#define ACPI_DISASSEMBLER
143#define ACPI_USE_SYSTEM_CLIBRARY
144#define ACPI_ENABLE_OBJECT_CACHE
145#endif
146
145#endif
146
147#ifdef _ACPI_ASL_COMPILER
147#ifdef ACPI_ASL_COMPILER
148#define ACPI_DEBUG_OUTPUT
149#define ACPI_APPLICATION
150#define ACPI_DISASSEMBLER
151#define ACPI_CONSTANT_EVAL_ONLY
148#define ACPI_DEBUG_OUTPUT
149#define ACPI_APPLICATION
150#define ACPI_DISASSEMBLER
151#define ACPI_CONSTANT_EVAL_ONLY
152#endif
153
154#ifdef ACPI_APPLICATION
152#define ACPI_USE_SYSTEM_CLIBRARY
155#define ACPI_USE_SYSTEM_CLIBRARY
153#define ACPI_ENABLE_OBJECT_CACHE
156#define ACPI_USE_LOCAL_CACHE
154#endif
155
156/*
157 * Environment configuration. The purpose of this file is to interface to the
158 * local generation environment.
159 *
160 * 1) ACPI_USE_SYSTEM_CLIBRARY - Define this if linking to an actual C library.
161 * Otherwise, local versions of string/memory functions will be used.

--- 281 unchanged lines hidden ---
157#endif
158
159/*
160 * Environment configuration. The purpose of this file is to interface to the
161 * local generation environment.
162 *
163 * 1) ACPI_USE_SYSTEM_CLIBRARY - Define this if linking to an actual C library.
164 * Otherwise, local versions of string/memory functions will be used.

--- 281 unchanged lines hidden ---