a.out.h revision 1539
172613Skris/*-
272613Skris * Copyright (c) 1991, 1993
372613Skris *	The Regents of the University of California.  All rights reserved.
472613Skris *
5205128Ssimon * Redistribution and use in source and binary forms, with or without
672613Skris * modification, are permitted provided that the following conditions
772613Skris * are met:
872613Skris * 1. Redistributions of source code must retain the above copyright
972613Skris *    notice, this list of conditions and the following disclaimer.
1072613Skris * 2. Redistributions in binary form must reproduce the above copyright
1172613Skris *    notice, this list of conditions and the following disclaimer in the
1272613Skris *    documentation and/or other materials provided with the distribution.
1372613Skris * 3. All advertising materials mentioning features or use of this software
14205128Ssimon *    must display the following acknowledgement:
15205128Ssimon *	This product includes software developed by the University of
16205128Ssimon *	California, Berkeley and its contributors.
1772613Skris * 4. Neither the name of the University nor the names of its contributors
1872613Skris *    may be used to endorse or promote products derived from this software
1972613Skris *    without specific prior written permission.
20205128Ssimon *
21205128Ssimon * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2272613Skris * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2372613Skris * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24205128Ssimon * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25205128Ssimon * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2672613Skris * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2789837Skris * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2872613Skris * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2972613Skris * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3089837Skris * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3172613Skris * SUCH DAMAGE.
32205128Ssimon *
33205128Ssimon *	@(#)a.out.h	8.1 (Berkeley) 6/2/93
34205128Ssimon */
35205128Ssimon
36205128Ssimon#ifndef	_AOUT_H_
3772613Skris#define	_AOUT_H_
3872613Skris
3972613Skris#include <sys/types.h>
4072613Skris#include <machine/exec.h>
41205128Ssimon#include <machine/reloc.h>
42205128Ssimon
43205128Ssimon#define _AOUT_INCLUDE_
4472613Skris#include <nlist.h>
4572613Skris
4672613Skris#endif /* !_AOUT_H_ */
4772613Skris