Add HAVE_CONFIG_H support to let files receive configure defines.

This commit is contained in:
Ralf Corsepius
2010-03-28 05:50:29 +00:00
parent 39bad7e853
commit b25b88e732
42 changed files with 168 additions and 0 deletions

View File

@@ -27,6 +27,10 @@
** -- You can print out the digest using MDprint(&MD)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* Implementation notes:
** This implementation assumes that ints are 32-bit quantities.
*/

View File

@@ -33,6 +33,10 @@
***********************************************************************
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h> /* memcpy */
#include "md5.h"