-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecu_types.h
32 lines (29 loc) · 1.3 KB
/
ecu_types.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*+-------------------------------------------------------------------------
ecu_types.h
We cannot always guarantee against multiple inclusion because
some old development environments don't protect against it.
We try and do it here ..... 1/2 of my incoming long distance
support calls are because old XENIX systems don't do this.
--------------------------------------------------------------------------*/
/*+:EDITS:*/
/*:04-26-2000-11:15-wht@bob-RELEASE 4.42 */
/*:01-24-1997-02:37-wht@yuriatin-SOURCE RELEASE 4.00 */
/*:09-11-1996-20:[email protected] telnet,curses,structural overhaul */
/*:11-23-1995-11:20-wht@kepler-source control 3.37 for tsx-11 */
/*:11-14-1995-10:[email protected] control point: SOCKETS */
/*:05-04-1994-04:38-wht@n4hgf-ECU release 3.30 */
/*:09-10-1992-13:58-wht@n4hgf-ECU release 3.20 */
/*:08-22-1992-15:38-wht@n4hgf-ECU release 3.20 BETA */
/*:03-27-1992-16:21-wht@n4hgf-re-include protection for all .h files */
/*:01-29-1992-16:49-wht@n4hgf-creation */
#ifndef ___ECU_TYPES_H___
#define ___ECU_TYPES_H___
#ifndef NBBY /* some types.h included by stdio.h and
* cannot be reincluded this is just an
* attempt ... you may have to hack */
#include <sys/types.h>
#endif
#endif
/* vi: set tabstop=4 shiftwidth=4: */
/* end of ecu_types.h */