blob: 1a7cc47804471af97fe564a730eb9a9d005ec271 (
plain) (
tree)
|
|
#pragma once
#include "config-linux.h"
#undef HAVE_LIBPTHREAD
#undef HAVE_PTHREAD_H
#undef HAVE_UNISTD_H
#undef HAVE_RAND_R
// Under Windows, use compiler-specific TLS: it seems broken the other way round.
#define HAVE_COMPILER_TLS
|