1 /***************************************************************************
2  * LPRng - An Extended Print Spooler System
3  *
4  * Copyright 1988-2003, Patrick Powell, San Diego, CA
5  *     papowell@lprng.com
6  * See LICENSE for conditions of use.
7  ***************************************************************************/
8 
9 
10 
11 #ifndef _KRB5_AUTH_H
12 #define _KRB5_AUTH_H 1
13 
14 #ifndef WITHPLUGINS
15 #include "user_auth.h"
16 
17 #if defined(KERBEROS)
18 extern const struct security kerberos5_auth;
19 extern const struct security k5conn_auth;
20 #endif
21 #endif
22 
23 #endif
24