blob: 1a7cc47804471af97fe564a730eb9a9d005ec271 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|