Initial commit.
[agg.git] / config.h
blob9752fa45b0bf9a4a4d293244fcfd00f39bedfe83
1 #ifndef AGG_CONFIG_H
2 #define AGG_CONFIG_H
4 #define READ_BUFFER_SIZE 16
5 #define TEXT_BUFFER_SIZE 8192
6 #define FILE_NAME_LENGTH 32
8 #endif