OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
Configuration.hpp
Go to the documentation of this file.
1 #ifndef FOCS_CONFIGURE
2 #define FOCS_CONFIGURE
3 
4 #define HDF5_FOUND 1
5 #define HDF4_FOUND 1
6 #define NETCDF_FOUND 1
7 #define INTL_FOUND 1
8 
9 #define HAVE_DLFCN_H 1
10 #define HAVE_UNISTD_H 1
11 /* #undef HAVE_WINDOWS_H */
12 
13 #define FOCS_MODULE_DIRECTORY "/home/dshea/ocssw/lib/focs"
14 #define FOCS_LOCALE_DIRECTORY "/home/dshea/ocssw/share/lang"
15 #define FOCS_MAN_DIRECTORY "/home/dshea/ocssw/share/man"
16 #define FOCS_SHARED_LIBRARY_SUFFIX ".so"
17 #define FOCS_DEV 1
18 
19 #endif // FOCS_CONFIGURE
20