Prep for modular builds by adding guarded #include "config.h" everywhere.

This commit is contained in:
Adam Jackson 2005-07-11 02:29:47 +00:00
parent 7b856f1c89
commit ec9e857716
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* All drivers should typically include these */
#include "xf86.h"
#include "xf86_OSproc.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"

View File

@ -4,6 +4,10 @@
* Copyright 2002, SuSE Linux AG, Author: Egbert Eich
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* All drivers should typically include these */
#include "xf86.h"
#include "xf86_OSproc.h"