From d2986da510e6c7e4505c75a4b3fbb1940b2ad08d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 19 Dec 1995 09:21:45 +0000 Subject: raw import of cvs-1.6 --- gnu/usr.bin/cvs/acconfig.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gnu/usr.bin/cvs/acconfig.h (limited to 'gnu/usr.bin/cvs/acconfig.h') diff --git a/gnu/usr.bin/cvs/acconfig.h b/gnu/usr.bin/cvs/acconfig.h new file mode 100644 index 00000000000..53ae29e7fea --- /dev/null +++ b/gnu/usr.bin/cvs/acconfig.h @@ -0,0 +1,19 @@ +/* Define if you have MIT Kerberos version 4 available. */ +#undef HAVE_KERBEROS + +/* This is always defined; it tells some library files to include + CVS-specific features. */ +#undef CVS_SUPPORT + +/* Define if you want CVS to be able to be a remote repository client. */ +#undef CLIENT_SUPPORT + +/* Define if you want CVS to be able to serve repositories to remote + clients. */ +#undef SERVER_SUPPORT + +/* the path to the gnu diff program on your system */ +#undef DIFF + +/* the path to the gnu grep program on your system */ +#undef GREP -- cgit v1.2.3