[BACK]Return to gcconfig.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / include / private

Diff for /OpenXM_contrib2/asir2000/gc/include/private/gcconfig.h between version 1.9 and 1.12

version 1.9, 2003/06/24 05:11:42 version 1.12, 2003/10/08 00:32:35
Line 26 
Line 26 
   
 # define GCCONFIG_H  # define GCCONFIG_H
   
   /* added by noro */
   #define LARGE_CONFIG
   
 # ifndef GC_PRIVATE_H  # ifndef GC_PRIVATE_H
     /* Fake ptr_t declaration, just to avoid compilation errors.        */      /* Fake ptr_t declaration, just to avoid compilation errors.        */
     /* This avoids many instances if "ifndef GC_PRIVATE_H" below.       */      /* This avoids many instances if "ifndef GC_PRIVATE_H" below.       */
Line 957 
Line 960 
 #         define PROC_VDB  #         define PROC_VDB
 #       endif  #       endif
 #       define DYNAMIC_LOADING  #       define DYNAMIC_LOADING
   /* added by noro */
   #   define USE_MMAP
 #       if !defined(USE_MMAP) && defined(REDIRECT_MALLOC)  #       if !defined(USE_MMAP) && defined(REDIRECT_MALLOC)
 #           define USE_MMAP  #           define USE_MMAP
             /* Otherwise we now use calloc.  Mmap may result in the     */              /* Otherwise we now use calloc.  Mmap may result in the     */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.12

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>