Fix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc.

This commit is contained in:
Kurt Zeilenga 1998-11-25 23:35:04 +00:00
parent 02aa747949
commit 0e2a772173

View file

@ -36,9 +36,9 @@
# if defined( SIGUNUSED )
# define LDAP_SIGUSR2 SIGUNUSED
# elif defined ( SIGINFO )
# define LDAP_SIGUSR1 SIGINFO
# define LDAP_SIGUSR2 SIGINFO
# elif defined ( SIGEMT )
# define LDAP_SIGUSR1 SIGEMT
# define LDAP_SIGUSR2 SIGEMT
# endif
# endif
#endif