diff options
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index 889627780..e65e30acd 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -175,6 +175,15 @@ /* Define if you have GSS API. */ #define HAVE_GSSAPI +/* Define if you have the GNU gssapi libraries */ +#undef HAVE_GSSGNU + +/* Define if you have the Heimdal gssapi libraries */ +#define HAVE_GSSHEIMDAL + +/* Define if you have the MIT gssapi libraries */ +#undef HAVE_GSSMIT + /* Define if you have the `ucb' library (-lucb). */ #undef HAVE_LIBUCB |