HAVE_CONFIG should be at top

ulab-original
jsorg71 16 years ago
parent 6f3dd27a66
commit 4212b60e64

@ -23,6 +23,9 @@
#if !defined(LIBXRDP_H) #if !defined(LIBXRDP_H)
#define LIBXRDP_H #define LIBXRDP_H
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
#include "arch.h" #include "arch.h"
#include "parse.h" #include "parse.h"
#include "xrdp_constants.h" #include "xrdp_constants.h"
@ -33,9 +36,6 @@
#include "file.h" #include "file.h"
#include "libxrdpinc.h" #include "libxrdpinc.h"
#include "file_loc.h" #include "file_loc.h"
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
/* tcp */ /* tcp */
struct xrdp_tcp struct xrdp_tcp

@ -21,6 +21,9 @@
*/ */
/* include other h files */ /* include other h files */
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
#include "arch.h" #include "arch.h"
#include "parse.h" #include "parse.h"
#include "libxrdpinc.h" #include "libxrdpinc.h"
@ -33,9 +36,6 @@
#include "list.h" #include "list.h"
#include "file.h" #include "file.h"
#include "file_loc.h" #include "file_loc.h"
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
/* xrdp.c */ /* xrdp.c */
long APP_CC long APP_CC

Loading…
Cancel
Save