Branch: Tag:

2004-03-16

2004-03-16 14:43:02 by Martin Stjernholm <mast@lysator.liu.se>

Since the cleanup code is fairly decent now I figured it could be
interesting to have a configure option --with-cleanup-on-exit to enable it
explicitly.

Rev: src/acconfig.h:1.139
Rev: src/configure.in:1.820
Rev: src/global.h:1.96

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: global.h,v 1.95 2003/12/07 19:42:03 marcus Exp $ + || $Id: global.h,v 1.96 2004/03/16 14:43:02 mast Exp $   */      #ifndef GLOBAL_H
408:   #define PMOD_PROTO   #endif    + #ifndef DO_PIKE_CLEANUP   #if defined(PURIFY) || defined(__CHECKER__) || \    defined(DEBUG_MALLOC) || defined(USE_VALGRIND)   #define DO_PIKE_CLEANUP   #endif -  + #endif      #ifdef PIKE_SECURITY   #define DO_IF_SECURITY(X) X