mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 13:53:21 -05:00
Added LDAP_SIGUSR macros for NT
This commit is contained in:
parent
c1b8c1b88b
commit
21a51c0628
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue