diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-18 18:11:06 -0700 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-20 00:43:10 +0300 |
commit | d029c8f1b72019446a5c873f55ffa43504b03dfb (patch) | |
tree | 14718294767e3da4778b76907099d243ce044b83 /include | |
parent | a8a0abdbea0573c861a5af9d58f3ce66790455ca (diff) |
Use getisax() instead of asm code to determine available x86 ISA extensions on Solaris
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 53858e968..a92024217 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -112,6 +112,9 @@ /* Define to 1 if you have the `geteuid' function. */ #undef HAVE_GETEUID +/* Define to 1 if you have the `getisax' function. */ +#undef HAVE_GETISAX + /* Define to 1 if you have the `getopt' function. */ #undef HAVE_GETOPT |