#ifndef __BFT_CONFIG_H__
#define __BFT_CONFIG_H__

/* bft_config.h. Generated by configure */

/*
  This file is part of the Base Functions and Types library, intended to
  simplify and enhance portability, memory and I/O use for scientific codes.

  Copyright (C) 2004-2006  EDF

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

/* Complete version number */
#define BFT_VERSION "1.0.3"

/* Major version number */
#define BFT_MAJOR_VERSION 1

/* Minor version number */
#define BFT_MINOR_VERSION 0

/* Release version number */
#define BFT_RELEASE_VERSION 3

/* The size of a 'void *', as computed by sizeof. */
#define BFT_SIZEOF_VOID_P 4

/* The size of a 'short', as computed by sizeof. */
#define BFT_SIZEOF_SHORT 2

/* The size of a 'int', as computed by sizeof. */
#define BFT_SIZEOF_INT 4

/* The size of a 'long', as computed by sizeof. */
#define BFT_SIZEOF_LONG 4

/* The size of a 'long long', as computed by sizeof. */
#define BFT_SIZEOF_LONG_LONG 8

/* The size of a 'float', as computed by sizeof. */
#define BFT_SIZEOF_FLOAT 4

/* The size of a 'double', as computed by sizeof. */
#define BFT_SIZEOF_DOUBLE 8

/* The size of a 'off_t', as computed by sizeof. */
#define BFT_SIZEOF_OFF_T 0

/* The size of z_off_t, as returned by zlibCompileFlags. */
#define BFT_SIZEOF_Z_OFF_T 8

#endif /* __BFT_CONFIG_H__ */


syntax highlighted by Code2HTML, v. 0.9.1