config-win.h 235 B

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