/[gcl]/gcl/acconfig.h
ViewVC logotype

Diff of /gcl/acconfig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by mjthomas, Tue Jul 1 07:32:15 2003 UTC revision 1.24 by camm, Thu Sep 4 03:09:38 2003 UTC
# Line 10  is usually 4K or 8K bytes.  From 1 to 3 Line 10  is usually 4K or 8K bytes.  From 1 to 3
10  preallocated in a table at compile time.  this must be a power of 2 if  preallocated in a table at compile time.  this must be a power of 2 if
11  SGC is enabled.  */  SGC is enabled.  */
12    
13  #define MAXPAGE 32*1024  #define MAXPAGE 128*1024
14  #define VSSIZE 32768  #define VSSIZE 128*1024
15    #define BDSSIZE 2*1024
16    #define IHSSIZE 4*1024
17    #define FRSSIZE 4*1024
18    
19    
20  /* check to see if getcwd exists  /* check to see if getcwd exists
# Line 216  SGC is enabled.  */ Line 219  SGC is enabled.  */
219  /*  #define PAGESIZE (1<<PAGEWIDTH) */  /*  #define PAGESIZE (1<<PAGEWIDTH) */
220  /*  #endif */  /*  #endif */
221    
222  #undef SIZEOF_LONG_P  #undef SIZEOF_LONG
223    
224  #undef USE_DLOPEN  #undef USE_DLOPEN
225    
# Line 230  SGC is enabled.  */ Line 233  SGC is enabled.  */
233  /* Define if we have the JAPI library on board */  /* Define if we have the JAPI library on board */
234  #undef HAVE_JAPI_H  #undef HAVE_JAPI_H
235    
 /* Define if we have XDR functions on board */  
236  #undef HAVE_XDR  #undef HAVE_XDR
237    #undef ENDIAN_ALREADY_DEFINED
238    #undef USE_CLEANUP
239    #undef SIZEOF_CONTBLOCK

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26