OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / classpath / Configuration.h
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 public:
29   static ::java::lang::String * CLASSPATH_HOME;
30   static ::java::lang::String * CLASSPATH_VERSION;
31   static jboolean DEBUG;
32   static const jboolean INIT_LOAD_LIBRARY = 0;
33   static ::java::lang::String * default_awt_peer_toolkit;
34   static const jboolean JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = 0;
35   static ::java::lang::Class class$;
36 };
37
38 #endif // __gnu_classpath_Configuration__