mirror of
https://github.com/moparisthebest/socat
synced 2024-11-10 11:05:04 -05:00
14 lines
371 B
C
14 lines
371 B
C
/* source: xiosysincludes.h */
|
|
/* Copyright Gerhard Rieger 2001 */
|
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
|
|
|
#ifndef __xiosysincludes_h_included
|
|
#define __xiosysincludes_h_included 1
|
|
|
|
#include "config.h"
|
|
#include "xioconfig.h" /* what features are enabled */
|
|
|
|
#include "sysincludes.h"
|
|
|
|
#endif /* !defined(__xiosysincludes_h_included) */
|