libfreerdp: wrap inclusion of config.h with HAVE_CONFIG_H

This commit is contained in:
Marc-André Moreau 2012-08-14 17:41:40 -04:00
parent faa4311232
commit 910f9ffed6
11 changed files with 29 additions and 2 deletions

View File

@ -20,7 +20,10 @@
#ifndef __DRDYNVC_TYPES_H
#define __DRDYNVC_TYPES_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/dvc.h>
#include <freerdp/types.h>
#include <freerdp/utils/debug.h>

View File

@ -20,7 +20,10 @@
#ifndef __XFREERDP_H
#define __XFREERDP_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/freerdp.h>
#include <freerdp/channels/channels.h>
#include <freerdp/gdi/gdi.h>

View File

@ -21,7 +21,10 @@
#ifndef __LIBCHANNELS_H
#define __LIBCHANNELS_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/utils/debug.h>
#ifdef WITH_DEBUG_CHANNELS

View File

@ -21,7 +21,10 @@
#ifndef __NSC_TYPES_H
#define __NSC_TYPES_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/utils/debug.h>
#include <freerdp/utils/profiler.h>

View File

@ -20,7 +20,10 @@
#ifndef __RFX_TYPES_H
#define __RFX_TYPES_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/utils/debug.h>
#include <freerdp/utils/profiler.h>

View File

@ -20,7 +20,10 @@
#ifndef __RDP_H
#define __RDP_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "mcs.h"
#include "tpkt.h"
#include "fastpath.h"

View File

@ -22,7 +22,9 @@
#include "rpc.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/types.h>
#include <freerdp/utils/debug.h>

View File

@ -21,7 +21,10 @@
#define __TIMEZONE_H
#include "rdp.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/freerdp.h>
#include <freerdp/utils/stream.h>

View File

@ -20,8 +20,6 @@
#ifndef __GDI_CORE_H
#define __GDI_CORE_H
#include "config.h"
#include "graphics.h"
gdiBitmap* gdi_bitmap_new_ex(rdpGdi* gdi, int width, int height, int bpp, uint8* data);

View File

@ -20,7 +20,10 @@
#ifndef __LIBLOCALE_H
#define __LIBLOCALE_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/utils/debug.h>
#ifdef WITH_DEBUG_KBD

View File

@ -20,7 +20,10 @@
#ifndef __LIBRAIL_H
#define __LIBRAIL_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/utils/debug.h>
#ifdef WITH_DEBUG_RAIL