$OpenBSD: patch-config_h_in,v 1.6 2015/03/31 18:00:23 naddy Exp $
--- config.h.in.orig	Thu Feb 26 09:55:23 2015
+++ config.h.in	Mon Mar  2 23:25:39 2015
@@ -352,7 +352,11 @@
 
 /* Define to 1 if the system supports fast unaligned access to 16-bit and
    32-bit integers. */
-#undef TUKLIB_FAST_UNALIGNED_ACCESS
+#include <sys/types.h>
+#if !defined(__STRICT_ALIGNMENT)
+#define \
+    TUKLIB_FAST_UNALIGNED_ACCESS 1
+#endif
 
 /* Define to 1 if the amount of physical memory can be detected with
    _system_configuration.physmem. */
