org.apache.jserv
Interface JServDefs

All Known Implementing Classes:
JServ

public abstract interface JServDefs

This interface is a placeholder for some of the constants used throughout the ApacheJServ project. In particular, the PACKAGE and VERSION variables are also used in ${srcdir}/configure and propagated as defines to the C code.

Please keep the indentation style when you modify this file - the correct operation of the configuration scripts depends on it.

Version:
$Revision: 1.5 $ $Date: 2000/05/24 22:42:35 $

Field Summary
static java.lang.String ENCODING
          Encoding: "ISO-8859-1"
static java.lang.String PACKAGE
          Defines the name of the package.
static boolean PROFILE
          Enables or disables the PROFILE flag.
static boolean TURBO
          Enables or disables TURBO flag.
static java.lang.String VERSION
          Defines the current version of the package.
 

Field Detail

PACKAGE

public static final java.lang.String PACKAGE
Defines the name of the package.

VERSION

public static final java.lang.String VERSION
Defines the current version of the package.

TURBO

public static final boolean TURBO
Enables or disables TURBO flag. If this flag is turned on, the application is compiled for maximum performance.

PROFILE

public static final boolean PROFILE
Enables or disables the PROFILE flag. If this flag is turned on, the application is compiled to allow profiling. The default is false.

ENCODING

public static final java.lang.String ENCODING
Encoding: "ISO-8859-1"