summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2005-07-30 20:30:46 +0000
committerAlan Coopersmith <alan.coopersmith@sun.com>2005-07-30 20:30:46 +0000
commit34b454df192f4563499c453ccdb8c079f4a20cbe (patch)
treebc453d9e84b428a937780f4c51134ba87f0099b0
parentcd9c9936b49c125eda779b99887d7e6ae4cf56cd (diff)
downloadxorg-lib-libX11-34b454df192f4563499c453ccdb8c079f4a20cbe.tar.gz
Include config.h so Xtrans knows which transport types to build code forXORG-6_99_99_900
-rw-r--r--src/xlibi18n/xim_trans.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/xlibi18n/xim_trans.c b/src/xlibi18n/xim_trans.c
index 161dfaf5..8959d257 100644
--- a/src/xlibi18n/xim_trans.c
+++ b/src/xlibi18n/xim_trans.c
@@ -1,5 +1,5 @@
/*
- * $Id: xim_trans.c,v 1.2 2005/05/16 22:35:28 sandmann Exp $
+ * $Id: xim_trans.c,v 1.1 2005/07/11 08:29:25 keithp Exp $
*
* Copyright © 2003 Keith Packard
*
@@ -22,7 +22,11 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-#define XIM_t
-#define TRANS_CLIENT
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#define XIM_t 1
+#define TRANS_CLIENT 1
#include <X11/Xtrans/transport.c>