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 to use the password authenticated server. */ 12 #undef AUTH_SERVER_SUPPORT 13 14 /* Define if you want encryption support. */ 15 #undef ENCRYPTION 16 17 /* Define if you have the connect function. */ 18 #undef HAVE_CONNECT 19 20 /* Define if this system supports chown(), link(), and friends. */ 21 #undef PRESERVE_PERMISSIONS_SUPPORT 22 23 /* Define if you have memchr (always for CVS). */ 24 #undef HAVE_MEMCHR 25 26 /* Define if you have strchr (always for CVS). */ 27 #undef HAVE_STRCHR 28 29 /* Define if utime requires write access to the file (true on Windows, 30 but not Unix). */ 31 #undef UTIME_EXPECTS_WRITABLE 32 33 /* Define if setmode is required when writing binary data to stdout. */ 34 #undef USE_SETMODE_STDOUT 35 36 /* Define if the diff library should use setmode for binary files. 37 FIXME: Why two different macros for setmode? */ 38 #undef HAVE_SETMODE 39 40 /* Define if you have the crypt function. */ 41 #undef HAVE_CRYPT 42 43 /* Define if you have the getspnam function. */ 44 #undef HAVE_GETSPNAM 45 46 /* Define to force lib/regex.c to use malloc instead of alloca. */ 47 #undef REGEX_MALLOC 48 49 /* Define to force lib/regex.c to define re_comp et al. */ 50 #undef _REGEX_RE_COMP 51