a.out.h revision 3059
11638Srgrimes/*-
252331Sache * Copyright (c) 1991, 1993
31638Srgrimes *	The Regents of the University of California.  All rights reserved.
4156813Sru *
5156813Sru * Redistribution and use in source and binary forms, with or without
656296Sru * modification, are permitted provided that the following conditions
756296Sru * are met:
8256366Srpaulo * 1. Redistributions of source code must retain the above copyright
9145003Sphk *    notice, this list of conditions and the following disclaimer.
10124750Sru * 2. Redistributions in binary form must reproduce the above copyright
11278054Sngie *    notice, this list of conditions and the following disclaimer in the
12148675Sphk *    documentation and/or other materials provided with the distribution.
13219019Sgabor * 3. All advertising materials mentioning features or use of this software
14257572Sbdrewery *    must display the following acknowledgement:
15148675Sphk *	This product includes software developed by the University of
16148675Sphk *	California, Berkeley and its contributors.
17124750Sru * 4. Neither the name of the University nor the names of its contributors
18183242Ssam *    may be used to endorse or promote products derived from this software
19148736Sphk *    without specific prior written permission.
20148736Sphk *
21148736Sphk * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22148736Sphk * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23124750Sru * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24124750Sru * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25183242Ssam * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26148675Sphk * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27124750Sru * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28124750Sru * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29260037Sjmmv * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30148736Sphk * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31267797Semaste * SUCH DAMAGE.
32171050Sremko *
331638Srgrimes *	@(#)a.out.h	8.1 (Berkeley) 6/2/93
34183242Ssam */
35183242Ssam
36183242Ssam#ifndef	_AOUT_H_
37183242Ssam#define	_AOUT_H_
38183242Ssam
39183242Ssam#include <sys/types.h>
40278054Sngie#include <sys/imgact_aout.h>
41278054Sngie#include <machine/reloc.h>
42278054Sngie
43278054Sngie#define _AOUT_INCLUDE_
44183242Ssam#include <nlist.h>
45183697Sdes
46183242Ssam#endif /* !_AOUT_H_ */
47183242Ssam