diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 09:21:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 09:21:45 +0000 |
commit | d2986da510e6c7e4505c75a4b3fbb1940b2ad08d (patch) | |
tree | ebc252891ef89551a9d2cde9e164ba9d3c3e64ef /gnu/usr.bin/cvs/acconfig.h | |
parent | 2b1f6f285527e332944cd8a2802f26984978c7a9 (diff) |
raw import of cvs-1.6
Diffstat (limited to 'gnu/usr.bin/cvs/acconfig.h')
-rw-r--r-- | gnu/usr.bin/cvs/acconfig.h | 19 |
1 files changed, 19 insertions, 0 deletions
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 |