Added LDAP_SIGUSR macros for NT

This commit is contained in:
Howard Chu 1999-10-28 07:27:00 +00:00
parent c1b8c1b88b
commit 21a51c0628

View file

@ -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