diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index f9e7d654a..815993ca4 100644 --- a/acconfig.h +++ b/acconfig.h @@ -21,9 +21,12 @@ /* Define this if you're running PowerPC architecture */ #undef ARCH_PPC -/* Define this if you have the Motorola 74xx CPU */ +/* Define this if you have a Motorola 74xx CPU */ #undef ENABLE_ALTIVEC +/* Define this if you have Sun UltraSPARC CPU */ +#undef ENABLE_VIS + /* Define this if you're running Sparc architecture */ #undef __sparc__ |