#!/bin/sh

(
echo "/* automagicly generated */"

if test -f ../langhooks.h ; then
  echo "#define HAVE_LANG_HOOKS_H"
else
  echo "#undef HAVE_LANG_HOOKS_H"
fi 

) > ksi-config.h

