import sys

# Windows does not have aligned_alloc
if sys.platform == "win32":
    config.unsupported = True