mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
use a native define to detect Linux platform
date 2003.02.13.22.36.00; author agrover; state Exp;
This commit is contained in:
parent
3debec4a20
commit
88e0c8938e
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acenv.h - Generation environment specific items
|
||||
* $Revision: 1.102 $
|
||||
* $Revision: 1.104 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* 1. Copyright Notice
|
||||
*
|
||||
* Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
|
||||
* Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
|
||||
* All rights reserved.
|
||||
*
|
||||
* 2. License
|
||||
@ -189,7 +189,7 @@
|
||||
|
||||
/*! [Begin] no source code translation */
|
||||
|
||||
#if defined(_LINUX)
|
||||
#if defined(__linux__)
|
||||
#include "aclinux.h"
|
||||
|
||||
#elif defined(_AED_EFI)
|
||||
|
Loading…
Reference in New Issue
Block a user