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