Skip to content
Snippets Groups Projects
Commit 21a51c06 authored by Howard Chu's avatar Howard Chu
Browse files

Added LDAP_SIGUSR macros for NT

parent c1b8c1b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment