mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 22:23:24 +00:00
socat V1.6.0.0 (initial GIT commit)
This commit is contained in:
commit
b819572f5e
170 changed files with 59193 additions and 0 deletions
45
xiomodes.h
Normal file
45
xiomodes.h
Normal file
|
@ -0,0 +1,45 @@
|
|||
/* $Id: xiomodes.h,v 1.13 2007/03/06 21:22:29 gerhard Exp $ */
|
||||
/* Copyright Gerhard Rieger 2001-2007 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xiomodes_h_included
|
||||
#define __xiomodes_h_included 1
|
||||
|
||||
#include "xiolayer.h"
|
||||
#include "xio-process.h"
|
||||
#include "xio-fd.h"
|
||||
#include "xio-fdnum.h"
|
||||
#include "xio-stdio.h"
|
||||
#include "xio-named.h"
|
||||
#include "xio-file.h"
|
||||
#include "xio-creat.h"
|
||||
#include "xio-gopen.h"
|
||||
#include "xio-pipe.h"
|
||||
#if WITH_SOCKET
|
||||
#include "xio-socket.h"
|
||||
#include "xio-listen.h"
|
||||
#include "xio-unix.h"
|
||||
#include "xio-rawip.h"
|
||||
#include "xio-ip.h"
|
||||
#if WITH_IP4
|
||||
#include "xio-ip4.h"
|
||||
#endif /* WITH_IP4 */
|
||||
#include "xio-ip6.h"
|
||||
#include "xio-ipapp.h"
|
||||
#include "xio-tcp.h"
|
||||
#include "xio-udp.h"
|
||||
#include "xio-socks.h"
|
||||
#include "xio-proxy.h"
|
||||
#endif /* WITH_SOCKET */
|
||||
#include "xio-progcall.h"
|
||||
#include "xio-exec.h"
|
||||
#include "xio-system.h"
|
||||
#include "xio-termios.h"
|
||||
#include "xio-readline.h"
|
||||
#include "xio-pty.h"
|
||||
#include "xio-openssl.h"
|
||||
#include "xio-tcpwrap.h"
|
||||
#include "xio-ext2.h"
|
||||
#include "xio-tun.h"
|
||||
|
||||
#endif /* !defined(__xiomodes_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue