summaryrefslogtreecommitdiffstats
path: root/lib/replace/replace-testsuite.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/replace: Try to fix build on HP-UX for os2_delete testAndrew Bartlett2012-09-231-6/+3
| | | | | | | | | | | | The issue is that this file is both used in an autoconf test, and later in a smbtorture test. Because os2_delete.c does not include replace.h, bool may not be defined. So, instead we shift the need for bool to a different header. (The readdir tests in repdir.m4 are not yet in the waf configure). Andrew Bartlett
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-09-231-0/+13