Add HAVE_CONFIG_H support to let files receive configure defines.

This commit is contained in:
Ralf Corsepius
2010-03-28 15:20:32 +00:00
parent d192aa3918
commit 56f61c7d6f
10 changed files with 40 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/*
* Instantiate an error checking wrapper for strtol (long)
*/