mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-24 17:17:51 -05:00
10 lines
290 B
C
10 lines
290 B
C
#include "jemalloc/internal/jemalloc_internal_defs.h"
|
|
#include "jemalloc/internal/jemalloc_internal_decls.h"
|
|
|
|
/*
|
|
* For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
|
|
* dependencies are notoriously unportable in practice.
|
|
*/
|
|
#undef HAVE_SSE2
|
|
#undef HAVE_ALTIVEC
|