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