]> code.delx.au - gnu-emacs/blobdiff - src/syssignal.h
Generate HORIZ_WHEEL_EVENT.
[gnu-emacs] / src / syssignal.h
index d7399c6cb8c9c96da2f6b1aaac16315bd0cc6810..370948c429baedff2154132fe2a0e88d6d53e678 100644 (file)
@@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
-#include <stdbool.h>
 
 extern void init_signals (bool);
 
@@ -50,6 +49,10 @@ char const *safe_strsignal (int) ATTRIBUTE_CONST;
 # define NSIG NSIG_MINIMUM
 #endif
 
+#ifndef SA_SIGINFO
+# define SA_SIGINFO 0
+#endif
+
 #ifndef emacs_raise
 # define emacs_raise(sig) raise (sig)
 #endif