blob: 53ae29e7feacfc32bb5205627d0ae83ce83c725e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|