File: xiosysincludes.h

package info (click to toggle)
socat 1.7.3.2-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,888 kB
  • sloc: ansic: 28,032; sh: 11,782; makefile: 146
file content (13 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* source: xiosysincludes.h */
/* Copyright Gerhard Rieger and contributors (see file CHANGES) */
/* 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) */