1#!/bin/sh
2
3for symbol in `cat "$@"` ; do
4  echo "#define ${symbol} JEMALLOC_N(${symbol})"
5done
6