diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 20:54:01 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 20:54:01 +0000 |
commit | 507d30546f56bfd172fc43857459c78c1026e97c (patch) | |
tree | f4b8a603fb9839b242efbbfb7c0e0550e24870e7 /os/xstrans.c | |
parent | a822df1cc16d150614dead70fd00750095a05c35 (diff) |
Adding initial build system.
Diffstat (limited to 'os/xstrans.c')
-rw-r--r-- | os/xstrans.c | 8 |
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> |