Add HAVE_CONFIG_H support to let files receive configure defines.

This commit is contained in:
Ralf Corsepius
2010-03-27 03:58:06 +00:00
parent 9fcba88f33
commit 7f74ab7d68
+4
View File
@@ -18,6 +18,10 @@
* covered by GPL, only the RTEMS license.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include <stdio.h>