summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 20:54:01 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 20:54:01 +0000
commit507d30546f56bfd172fc43857459c78c1026e97c (patch)
treef4b8a603fb9839b242efbbfb7c0e0550e24870e7 /os
parenta822df1cc16d150614dead70fd00750095a05c35 (diff)
Adding initial build system.
Diffstat (limited to 'os')
-rw-r--r--os/xstrans.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/xstrans.c b/os/xstrans.c
new file mode 100644
index 000000000..6ef843482
--- /dev/null
+++ b/os/xstrans.c
@@ -0,0 +1,8 @@
+#ifdef HAVE_CONFIG_H
+#include <dix-config.h>
+#endif
+
+#define TRANS_REOPEN
+#define TRANS_SERVER
+#define XSERV_t
+#include <X11/Xtrans/transport.c>