home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
- *
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
- * SANTA CRUZ OPERATION INC.
- *
- * The copyright notice above does not evidence any actual or intended
- * publication of such source code.
- */
-
- #ifndef _A_OUT_H
- #define _A_OUT_H
- #ident "@(#)sgs-head:common/head/a.out.h 2.12.2.7"
-
- #ifndef _NLIST_H
- #include <nlist.h>
- #endif
-
- #include <filehdr.h>
- #include <aouthdr.h>
- #include <scnhdr.h>
- #include <reloc.h>
- #include <linenum.h>
- #include <syms.h>
-
- #endif /*_A_OUT_H*/
-