1 /* Define if you have MIT Kerberos version 4 available. */ 2 #undef HAVE_KERBEROS 3 4 /* Define if you want CVS to be able to be a remote repository client. */ 5 #undef CLIENT_SUPPORT 6 7 /* Define if you want CVS to be able to serve repositories to remote 8 clients. */ 9 #undef SERVER_SUPPORT 10 11 /* Define if you want encryption support. */ 12 #undef ENCRYPTION 13 14 /* Define if you have the connect function. */ 15 #undef HAVE_CONNECT 16 17 /* Define if this system supports chown(), link(), and friends. */ 18 #undef PRESERVE_PERMISSIONS_SUPPORT 19 20 /* Define if you have memchr (always for CVS). */ 21 #undef HAVE_MEMCHR 22 23 /* Define if you have strchr (always for CVS). */ 24 #undef HAVE_STRCHR 25 26 /* Define if utime requires write access to the file (true on Windows, 27 but not Unix). */ 28 #undef UTIME_EXPECTS_WRITABLE 29 30 /* Define if setmode is required when writing binary data to stdout. */ 31 #undef USE_SETMODE_STDOUT 32 33 /* Define if the diff library should use setmode for binary files. 34 FIXME: Why two different macros for setmode? */ 35 #undef HAVE_SETMODE 36 37 /* Define if you have the crypt function. */ 38 #undef HAVE_CRYPT 39 40 /* Define if you have the getspnam function. */ 41 #undef HAVE_GETSPNAM 42 43 /* Define to force lib/regex.c to use malloc instead of alloca. */ 44 #undef REGEX_MALLOC 45 46 /* Define to force lib/regex.c to define re_comp et al. */ 47 #undef _REGEX_RE_COMP 48