~tjoneslo/akiban-persistit/header-check-files-update

« back to all changes in this revision

Viewing changes to src/main/java/com/persistit/BuildConstants.java

  • Committer: Padraig O'Sullivan
  • Date: 2011-02-01 16:48:36 UTC
  • mfrom: (125.1.12 learning)
  • Revision ID: osullivan.padraig@gmail.com-20110201164836-mtdbk9d0rgcxpwye
Merge Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (c) 2004 Persistit Corporation. All Rights Reserved.
3
 
 *
4
 
 * The Java source code is the confidential and proprietary information
5
 
 * of Persistit Corporation ("Confidential Information"). You shall
6
 
 * not disclose such Confidential Information and shall use it only in
7
 
 * accordance with the terms of the license agreement you entered into
8
 
 * with Persistit Corporation.
9
 
 *
10
 
 * PERSISTIT CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
11
 
 * SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT
12
 
 * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
13
 
 * A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. PERSISTIT CORPORATION SHALL
14
 
 * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
15
 
 * MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
16
 
 * 
17
 
 * Created on Apr 14, 2005
18
 
 */
19
 
package com.persistit;
20
 
 
21
 
/**
22
 
 * @author Peter Beaman
23
 
 * @version 1.1
24
 
 */
25
 
public interface BuildConstants {
26
 
    final static boolean BUILD_SINGLE_THREAD = false;
27
 
    final static boolean BUILD_RELICORE = false;
28
 
}