diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-22 18:23:50 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-22 18:23:50 +0000 |
commit | cf284bf305c4b8c799d46f6191c76eaacbeeec2a (patch) | |
tree | 0065b150cf9d280c1118c923d15f88f00f643b48 /include/makeinclude/wrapper_macros.GNU | |
parent | 30c4d1d8bf3c40012c387c6ca42b2143110b8951 (diff) | |
download | ATCD-cf284bf305c4b8c799d46f6191c76eaacbeeec2a.tar.gz |
ChangeLogTag: Thu Jan 22 12:19:42 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 03e15339f59..3829f97fd74 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -781,6 +781,14 @@ ifndef wfmo wfmo = 0 endif +# In MPC, these are now features that are enabled by default. +ace_other ?= 1 +ace_codecs ?= 1 +ace_token ?= 1 +ace_svcconf ?= 1 +ace_uuid ?= 1 +ace_filecahce ?= 1 + #---------------------------------------------------------------------------- # Conditional macro definitions #---------------------------------------------------------------------------- |