diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-11 15:12:37 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-11 15:12:37 +0000 |
| commit | 47e98476fee7d4d1ff1796408f15724f8d786ddb (patch) | |
| tree | 9fd4f754693630dfa440b03788440f30f7b4cf0c /gnu/usr.bin/cvs/lib | |
| parent | 740ab0e82948299c8045056fd2ffd9024658427d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs/lib')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/config.h | 14 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/lib/config.h.proto | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h index 67751b828f2de..4de42413f50ea 100644 --- a/gnu/usr.bin/cvs/lib/config.h +++ b/gnu/usr.bin/cvs/lib/config.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -75,6 +76,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. */ #define CLIENT_SUPPORT 1 @@ -192,6 +197,15 @@ /* Define if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 +/* 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 */ diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto index 67751b828f2de..4de42413f50ea 100644 --- a/gnu/usr.bin/cvs/lib/config.h.proto +++ b/gnu/usr.bin/cvs/lib/config.h.proto @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -75,6 +76,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. */ #define CLIENT_SUPPORT 1 @@ -192,6 +197,15 @@ /* Define if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 +/* 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 */ |
