diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-03-19 14:47:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-03-19 14:47:00 +0000 |
| commit | 43e0cf0679692d491cfc84d79fabdf31f2f6c175 (patch) | |
| tree | 83b653337b4911d9e94ce54584367e0f0abeb16e /contrib/cvs/acconfig.h | |
| parent | 76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (diff) | |
This commit was manufactured by cvs2svn to create tagvendor/misc-GNU/cvs/1.11-20080310
'cvs-vendor-v1_11_20080310'.
Notes
svn path=/vendor/cvs/dist/; revision=177391
svn path=/vendor/cvs/1.11-20080310/; revision=177393; tag=vendor/misc-GNU/cvs/1.11-20080310
Diffstat (limited to 'contrib/cvs/acconfig.h')
| -rw-r--r-- | contrib/cvs/acconfig.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/contrib/cvs/acconfig.h b/contrib/cvs/acconfig.h deleted file mode 100644 index de9d3792b747..000000000000 --- a/contrib/cvs/acconfig.h +++ /dev/null @@ -1,50 +0,0 @@ -/* 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 - -/* Define if you want to use the password authenticated server. */ -#undef AUTH_SERVER_SUPPORT - -/* Define if you want encryption support. */ -#undef ENCRYPTION - -/* Define if you have the connect function. */ -#undef HAVE_CONNECT - -/* Define if this system supports chown(), link(), and friends. */ -#undef PRESERVE_PERMISSIONS_SUPPORT - -/* Define if you have memchr (always for CVS). */ -#undef HAVE_MEMCHR - -/* Define if you have strchr (always for CVS). */ -#undef HAVE_STRCHR - -/* Define if utime requires write access to the file (true on Windows, - but not Unix). */ -#undef UTIME_EXPECTS_WRITABLE - -/* Define if setmode is required when writing binary data to stdout. */ -#undef USE_SETMODE_STDOUT - -/* Define if the diff library should use setmode for binary files. - FIXME: Why two different macros for setmode? */ -#undef HAVE_SETMODE - -/* Define if you have the crypt function. */ -#undef HAVE_CRYPT - -/* Define if you have the getspnam function. */ -#undef HAVE_GETSPNAM - -/* Define to force lib/regex.c to use malloc instead of alloca. */ -#undef REGEX_MALLOC - -/* Define to force lib/regex.c to define re_comp et al. */ -#undef _REGEX_RE_COMP |
