1 /************************************************************************/
2 /*									*/
3 /*  The maximum depth of a list.					*/
4 /*									*/
5 /************************************************************************/
6 
7 #   ifndef	DOC_LIST_DEPTH_H
8 #   define	DOC_LIST_DEPTH_H
9 
10 #   define	PPoutlineBODYTEXT	9
11 #   define	PPoutlineDEEPEST	(PPoutlineBODYTEXT-1)
12 #   define	PPoutline_COUNT		10
13 
14 #   define	DLmaxLEVELS		9
15 
16 #   endif
17