SIGRTMIN additions
[ira/wip.git] / source3 / m4 / aclocal.m4
index c79205708339cd78dbfee3a14f2b26703839df4c..dedf6fbf50b4ce521d88bae42d29dd37dcc23aa7 100644 (file)
@@ -828,6 +828,9 @@ AC_DEFUN([SMB_IF_RTSIGNAL_BUG],
 #include <fcntl.h>
 #include <signal.h>
 
+#ifndef SIGRTMIN
+#define SIGRTMIN NSIG
+#endif
 /* from smbd/notify_kernel.c */
 #ifndef RT_SIGNAL_NOTIFY
 #define RT_SIGNAL_NOTIFY (SIGRTMIN+2)