1*8e33eff8Schristos#!/bin/sh 2*8e33eff8Schristos 3*8e33eff8Schristosif [ "x${enable_fill}" = "x1" ] ; then 4*8e33eff8Schristos export MALLOC_CONF="abort:false,junk:false,zero:true" 5*8e33eff8Schristosfi 6