aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Finish update for cvs-1.11.5. Some build-time tunables were moved fromPeter Wemm2003-01-211-476/+0
| | | | | | | | | | | options.h to config.h.in and set via ./configure when built normally. Export some of the build knobs to the Makefile here, overridable from /etc/make.conf. Also get the version strings right. config.h was repocopied to config.h.proto, and we do a limited sed on it at build time now. Notes: svn path=/head/; revision=109667
* Update for cvs-1.11.5 import (note to self: gotta fix the version tags)Peter Wemm2003-01-211-2/+2
| | | | Notes: svn path=/head/; revision=109663
* Sigh. Another wrong version string. However, this one isn't used in thePeter Wemm2002-12-041-1/+1
| | | | | | | | | build. Approved by: re Notes: svn path=/head/; revision=107568
* Oops. Use the correct version number. The number that was here was thePeter Wemm2002-12-031-1/+1
| | | | | | | | | one that I originally used on freefall etc. Approved by: re Notes: svn path=/head/; revision=107564
* Update bmake glue after 1.11.2.1-20021201 import. options.h is no longerPeter Wemm2002-12-021-215/+341
| | | | | | | | | | touched by configure in the autoconf system and a standard version is now used. Approved by: re Notes: svn path=/head/; revision=107488
* cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses itsPeter Wemm2002-09-021-1/+1
| | | | | | | | | internal buffer management somehow (an off by one perhaps). HAVE_MMAP wasn't detected because configure has a bogus declaration of malloc which conflicted with stdlib.h. Sigh. Notes: svn path=/head/; revision=102854
* Update for 1.11.1p1 -> 1.11.2 importPeter Wemm2002-09-021-1/+16
| | | | Notes: svn path=/head/; revision=102846
* *** empty log message ***Peter Wemm2001-08-101-9/+38
| | | | Notes: svn path=/head/; revision=81410
* Regenerated. There are a bunch of changes from this round of ./configurePeter Wemm2000-10-021-24/+51
| | | | | | | | but none of them are used or make any difference (at least in the FreeBSD version). Notes: svn path=/head/; revision=66532
* Update files generated by configure.Peter Wemm1999-12-111-0/+14
| | | | Notes: svn path=/head/; revision=54443
* indicate ability to support the PerservePermissions stuffPeter Wemm1998-03-101-0/+3
| | | | Notes: svn path=/head/; revision=34469
* Update config.hPeter Wemm1998-01-261-6/+41
| | | | Notes: svn path=/head/; revision=32791
* Update to build the new cvs versionPeter Wemm1997-05-151-15/+31
| | | | Notes: svn path=/head/; revision=25845
* Update to use the cvs-1.8.1 sources from src/contrib/cvsPeter Wemm1996-08-201-24/+2
| | | | Notes: svn path=/head/; revision=17726
* Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-101-5/+105
| | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12752
* Original sources from CVS-1.4A2 munged to fit our directory structure.Nate Williams1995-03-311-0/+133
Notes: svn path=/vendor/cvs/dist/; revision=7516