diff options
author | grant <grant@pkgsrc.org> | 2003-09-16 16:48:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-16 16:48:22 +0000 |
commit | b55c2bb5b15696d013b4e6c1b693a89ac3bd16e8 (patch) | |
tree | f9d10e8ffcf775b3a78d56f3f50253e9c0d6f8ca /pkgtools/libnbcompat/files/nbcompat/config.h.in | |
parent | 85e2f8afb196d2faa16b609fb0a0902110e545ac (diff) | |
download | pkgsrc-b55c2bb5b15696d013b4e6c1b693a89ac3bd16e8.tar.gz |
test that md5.h can be compiled and that it provides MD5Init(),
otherwise, pretend we don't have it. fixes build on some RedHat
systems where md5.h is incompatible with NetBSD's.
bump to 20030916.
Diffstat (limited to 'pkgtools/libnbcompat/files/nbcompat/config.h.in')
-rw-r--r-- | pkgtools/libnbcompat/files/nbcompat/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgtools/libnbcompat/files/nbcompat/config.h.in b/pkgtools/libnbcompat/files/nbcompat/config.h.in index dff1197e838..7751f12cb39 100644 --- a/pkgtools/libnbcompat/files/nbcompat/config.h.in +++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in @@ -158,6 +158,9 @@ /* Define to 1 if the `getopt_long' function is built into the library. */ #undef HAVE_NBCOMPAT_GETOPT_LONG +/* Define to 1 if the `MD5Init' function is built into the library. */ +#undef HAVE_NBCOMPAT_MD5INIT + /* Define to 1 if the `statfs' function is built into the library. */ #undef HAVE_NBCOMPAT_STATFS |