blob: 1632a96892a2b3192078421886e1489c9619c1e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Define if you have MIT Kerberos version 4 available. */
#undef HAVE_KERBEROS
/* 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
|