diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2008-10-07 11:06:17 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-10-07 12:16:11 -0400 |
commit | 0e9c6f1b6a7a15b76776bab3d384af680682ffcf (patch) | |
tree | b8cc7fe1bd47863d591a223c3bd0c67ac1762923 /server/util | |
parent | f9aefa94c5923703b3046417cd52f3de3df9ac07 (diff) | |
download | sssd-0e9c6f1b6a7a15b76776bab3d384af680682ffcf.tar.gz sssd-0e9c6f1b6a7a15b76776bab3d384af680682ffcf.tar.bz2 sssd-0e9c6f1b6a7a15b76776bab3d384af680682ffcf.zip |
Fix build issues surrounding signal blocking and DEBUG macros
Diffstat (limited to 'server/util')
-rw-r--r-- | server/util/signal.c | 1 | ||||
-rw-r--r-- | server/util/signal.m4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/server/util/signal.c b/server/util/signal.c index e4a782da..5d036a37 100644 --- a/server/util/signal.c +++ b/server/util/signal.c @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" #include "util/util.h" #include <sys/types.h> #include <sys/wait.h> diff --git a/server/util/signal.m4 b/server/util/signal.m4 new file mode 100644 index 00000000..c6d7f72f --- /dev/null +++ b/server/util/signal.m4 @@ -0,0 +1 @@ +AC_CHECK_FUNCS(sigprocmask sigblock sigaction) |