summaryrefslogtreecommitdiffstats
path: root/lib/libmagic/config.h
Commit message (Collapse)AuthorAgeFilesLines
* r235638 is not the clean way to add support for building on ancient FreeBSDobrien2012-09-111-2/+0
| | | | | | | | versions. Instead use Imp's good work on "legacy" and follow the outcome of the previous TRB discussions on this topic. Now use the libc getline() if it exists, and only where it doesn't create a bootstraping version.
* Don't depend on getline being on the build machine. That'smarcel2012-05-191-0/+2
| | | | not the case for FreeBSD 7.x machines.
* Update file(1) to version 5.11.obrien2012-04-191-12/+66
|
* Update to a config.h created by a file 5.03 configure script. This causesmarius2010-05-201-38/+57
| | | | | | | | | | file.1 to contain the correct version number and SIZEOF_LONG_LONG to be defined as appropriate, which is crucial for 64-bit big-endian ELF files to be handled correctly on big-endian systems. PR: 146387 Reviewed by: delphij MFC after: 3 days
* Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.obrien2009-05-041-33/+47
|
* Add strndup(3) prototype to string.h.kib2008-12-081-1/+1
| | | | | | | | | | | This change was erronously ommitted from the r185690, and attempt to simply add the prototype to string.h has revealed that several contributed programs defined local prototypes for strndup(), controlled by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to #define HAVE_STRNDUP 1. Next import of the corresponding program would regenerate config.h, overriding the changes in this commit. No objections from: kan
* Update for the 'file' 4.23 import.obrien2008-01-131-4/+23
|
* FreeBSD has <limits.h>.obrien2007-05-241-0/+3
|
* Update for the 'file' 4.21 import.obrien2007-05-241-1/+1
|
* Update for the 'file' 4.19 import.obrien2007-05-241-1/+10
|
* Update for the 'file' 4.17 import.obrien2006-06-191-54/+48
|
* Catch up with file 4.12 import.obrien2004-12-281-2/+2
|
* Bmake the library containing and processing the magic.obrien2004-08-091-0/+215
OpenPOWER on IntegriCloud