#!/bin/bash

test -n include/config.h || exit 1

cat - <<EOF >>include/config.h

/* override by Debian build system */
#ifndef $1
# define $1 $2
#endif /* $1 */
EOF

exit 0
