1 #ifndef AGG_CONFIG_INCLUDED
2 #define AGG_CONFIG_INCLUDED
4 // This file can be used to redefine the default basic types such as:
15 // Just replace this file with new defines if necessary.
16 // For example, if your compiler doesn't have a 64 bit integer type
17 // you can still use AGG if you define the follows:
19 // #define AGG_INT64 int
20 // #define AGG_INT64U unsigned
22 // It will result in overflow in 16 bit-per-component image/pattern resampling
23 // but it won't result any crash and the rest of the library will remain