diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-08-22 20:52:51 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-08-22 20:52:51 +0000 |
commit | ef97cc6c11f61403fd0f39b0d7c350286c611f93 (patch) | |
tree | 9ea1495624ab85d12e98d6a2e23779b98b2b0b9a /gnu/usr.bin/cvs/config.h.in | |
parent | d796c843402e6598b68921eb5af5747b1ee3aa85 (diff) |
Latest version from Cyclic
Diffstat (limited to 'gnu/usr.bin/cvs/config.h.in')
-rw-r--r-- | gnu/usr.bin/cvs/config.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/config.h.in b/gnu/usr.bin/cvs/config.h.in index af42df6b3f3..1280d2e54bd 100644 --- a/gnu/usr.bin/cvs/config.h.in +++ b/gnu/usr.bin/cvs/config.h.in @@ -74,6 +74,10 @@ /* Define if you have GSSAPI with MIT Kerberos version 5 available. */ #undef HAVE_GSSAPI +/* Define if GSS_C_NT_HOSTBASED_SERVICE is defined in the gssapi.h + header file. Only relevant when using GSSAPI. */ +#undef HAVE_GSS_C_NT_HOSTBASED_SERVICE + /* Define if you want CVS to be able to be a remote repository client. */ #undef CLIENT_SUPPORT @@ -191,6 +195,15 @@ /* Define if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define if you have the <gssapi.h> header file. */ +#undef HAVE_GSSAPI_H + +/* Define if you have the <gssapi/gssapi.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + +/* Define if you have the <gssapi/gssapi_generic.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_GENERIC_H + /* Define if you have the <io.h> header file. */ #undef HAVE_IO_H |