From: Howard Chu Date: Thu, 28 Oct 1999 07:27:00 +0000 (+0000) Subject: Added LDAP_SIGUSR macros for NT X-Git-Tag: UCDATA_2_4~290 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21a51c0628ca4256baacb322b968622c33d36536;p=openldap Added LDAP_SIGUSR macros for NT --- 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