From: Hallvard Furuseth Date: Sun, 22 Nov 1998 10:26:51 +0000 (+0000) Subject: Typo: '#ifdef defined(...)' X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1051 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=61a3251cf757d37090390e5ceed8bbd42c7d6ad6;p=openldap Typo: '#ifdef defined(...)' --- diff --git a/include/ac/signal.h b/include/ac/signal.h index e5776f387c..a18c147a1c 100644 --- a/include/ac/signal.h +++ b/include/ac/signal.h @@ -33,7 +33,7 @@ # define LDAP_SIGUSR1 SIGSYS # endif -# ifdef defined( SIGUNUSED ) +# if defined( SIGUNUSED ) # define LDAP_SIGUSR2 SIGUNUSED # elif defined ( SIGINFO ) # define LDAP_SIGUSR1 SIGINFO