diff --git a/include/ac/signal.h b/include/ac/signal.h index 73f5d48092..96d9bf6786 100644 --- a/include/ac/signal.h +++ b/include/ac/signal.h @@ -26,7 +26,11 @@ #undef LDAP_SIGUSR1 #undef LDAP_SIGUSR2 -# ifndef HAVE_LINUX_THREADS +# if defined(WINNT) || defined(_WINNT) +# define LDAP_SIGUSR1 SIGILL +# define LDAP_SIGUSR2 SIGTERM + +# elif !defined(HAVE_LINUX_THREADS) # define LDAP_SIGUSR1 SIGUSR1 # define LDAP_SIGUSR2 SIGUSR2