[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] Problem with the md5 module
From: |
Paul Eggert |
Subject: |
Re: [bug-gnulib] Problem with the md5 module |
Date: |
Thu, 27 Jan 2005 22:04:29 -0800 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Martin Lambers <address@hidden> writes:
> I use the md5 module of gnulib.
>
> On systems with MD5Init(), MD5Update(), MD5Final() (for example *BSD or
> dietlibc), I would like to use these functions instead....
>
> Any ideas how I can do this?
The usual solution is to distribute a file called md5_.h (which would
be a copy of what is now gnulib/lib/md5.h), and to copy md5_.h to
md5.h only on systems where the standard <md5.h> doesn't suffice.
See, for example, gnulib's getopt and fnmatch modules. Perhaps you
can change the md5 module to do something similar; that would make
sense.