Added MAX_SEC_CTX_DEPTH
authorTim Potter <tpot@samba.org>
Fri, 23 Jun 2000 06:19:26 +0000 (06:19 +0000)
committerTim Potter <tpot@samba.org>
Fri, 23 Jun 2000 06:19:26 +0000 (06:19 +0000)
(This used to be commit 2bf21395ba4999d0392d6f54093ddc8861323ddd)

source3/include/includes.h

index 886fb446cd047dd1c4a6317d1f5862b02ef713ce..1400b2f07e6f8c66bd57044b9612f13b0de75155 100644 (file)
@@ -933,4 +933,6 @@ int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
 
 extern int DEBUGLEVEL;
 
+#define MAX_SEC_CTX_DEPTH 8    /* Maximum number of security contexts */
+
 #endif /* _INCLUDES_H */