/usr/include/polybori/config.h is in libpolybori-dev 0.8.3-5build1.
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 | /* File: libpolybori/include/polybori/config.h
* Automatically generated by PolyBoRi 0.8.3 */
#ifndef polybori_config_h_
#define polybori_config_h_
#ifndef PBORI_NDEBUG
#define PBORI_NDEBUG
#endif
#ifndef SIZEOF_VOID_P
#define SIZEOF_VOID_P 8
#endif
#ifndef SIZEOF_INT
#define SIZEOF_INT 4
#endif
#ifndef SIZEOF_LONG
#define SIZEOF_LONG 8
#endif
#ifndef PBORI_HAVE_TR1_UNORDERED_MAP
#define PBORI_HAVE_TR1_UNORDERED_MAP
#endif
#ifndef PBORI_HAVE_M4RI
#define PBORI_HAVE_M4RI
#endif
#ifndef PBORI_HAVE_M4RI_PNG
#define PBORI_HAVE_M4RI_PNG
#endif
#endif /* polybori_config_h_ */
|