diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-18 18:11:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-18 18:11:06 -0700 |
commit | 357b37b3826fa6e9878c0bd895164259c2ed3c0d (patch) | |
tree | 5b16ba6d41384f8af82d0321304bd9dc9970c83f /include | |
parent | 5eca750fe2f3f243fb352271ad8da196af0cb16a (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 571a86719..65c42e6af 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 |