Arch-abstraction: fix up valgrind.h for future inclusion of other
architectures.  Had to recast it as valgrind.h.in;  now at configure time the
appropriate #define is set so that the appropriate snippet of assembly code is
chosen.  It's done this way rather than with x86/ etc. directories like the
rest of Valgrind, because this header file must stand alone for inclusion by
other programs.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2794 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.in b/configure.in
index dc0d7b0..7ce44c5 100644
--- a/configure.in
+++ b/configure.in
@@ -396,6 +396,7 @@
    tests/Makefile 
    tests/vg_regtest 
    tests/unused/Makefile 
+   include/valgrind.h 
    include/Makefile 
    include/x86/Makefile 
    auxprogs/Makefile