/[classpath]/classpath/gnu/classpath/Configuration.java.in
ViewVC logotype

Diff of /classpath/gnu/classpath/Configuration.java.in

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

revision 1.16 by mark, Sat Jul 2 20:32:09 2005 UTC revision 1.17 by jfrijters, Tue Jul 26 09:10:31 2005 UTC
# Line 80  public interface Configuration Line 80  public interface Configuration
80    boolean INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@;    boolean INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@;
81    
82    /**    /**
    * Set to true if the VM provides a native method to implement  
    * Proxy.getProxyClass completely, including argument verification.  
    * If this is true, HAVE_NATIVE_GET_PROXY_DATA and  
    * HAVE_NATIVE_GENERATE_PROXY_CLASS should be false.  
    * @see java.lang.reflect.Proxy  
    */  
   boolean HAVE_NATIVE_GET_PROXY_CLASS = false;  
   
   /**  
    * Set to true if the VM provides a native method to implement  
    * the first part of Proxy.getProxyClass: generation of the array  
    * of methods to convert, and verification of the arguments.  
    * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false.  
    * @see java.lang.reflect.Proxy  
    */  
   boolean HAVE_NATIVE_GET_PROXY_DATA = false;  
   
   /**  
    * Set to true if the VM provides a native method to implement  
    * the second part of Proxy.getProxyClass: conversion of an array of  
    * methods into an actual proxy class.  
    * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false.  
    * @see java.lang.reflect.Proxy  
    */  
   boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = false;  
   
   /**  
83     * Name of default AWT peer library.     * Name of default AWT peer library.
84     */     */
85    String default_awt_peer_toolkit = "@default_toolkit@";    String default_awt_peer_toolkit = "@default_toolkit@";

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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