xref: /netbsd-src/external/bsd/jemalloc/dist/test/include/test/jemalloc_test_defs.h.in (revision a0698ed9d41653d7a2378819ad501a285ca0d401)
1#include "jemalloc/internal/jemalloc_internal_defs.h"
2#include "jemalloc/internal/jemalloc_internal_decls.h"
3
4/*
5 * For use by SFMT.  configure.ac doesn't actually define HAVE_SSE2 because its
6 * dependencies are notoriously unportable in practice.
7 */
8#undef HAVE_SSE2
9#undef HAVE_ALTIVEC
10