ENH: C++ configuration should include C configuration.

This commit is contained in:
Brad King 2005-06-09 08:02:58 -04:00
parent c1f64baa4a
commit 943108cadf

View File

@ -14,6 +14,9 @@
#ifndef @KWSYS_NAMESPACE@_Configure_hxx
#define @KWSYS_NAMESPACE@_Configure_hxx
/* Include C configuration. */
#include <@KWSYS_NAMESPACE@/Configure.h>
/* Whether kwsys namespace is "kwsys". */
#define @KWSYS_NAMESPACE@_NAME_IS_KWSYS @KWSYS_NAME_IS_KWSYS@