/usr/include/libgoffice-0.8/goffice/goffice-features.h is in libgoffice-0.8-dev 0.8.17-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | /* 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. */
/* #undef GOFFICE_WITH_LONG_DOUBLE */
/* 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.8.17"
/* The Epoch of this release */
#define GO_VERSION_EPOCH 0
/* The Major version number of this release */
#define GO_VERSION_MAJOR 8
/* The Minor version number of this release */
#define GO_VERSION_MINOR 17
/* 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 */
#define GOFFICE_WITH_GCONF 1
/* Define if GOffice uses Gtk+ */
#define GOFFICE_WITH_GTK 1
#endif /* GOFFICE_FEATURES_H */
|