ocssw  1.0
/disk01/web/ocssw/build/inc/swfinc/standalone.h (r8099/r3)
Go to the documentation of this file.
00001 /*
00002 $Header: /app/shared/RCS/irix-5.2/seawifsd/src/hdfio/L2.V4.3/standalone.h,v 4.10 1995/01/17 20:04:10 seawifsd Exp seawifsd $
00003 $Log: standalone.h,v $
00004 Revision 4.10  1995/01/17 20:04:10  seawifsd
00005 Jan. 17, 1994 V4.1
00006 
00007 Revision 4.1  1995/01/17 14:13:15  seawifsd
00008 Jan. 9, 1994, 4.0
00009 
00010 Revision 3.3  1994/11/08 18:46:04  seawifsd
00011 Nov. 8, 1994, 3.3a3
00012 
00013 Revision 3.3  1994/11/08 15:04:01  seawifsd
00014 Nov. 8, 1994, 3.3a2
00015 
00016  */
00017 
00018 
00019 /*
00020  * UNIX system wide include files
00021  */
00022 #include    <stdio.h>
00023 #include    <string.h>
00024 /*
00025  * NCSA HDF Library related include files
00026  */
00027 #include    "hdf.h"
00028 #include    "mfhdf.h"
00029 /*
00030  * You can choose to inlcude every include files(define -DUSE_UTILS) or
00031  * only the necessary ones
00032  */
00033 #ifdef USE_UTILS
00034 #include    "utils.h"
00035 #include    "SeaWiFS.h"
00036 #include    "default_attrs.h"
00037 #include    "seaproto.h"
00038 #include    "utils_proto.h"
00039 #else
00040 #include    "hdfhdr.h"
00041 #include    "hdfmac.h"
00042 #include    "usrhdr.h"
00043 #include    "usrmac.h"
00044 #include    "utiltime.h"
00045 #include    "ffm.h"
00046 #include    "cdl_object.h"
00047 #include    "hdf_object.h"
00048 #include    "SeaWiFS.h"
00049 #include    "default_attrs.h"
00050 #include    "navigation.h"
00051 #include    "datatype.h"
00052 #include    "seaproto.h"
00053 #endif /* USE_UTILS */
00054