]> git.sur5r.net Git - openldap/blob - include/ac/signal.h
SLDAP compiles, needs LDBM work to link
[openldap] / include / ac / signal.h
1 /* Generic signal.h */
2
3 #ifndef _AC_SIGNAL_H
4 #define _AC_SIGNAL_H
5
6 #include <signal.h>
7
8 #ifdef HAVE_SIGSET
9 #define SIGNAL sigset
10 #else
11 #define SIGNAL signal
12 #endif
13
14 #endif /* _AC_SIGNAL_H */