| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Name: acenv.h - Host and compiler configuration |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | *****************************************************************************/ |
|---|
| 9 | 9 | |
|---|
| .. | .. |
|---|
| 128 | 128 | #endif |
|---|
| 129 | 129 | |
|---|
| 130 | 130 | |
|---|
| 131 | +/* |
|---|
| 132 | + * acpisrc CR\LF support |
|---|
| 133 | + * Unix file line endings do not include the carriage return. |
|---|
| 134 | + * If the acpisrc utility is being built using a microsoft compiler, it means |
|---|
| 135 | + * that it will be running on a windows machine which means that the output is |
|---|
| 136 | + * expected to have CR/LF newlines. If the acpisrc utility is built with |
|---|
| 137 | + * anything else, it will likely run on a system with LF newlines. This flag |
|---|
| 138 | + * tells the acpisrc utility that newlines will be in the LF format. |
|---|
| 139 | + */ |
|---|
| 140 | +#define ACPI_SRC_OS_LF_ONLY 0 |
|---|
| 141 | + |
|---|
| 131 | 142 | /*! [Begin] no source code translation */ |
|---|
| 132 | 143 | |
|---|
| 133 | 144 | /****************************************************************************** |
|---|