MagickCore  6.9.12-19
Convert, Edit, Or Compose Bitmap Images
magick-config.h File Reference
Include dependency graph for magick-config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAGICKCORE_STRING_QUOTE(str)   #str
 
#define MAGICKCORE_STRING_XQUOTE(str)   MAGICKCORE_STRING_QUOTE(str)
 
#define MAGICKCORE_ABI_SUFFIX   "Q" MAGICKCORE_STRING_XQUOTE(MAGICKCORE_QUANTUM_DEPTH)
 
#define MAGICKCORE_DIR_SEPARATOR_CHAR   '/'
 
#define MAGICKCORE_DIR_SEPARATOR   "/"
 
#define MAGICKCORE_PATH_SEPARATOR_CHAR   ':'
 
#define MAGICKCORE_PATH_SEPARATOR   ":"
 

Macro Definition Documentation

#define MAGICKCORE_ABI_SUFFIX   "Q" MAGICKCORE_STRING_XQUOTE(MAGICKCORE_QUANTUM_DEPTH)
#define MAGICKCORE_DIR_SEPARATOR   "/"
#define MAGICKCORE_DIR_SEPARATOR_CHAR   '/'
#define MAGICKCORE_PATH_SEPARATOR   ":"
#define MAGICKCORE_PATH_SEPARATOR_CHAR   ':'
#define MAGICKCORE_STRING_QUOTE (   str)    #str

stringify

#define MAGICKCORE_STRING_XQUOTE (   str)    MAGICKCORE_STRING_QUOTE(str)