/usr/include/x86_64-linux-gnu/oce-config.h is in liboce-foundation-dev 0.17.1-1.
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 | /****************************************************************
**
** File: oce_install_config.h.cmake, oce-config.h
**
** This configuration header is installed with OCE headers.
** It should NOT be used while building OCE. It defines
** a subset of the macros configured by CMake. This subset is
** used by the installed OCE headers.
**
****************************************************************/
/* #undef MACOSX_USE_GLX */
/* #undef OCE_HAVE_ATOMIC_H */
/* #undef OCE_IS_DUPLICATE_UINT32_T */
#define OCC_VERSION_DEVELOPMENT "oce-0.17"
|