/* 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 supports Decimal64. */ /* #undef GOFFICE_WITH_DECIMAL64 */ /* 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. */ /* #undef GOFFICE_SUPPLIED_STRTOLD */ /* The version number of this release, possibly with additional suffix */ #define GOFFICE_VERSION "0.10.57" /* The Epoch of this release */ #define GO_VERSION_EPOCH 0 /* The Major version number of this release */ #define GO_VERSION_MAJOR 10 /* The Minor version number of this release */ #define GO_VERSION_MINOR 57 /* Extra, possibly empty tag for this release */ #define GO_VERSION_EXTRA "" /* Define if Goffice uses Cairo */ #define GOFFICE_WITH_CAIRO 1 /* Define if GOffice uses GConf */ /* #undef GOFFICE_WITH_GCONF */ /* Define if GOffice uses Gtk+ */ #define GOFFICE_WITH_GTK 1 #endif /* GOFFICE_FEATURES_H */