git/reftable/constants.h

/*
Copyright 2020 Google LLC

Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file or at
https://developers.google.com/open-source/licenses/bsd
*/

#ifndef CONSTANTS_H
#define CONSTANTS_H

#define BLOCK_TYPE_LOG
#define BLOCK_TYPE_INDEX
#define BLOCK_TYPE_REF
#define BLOCK_TYPE_OBJ
#define BLOCK_TYPE_ANY

#define MAX_RESTARTS
#define DEFAULT_BLOCK_SIZE
#define DEFAULT_GEOMETRIC_FACTOR

#endif