Add Proxy support.
From-SVN: r57635
This commit is contained in:
committed by
Anthony Green
parent
ccf7aef428
commit
d3cc3f10da
@@ -51,4 +51,9 @@ public interface Configuration
|
||||
|
||||
// For libgcj we never load the JNI libraries.
|
||||
boolean INIT_LOAD_LIBRARY = false;
|
||||
|
||||
// For libgcj we have native methods for proxy support....
|
||||
boolean HAVE_NATIVE_GET_PROXY_DATA = false;
|
||||
boolean HAVE_NATIVE_GET_PROXY_CLASS = false;
|
||||
boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user