PennMUSH Community
Show
Ignore:
Timestamp:
07/08/07 20:50:12 (1 year ago)
Author:
shawnw
Message:

Merged 1.8.3p4 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/options.h.dist

    r523 r1032  
    3535 *       Recommended for FreeBSD, Linux, Mac OS X/Darwin, and other OS's 
    3636 *       where you think the malloc routines are efficient and debugged. 
    37  *       Otherwise, use only as a last resort
    38  *  1 -- Use the CSRI malloc package in normal mode.  
    39  *       Recommended for most operating systems where system malloc is 
    40  *       suspect. Known to work well on SunOS 4.1.x. 
     37 *       In other words, pretty much any fairly current OS releases
     38 *  1 -- Use the CSRI malloc package in normal mode. 
     39 *       Recomended for ancient OS releases. On anything modern, you'll want 
     40 *       the system malloc (Option 0).  
    4141 *  2 -- Use the CSRI malloc package in debug mode.  
    4242 *       Only use this if you're tracking down memory leaks. Don't use 
    4343 *       for a production MUSH - it's slow. 
    44  *  5 -- Use the GNU malloc (gmalloc) package.  
    45  *       Doesn't work on Alpha processors or FreeBSD systems, and 
    46  *       reportedly flaky on Linux. Requires an ANSI compiler. 
    47  *       Otherwise, similar to CSRI malloc. 
    48  *  3, 4, 6 -- Same as 0, kept for compatibility.  
     44 *  3, 4, 5, 6 -- Same as 0, kept for compatibility.  
    4945 */ 
    5046#define MALLOC_PACKAGE 0