aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/dev/termcap.h
blob: e2cbb5bca869f2a1cf2aaab8bfcc658fca0fe319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Portable termcap header.
 * $Id$
 * Copyright (c) 1997 by Tycho Softworks.
 * For conditions on distribution and reuse see product license.
 */

#ifndef	__DEV_TERMCAP_H__
#define	__DEV_TERMCAP_H__

#ifndef	TERMCAP_H_MISSING
#include <termcap.h>
#else
#endif

#endif