1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-28 10:55:48 +01:00

- removed hermeslib dependancy

- added back old asm/mmx code
This commit is contained in:
dan
2002-09-30 12:39:22 +00:00
parent 11c466ec26
commit 1941aaf34a
9 changed files with 175 additions and 235 deletions

View File

@@ -86,8 +86,11 @@
/* define if your X server has XConvertCase() */
#undef HAVE_XCONVERTCASE
/* define if you want Hermes support */
#undef HAVE_HERMES
/* define if processor is x86 */
#undef ASM_X86
/* define if processor is x86 with MMX(tm) support */
#undef ASM_X86_MMX
/* define if you have vsnprintf with C99 semantics */
#undef HAVE_C99_VSNPRINTF