/usr/include/GraphicsMagick/magick/magick_config.h is in libgraphicsmagick1-dev 1.3.12-1.1build1.
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 | /* magick/magick_config_api.h. Generated from magick_config_api.h.in by configure. */
/* Defines required by <magick/api.h> */
/* Define if you have X11 library */
#define HasX11 1
/* Number of bits in a pixel Quantum (8/16/32) */
#define QuantumDepth 8
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Prefix Magick library symbols with a common string. */
/* #undef PREFIX_MAGICK_SYMBOLS */
|