/* goffice/goffice-features.h. Generated from goffice-features.h.in by configure. */ /* * goffice-features.h.in: * * Copyright (C) 2005 Morten Welinder (terra@gnome.org) */ #ifndef GOFFICE_FEATURES_H #define GOFFICE_FEATURES_H /* Define if G Office supports long double. */ #define GOFFICE_WITH_LONG_DOUBLE 1 /* Define if G Office supplies acosh. */ /* #undef GOFFICE_SUPPLIED_ACOSH */ /* Define if G Office supplies asinh. */ /* #undef GOFFICE_SUPPLIED_ASINH */ /* Define if G Office supplies atanh. */ /* #undef GOFFICE_SUPPLIED_ATANH */ /* Define if G Office supplies expm1. */ /* #undef GOFFICE_SUPPLIED_EXPM1 */ /* Define if G Office supplies frexpl. */ /* #undef GOFFICE_SUPPLIED_FREXPL */ /* Define if G Office supplies ldexpl. */ /* #undef GOFFICE_SUPPLIED_LDEXPL */ /* Define if G Office supplies modfl. */ /* #undef GOFFICE_SUPPLIED_MODFL */ /* Define if G Office supplies strtold. */ #define GOFFICE_SUPPLIED_STRTOLD 1 /* The version number of this release, possibly with additional suffix */ #define GOFFICE_VERSION "0.2.2" /* The Epoch of this release */ #define GO_VERSION_EPOCH 0 /* The Major version number of this release */ #define GO_VERSION_MAJOR 2 /* The Minor version number of this release */ #define GO_VERSION_MINOR 2 /* Extra, possibly empty tag for this release */ #define GO_VERSION_EXTRA "" #endif /* GOFFICE_FEATURES_H */