summaryrefslogtreecommitdiffstats
path: root/tap
AgeCommit message (Collapse)AuthorFilesLines
2009-01-15Clean up last commit - remove the __STDC_VERSION__ check in tap.hThomas Guyot-Sionnest1-4/+6
HP-UX refuses to compile tap with the check for __STDC_VERSION__ >= 199901L even though it can.
2009-01-14Trying to see if HP-UX will compile without the __STDC_VERSION__ check in tap.hThomas Guyot-Sionnest1-3/+3
2008-11-29Add Libtap as a bundled library (does not change any behaviour without ↵Thomas Guyot-Sionnest69-0/+2630
--enable-libtap) Detects system library as pre-1.4.13 and does not install the built-in library anymore Tested on: - Linux x86_64, with and without local libtap (System libtap installed) - Linux x86, with and without local libtap (System libtap NOT installed) - Solaris SPARC, with and without local libtap, with and without system libtap installed