/* bft_config_priv.h. Generated from bft_config_priv.h.in by configure. */ /* bft_config_priv.h.in. Generated from configure.ac by autoheader. */ #ifndef __BFT_CONFIG_PRIV_H__ #define __BFT_CONFIG_PRIV_H__ /* 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. */ /* HAVE_CPLUS_DEMANGLE */ /* #undef HAVE_CPLUS_DEMANGLE */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #define HAVE_FSEEKO 1 /* Define to 1 if you have the `getrusage' function. */ #define HAVE_GETRUSAGE 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* HAVE_GLIBC_BACKTRACE */ /* #undef HAVE_GLIBC_BACKTRACE */ /* Define to 1 if the system has the type `int32_t'. */ /* #undef HAVE_INT32_T */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if the system has the type `long long'. */ #define HAVE_LONG_LONG 1 /* HAVE_MALLINFO */ /* #undef HAVE_MALLINFO */ /* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 /* HAVE_MALLOC_HOOKS */ /* #undef HAVE_MALLOC_HOOKS */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `mkdir' function. */ #define HAVE_MKDIR 1 /* Define to 1 if you have the `posix_memalign' function. */ /* #undef HAVE_POSIX_MEMALIGN */ /* Define to 1 if the system has the type `ptrdiff_t'. */ /* #undef HAVE_PTRDIFF_T */ /* Define to 1 if you have the `sbrk' function. */ #define HAVE_SBRK 1 /* Define to 1 if stdbool.h conforms to C99. */ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `sysinfo' function. */ /* #undef HAVE_SYSINFO */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_PROCFS_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_SIGNAL_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSINFO_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_UTSNAME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if the system has the type `unsigned long long'. */ #define HAVE_UNSIGNED_LONG_LONG 1 /* gzipped file support */ #define HAVE_ZLIB 1 /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 /* LOCALEDIR */ #define LOCALEDIR "/share/locale" /* Name of package */ #define PACKAGE "bft" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "yvan.fournier@edf.fr" /* Define to the full name of this package. */ #define PACKAGE_NAME "bft" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "bft 1.0.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bft" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.0.3" /* The size of `double', as computed by sizeof. */ #define SIZEOF_DOUBLE 8 /* The size of `float', as computed by sizeof. */ #define SIZEOF_FLOAT 4 /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of `long', as computed by sizeof. */ #define SIZEOF_LONG 4 /* The size of `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 /* The size of `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 0 /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* The size of `void *', as computed by sizeof. */ #define SIZEOF_VOID_P 4 /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ #define VERSION "1.0.3" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ /* #undef _LARGEFILE_SOURCE */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* bft_OS_HP_UX */ /* #undef bft_OS_HP_UX */ /* bft_OS_IRIX64 */ /* #undef bft_OS_IRIX64 */ /* bft_OS_Linux */ /* #undef bft_OS_Linux */ /* bft_OS_OSF1 */ /* #undef bft_OS_OSF1 */ /* bft_OS_SunOS */ /* #undef bft_OS_Solaris */ /* bft_OS_UNIX_System_V */ /* #undef bft_OS_UXPV */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `int' if does not define. */ #define pid_t int /* Define to `unsigned int' if does not define. */ /* #undef size_t */ #endif /* __BFT_CONFIG_PRIV_H__ */