diff options
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 |