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 @@
/*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "opt_inet6.h"
#include "opt_ipsec.h"