repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Renaming and documenting bugs.
[agg.git]
/
config.h
blob
9752fa45b0bf9a4a4d293244fcfd00f39bedfe83
1
#ifndef AGG_CONFIG_H
2
#define AGG_CONFIG_H
3
4
#define READ_BUFFER_SIZE 16
5
#define TEXT_BUFFER_SIZE 8192
6
#define FILE_NAME_LENGTH 32
7
8
#endif