config-win.h 216 B

12345678910
  1. #pragma once
  2. #include "config-linux.h"
  3. #undef HAVE_LIBPTHREAD
  4. #undef HAVE_PTHREAD_H
  5. #undef HAVE_UNISTD_H
  6. // Under Windows, use compiler-specific TLS: it seems broken the other way round.
  7. #define HAVE_COMPILER_TLS