home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / include / a.out.h next >
Encoding:
C/C++ Source or Header  |  1998-08-19  |  811 b   |  27 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ifndef _A_OUT_H
  12. #define _A_OUT_H
  13. #ident    "@(#)sgs-head:common/head/a.out.h    2.12.2.7"
  14.  
  15. #ifndef _NLIST_H
  16. #include <nlist.h>
  17. #endif
  18.  
  19. #include <filehdr.h>
  20. #include <aouthdr.h>
  21. #include <scnhdr.h>
  22. #include <reloc.h>
  23. #include <linenum.h>
  24. #include <syms.h>
  25.  
  26. #endif /*_A_OUT_H*/
  27.