/[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.6 by mark, Tue Jan 22 22:26:56 2002 UTC revision 1.7 by mark, Sun Aug 18 16:17:28 2002 UTC
# Line 44  package gnu.classpath; Line 44  package gnu.classpath;
44  public interface Configuration  public interface Configuration
45  {  {
46    /**    /**
47       * The value of CLASSPATH_HOME is the location that the classpath
48       * libraries and support files where installed in. It is set according to
49       * the argument for --prefix given to configure and used to set the
50       * System property gnu.classpath.home.
51       */
52      String CLASSPATH_HOME = "@prefix@";
53    
54      /**
55     * The value of DEBUG is substituted according to whether the     * The value of DEBUG is substituted according to whether the
56     * "--enable-debug" argument was passed to configure. Code     * "--enable-debug" argument was passed to configure. Code
57     * which is made conditional based on the value of this flag - typically     * which is made conditional based on the value of this flag - typically

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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