$OpenBSD: patch-config_h_in,v 1.3 2013/07/04 18:37:32 naddy Exp $
--- config.h.in.orig	Sun Jun 30 15:17:55 2013
+++ config.h.in	Thu Jul  4 17:48:22 2013
@@ -289,7 +289,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. */
