<sys/ioccom.h>, <sys/ioctl.h>
[minix3.git] / commands / cawf / cawflib.h
blob32bf18bcfb1876add7d397391a3c82fcf07f46c0
1 /*
2 * cawflib.h - definition of cawf's library path
3 */
5 /*
6 * Copyright (c) 1991 Purdue University Research Foundation,
7 * West Lafayette, Indiana 47907. All rights reserved.
9 * Written by Victor A. Abell <abe@mace.cc.purdue.edu>, Purdue
10 * University Computing Center. Not derived from licensed software;
11 * derived from awf(1) by Henry Spencer of the University of Toronto.
13 * Permission is granted to anyone to use this software for any
14 * purpose on any computer system, and to alter it and redistribute
15 * it freely, subject to the following restrictions:
17 * 1. The author is not responsible for any consequences of use of
18 * this software, even if they arise from flaws in it.
20 * 2. The origin of this software must not be misrepresented, either
21 * by explicit claim or by omission. Credits must appear in the
22 * documentation.
24 * 3. Altered versions must be plainly marked as such, and must not
25 * be misrepresented as being the original software. Credits must
26 * appear in the documentation.
28 * 4. This notice may not be removed or altered.
31 #ifndef CAWFLIB
32 #ifdef UNIX
33 #define CAWFLIB "/usr/lib/cawf" /* UNIX library location */
34 #else
35 #define CAWFLIB "c:/sys/lib/cawf" /* PC-DOS library location */
36 #endif
37 #endif
38 /* (CAWFLIB environment
39 * variable over-rides it) */