diff --git a/.gitattributes b/.gitattributes
index f791851919faf4d1bffadcc47b95f534bd08c5bf..8ccfb40b4246ed488d41bc729b317de804e8a84d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -11,6 +11,7 @@ canaries/debug_canary_callbacks.c -text
 /configure_for_canaries -text
 /configure_for_cgc -text
 /configure_for_cinderella -text
+/configure_for_datashadow -text
 /configure_for_rss -text
 cookbook/Makefile.in -text
 cookbook/instructionCountCallback.c -text
diff --git a/configure_for_datashadow b/configure_for_datashadow
new file mode 100755
index 0000000000000000000000000000000000000000..96e7a50aa5eb85b5f806b945f19ba1acefa6a99d
--- /dev/null
+++ b/configure_for_datashadow
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./configure --enable-datashadow --enable-libc --prefix=$ZIPR_INSTALL $*