|
ocssw
1.0
|
00001 /* 00002 00003 $Header: /app/shared/RCS/irix-5.2/seawifsd/src/hdfio/Shared.V4.2/L012_Util/util/hdf/hdfhdr.h,v 4.10 1995/01/17 19:58:19 seawifsd Exp seawifsd $ 00004 $Log: hdfhdr.h,v $ 00005 Revision 4.10 1995/01/17 19:58:19 seawifsd 00006 Jan. 17, 1994, V4.10 00007 00008 Revision 4.1 1995/01/17 14:14:36 seawifsd 00009 Jan. 9, 1994, 4.0 00010 00011 Revision 3.4 1994/11/09 18:33:19 seawifsd 00012 deleted NO_NEED portion of statements. 00013 changed the default from 'debuging if NOCHKHDF is not defined' to 00014 'debuging if only CHKHDF is defined'. 00015 00016 Revision 3.3 1994/11/08 18:46:40 seawifsd 00017 Nov. 8, 1994, 3.3a3 00018 00019 Revision 3.3 1994/11/08 15:04:37 seawifsd 00020 Nov. 8, 1994, 3.3a2 00021 00022 Revision 1.1.1.2 1994/10/04 15:49:27 frank 00023 added code to support the HDF_CALL_SUMMARY feature. 00024 00025 Revision 1.1.1.1 1994/05/23 15:31:40 frank 00026 1. added checking to make sure this file only included once.(HDFHDR_H_) 00027 2. used macro NO_NEED to comment out several lines that are not currently 00028 used. Those lines might be deleted permanently in the future. 00029 00030 Revision 1.2 1994/05/10 18:49:43 seawifst 00031 May 6, 1994 version 1.2 00032 00033 Revision 1.1 1994/04/19 13:33:33 seawifst 00034 Initial revision 00035 00036 00037 */ 00038 00039 00040 #ifndef HDFHDR_H_ 00041 #define HDFHDR_H_ 00042 00043 #ifdef CHKHDF 00044 #undef NOCHKHDF 00045 #define HDF_CALL_SUMMARY 00046 #endif /* CHKHDF */ 00047 00048 #ifdef HDF_CALL_SUMMARY 00049 extern int nSDcreate; 00050 extern int nSDwritedata; 00051 extern int nSDselect; 00052 extern int nSDendaccess; 00053 #endif /* HDF_CALL_SUMMARY */ 00054 00055 #endif /* HDFHDR_H_ */
1.7.6.1