Index: trunk/include/samhain.h
===================================================================
--- trunk/include/samhain.h	(revision 458)
+++ trunk/include/samhain.h	(revision 459)
@@ -414,4 +414,10 @@
  **************************************************/
 
+#if defined(SH_ABORT_ON_ERROR)
+#define SH_ABORT abort()
+#else
+#define SH_ABORT 
+#endif
+
 #if defined(__GNUC__) && (__GNUC__ >= 4)
 #define SH_GNUC_SENTINEL __attribute__((__sentinel__))
