Home | History | Annotate | Line # | Download | only in unit
      1  1.1  christos #!/bin/sh
      2  1.1  christos 
      3  1.1  christos if [ "x${enable_prof}" = "x1" ] ; then
      4  1.1  christos   export MALLOC_CONF="prof:true,prof_active:false"
      5  1.1  christos fi
      6