File: HDFEOSVersion.h

package info (click to toggle)
hdf-eos4 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,960 kB
  • sloc: ansic: 43,570; sh: 11,324; fortran: 9,649; makefile: 261
file content (21 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <stdlib.h>
#include <HE2_config.h>

/* define strings that will be displayed by the using the UNIX "what" command
   on a file containing these strings */
  
#ifndef EOS2_AUTO_CONFIG
#define  HDFEOSd_BANNER  "@(#)## =================  HDFEOS  ================"
#define  HDFEOSd_HDFEOS_VER  "@(#)## HDFEOS Version: "HDFEOSVERSION1
#define  HDFEOSd_DATE    "@(#)## Build date: "__DATE__" @ "__TIME__
 
const char *hdfeosg_LibraryVersionString01 = HDFEOSd_BANNER;
const char *hdfeosg_LibraryVersionString02 = HDFEOSd_HDFEOS_VER;
const char *hdfeosg_LibraryVersionString03 = HDFEOSd_DATE;
const char *hdfeosg_LibraryVersionString04 = HDFEOSd_BANNER;
#else
const char *hdfeosg_LibraryVersionString01 = "=================  HDFEOS  ================";
const char *hdfeosg_LibraryVersionString02 = "HDFEOS Version: 2.19";
const char *hdfeosg_LibraryVersionString03 = "Build date: check lib date";
const char *hdfeosg_LibraryVersionString04 = "=================  HDFEOS  ================";
#endif