Add HAVE_CONFIG_H support to let files receive configure defines.

This commit is contained in:
Ralf Corsepius
2010-03-27 05:36:47 +00:00
parent 3dc47aefc5
commit a26ced8181
4 changed files with 16 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/termios.h>
#include <rtems/termiostypes.h>

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/termios.h>
#include <rtems/termiostypes.h>

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/termios.h>
#include <rtems/termiostypes.h>

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/termios.h>
#include <rtems/termiostypes.h>