blob: c2a19e4e10224ff329ec14e3a84b6959f2c5866e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include "config-linux.h"
#undef HAVE_LIBPTHREAD
#undef HAVE_PTHREAD_H
#undef HAVE_UNISTD_H
// Under Windows, use compiler-specific TLS: it seems broken the other way round.
#define HAVE_COMPILER_TLS
|