diff options
author | Patrick Monnerat <pm@datasphere.ch> | 2014-07-23 16:15:01 +0200 |
---|---|---|
committer | Patrick Monnerat <pm@datasphere.ch> | 2014-07-23 16:15:01 +0200 |
commit | 8efc11a0c1be6a460d3abc4bb8a02f4bc8e24ee3 (patch) | |
tree | 6b346461db42dac54ee4eb17e049d9773dc88043 /lib/config-os400.h | |
parent | 2cd0c2d244a95f1c9e21a8854234023ceec194b6 (diff) | |
download | curl-8efc11a0c1be6a460d3abc4bb8a02f4bc8e24ee3.tar.gz |
GSSAPI: private export mechanisms OIDs. OS400: Make RPG binding up to date.
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 |