diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 04:36:38 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 04:36:38 +0000 |
commit | 506a8f64c84b3db3ad64d03ee698c1de227247de (patch) | |
tree | 8853b2df81987c70897d71073abd64544362c332 | |
parent | 9ca353477c403ab1341e994a5a42a998d29e9a58 (diff) |
Move #ifdef HAVE_CONFIG_H outside of #ifdef SYSVNETXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
-rw-r--r-- | src/CvtStdSel.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c index 0bcbe65..267d2ff 100644 --- a/src/CvtStdSel.c +++ b/src/CvtStdSel.c @@ -1,4 +1,5 @@ /* $Xorg: CvtStdSel.c,v 1.4 2001/02/09 02:03:52 xorgcvs Exp $ */ +/* $XdotOrg: $ */ /* @@ -35,10 +36,11 @@ in this Software without prior written authorization from The Open Group. * XmuConvertStandardSelection() return a known selection */ -#ifdef SYSVNET #ifdef HAVE_CONFIG_H #include <config.h> #endif + +#ifdef SYSVNET #include <interlan/il_types.h> #define __TYPES__ /* prevent #include <sys/types.h> in Xlib.h */ #include <interlan/netdb.h> |