Home | History | Annotate | Line # | Download | only in cpp
      1  1.1  christos #!/bin/sh
      2  1.1  christos 
      3  1.1  christos XMALLOC_STR=""
      4  1.1  christos if [ "x${enable_xmalloc}" = "x1" ] ; then
      5  1.1  christos   XMALLOC_STR="xmalloc:false,"
      6  1.1  christos fi
      7  1.1  christos 
      8  1.1  christos export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:true"
      9