File: pattern.h

package info (click to toggle)
bibclean 2.11.4-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,212 kB
  • ctags: 1,545
  • sloc: ansic: 10,737; makefile: 817; perl: 66; sh: 40; awk: 27; sed: 6
file content (11 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PATTERN_H_DEFINED_
#define PATTERN_H_DEFINED_

#if !defined(MAX_PATTERN_NAMES)
#define MAX_PATTERN_NAMES 100	/* maximum number of field/pattern types; */
				/* 100 is far more than ever likely to be */
				/* needed, but we only waste 8 bytes each for */
				/* unused entries */
#endif /* !defined(MAX_PATTERN_NAMES) */

#endif /* PATTERN_H_DEFINED_ */