1ba6a1819Smrg/*
2ba6a1819Smrg * Copyright © 2005 Red Hat, Inc
3ba6a1819Smrg *
4ba6a1819Smrg * Permission to use, copy, modify, distribute, and sell this software and its
5ba6a1819Smrg * documentation for any purpose is hereby granted without fee, provided that
6ba6a1819Smrg * the above copyright notice appear in all copies and that both that
7ba6a1819Smrg * copyright notice and this permission notice appear in supporting
8ba6a1819Smrg * documentation, and that the name of Red Hat not be used in
9ba6a1819Smrg * advertising or publicity pertaining to distribution of the software without
10ba6a1819Smrg * specific, written prior permission.  Red Hat makes no
11ba6a1819Smrg * representations about the suitability of this software for any purpose.  It
12ba6a1819Smrg * is provided "as is" without express or implied warranty.
13ba6a1819Smrg *
14ba6a1819Smrg * RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15ba6a1819Smrg * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16ba6a1819Smrg * EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17ba6a1819Smrg * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18ba6a1819Smrg * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19ba6a1819Smrg * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20ba6a1819Smrg * PERFORMANCE OF THIS SOFTWARE.
21ba6a1819Smrg */
22ba6a1819Smrg
23ba6a1819Smrg#ifndef FS_t
24ba6a1819Smrg# define FS_t
25ba6a1819Smrg#endif
26ba6a1819Smrg#ifndef TRANS_CLIENT
27ba6a1819Smrg# define TRANS_CLIENT
28ba6a1819Smrg#endif
29ba6a1819Smrg
30d6a4c6d9Smrg#ifdef HAVE_CONFIG_H
31ba6a1819Smrg#include "config.h" /* Need to know which transport types to support */
32d6a4c6d9Smrg#endif
33ba6a1819Smrg#include <X11/Xtrans/transport.c>
34