| 124 |
#define MATCH_LIMIT_RECURSION MATCH_LIMIT |
#define MATCH_LIMIT_RECURSION MATCH_LIMIT |
| 125 |
#endif |
#endif |
| 126 |
|
|
| 127 |
|
/* These three limits are parameterized just in case anybody ever wants to |
| 128 |
|
change them. Care must be taken if they are increased, because they guard |
| 129 |
|
against integer overflow caused by enormously large patterns. */ |
| 130 |
|
|
| 131 |
|
#ifndef MAX_NAME_SIZE |
| 132 |
|
#define MAX_NAME_SIZE 32 |
| 133 |
|
#endif |
| 134 |
|
|
| 135 |
|
#ifndef MAX_NAME_COUNT |
| 136 |
|
#define MAX_NAME_COUNT 10000 |
| 137 |
|
#endif |
| 138 |
|
|
| 139 |
|
#ifndef MAX_DUPLENGTH |
| 140 |
|
#define MAX_DUPLENGTH 30000 |
| 141 |
|
#endif |
| 142 |
|
|
| 143 |
/* End */ |
/* End */ |