From: Michael R. Crusoe <crusoe@debian.org>
Subject: fix "error: ‘bool’ cannot be defined via ‘typedef`"
--- sfepy.orig/sfepy/mechanics/extmods/contres.h
+++ sfepy/sfepy/mechanics/extmods/contres.h
@@ -8,8 +8,6 @@
 
 #include "common.h"
 
-typedef unsigned int bool;
-
 #if defined (__linux__) || (__unix__) || (__APPLE__)
 
 	void sfd2(double* H, double* dH, double r);
