1 /* RCS  $Id: ar.h,v 1.1.1.1 2000-09-22 15:33:33 hr Exp $
2 --
3 -- SYNOPSIS
4 --      ar header
5 --
6 -- DESCRIPTION
7 --      Make sure that PORTAR is defined.
8 --
9 -- AUTHOR
10 --      Dennis Vadura, dvadura@dmake.wticorp.com
11 --
12 -- WWW
13 --      http://dmake.wticorp.com/
14 --
15 -- COPYRIGHT
16 --      Copyright (c) 1996,1997 by WTI Corp.  All rights reserved.
17 --
18 --      This program is NOT free software; you can redistribute it and/or
19 --      modify it under the terms of the Software License Agreement Provided
20 --      in the file <distribution-root>/COPYING.
21 --
22 -- LOG
23 --      Use cvs log to obtain detailed change logs.
24 */
25 
26 #define PORTAR 1
27 #include "/usr/include/ar.h"
28