From 21a51c0628ca4256baacb322b968622c33d36536 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 28 Oct 1999 07:27:00 +0000 Subject: [PATCH] Added LDAP_SIGUSR macros for NT --- include/ac/signal.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5