pike.git
/
src
/
modules
/
Kerberos
/
kerberos.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Kerberos/kerberos.cmod:1:
/* -*- c -*-
-
* $Id: kerberos.cmod,v 1.
3
2008/
05
/
29
21:
58
:
44
mast Exp $
+
* $Id: kerberos.cmod,v 1.
4
2008/
07
/
31
21:
16
:
05
mast Exp $
* * Kerberos support for Pike. * * 2004-05-12 Henrik Grubbström * * FIXME: Currently only minimal support, and only for Kerberos 5 (not 4). */ #include "global.h" #include "config.h" #include "svalue.h" #include "module.h" #include "interpret.h"
-
#if defined(HAVE_KRB5_H) && defined(HAVE_LIBKRB5)
-
#define HAVE_KRB5
-
#endif
-
+
DECLARATIONS /* #define KRB_DEBUG */ #ifdef KRB_DEBUG #define KRB_FPRINTF(X) fprintf X #else /* !KRB_DEBUG */ #define KRB_FPRINTF(X) #endif /* KRB_DEBUG */