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

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