repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
cam
/
libsrc
/
portal
/
wrlimit.h
blob
eaedc8fe9785fa14fb9c9a0b0aa525d94c6ea020
1
/*
2
@Copyright Looking Glass Studios, Inc.
3
1996,1997,1998,1999,2000 Unpublished Work.
4
*/
5
6
#ifndef __WRLIMIT_H
7
#define __WRLIMIT_H
8
9
#define MAX_REGIONS 16384
10
#define MAX_ACTIVE_REGIONS 768
11
12
#endif