/usr/include/glom-1.20/libglom/libglom_config.h is in libglom-1.20-dev 1.20.10-0ubuntu1.
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 | /* glom/libglom/libglom_config.h. Generated from libglom_config.h.in by configure. */
#ifndef GLOM_LIBGLOM_CONFIG_H
#define GLOM_LIBGLOM_CONFIG_H
/* "definition of GLOM_DTD_INSTALL_DIR" */
/* #undef GLOM_DTD_INSTALL_DIR */
/* Define to 1 if you have the `dcgettext' function. */
#define HAVE_DCGETTEXT 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define if the GNU gettext() function is already present or preinstalled. */
#define HAVE_GETTEXT 1
/* Define to 1 if you have the `strptime' function. */
#define HAVE_STRPTIME 1
/* Define to the installation prefix of the iso-codes module. */
#define ISO_CODES_PREFIX "/usr"
#endif /* GLOM_LIBGLOM_CONFIG_H */
|