blob: 91acd79054035ad73b358516d36f298bdd70fc7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include "config-linux.h"
#undef HAVE_SYS_UIO_H
#undef HAVE_SYS_MMAN_H
#undef HAVE_UNISTD_H
#undef HAVE_BUILTIN_EXPECT
#undef HAVE_BUILTIN_CTZ
#undef HAVE_BUILTIN_PREFETCH
|