1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_classpath_Configuration__
5 #define __gnu_classpath_Configuration__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace classpath
15     {
16         class Configuration;
17     }
18   }
19 }
20 
21 class gnu::classpath::Configuration : public ::java::lang::Object
22 {
23 
24   Configuration();
25   static ::java::lang::String * classpath_home();
26   static jboolean debug();
27   static ::java::lang::String * toolkit();
28   static ::java::lang::String * ecj();
29 public:
30   static ::java::lang::String * CLASSPATH_HOME;
31   static ::java::lang::String * CLASSPATH_VERSION;
32   static jboolean DEBUG;
33   static const jboolean INIT_LOAD_LIBRARY = 0;
34   static ::java::lang::String * default_awt_peer_toolkit;
35   static const jboolean JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = 0;
36   static ::java::lang::String * ECJ_JAR;
37   static const jboolean WANT_NATIVE_BIG_INTEGER = 1;
38   static ::java::lang::Class class$;
39 };
40 
41 #endif // __gnu_classpath_Configuration__
42