diff options
author | delphij <delphij@FreeBSD.org> | 2016-05-28 06:17:35 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-05-28 06:17:35 +0000 |
commit | 91ba1b1e4e9a4f9897c65479d05434356024147b (patch) | |
tree | 2f2ab8b6bef4f33da2b65712942db22ef56d2286 /contrib/file/config.h.in | |
parent | 7c96bdb9c8a1295e7cd4f855d10ea5dffe1085ec (diff) | |
download | FreeBSD-src-91ba1b1e4e9a4f9897c65479d05434356024147b.zip FreeBSD-src-91ba1b1e4e9a4f9897c65479d05434356024147b.tar.gz |
MFC r298192,299234,299238,299736:
file 5.27.
Diffstat (limited to 'contrib/file/config.h.in')
-rw-r--r-- | contrib/file/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/file/config.h.in b/contrib/file/config.h.in index 0397fe4..86efb6f 100644 --- a/contrib/file/config.h.in +++ b/contrib/file/config.h.in @@ -32,6 +32,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the `dprintf' function. */ +#undef HAVE_DPRINTF + /* Define to 1 if you have the <err.h> header file. */ #undef HAVE_ERR_H |