/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * * the COPYING file, which can be found at the root of the source code * * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. * * If you do not have access to either file, you may request a copy from * * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * Programmer: Quincey Koziol * Saturday, September 12, 2015 * * Purpose: This file contains declarations which define macros for the * H5FD package. Including this header means that the source file * is part of the H5FD package. */ #ifndef _H5FDmodule_H #define _H5FDmodule_H /* Define the proper control macros for the generic FUNC_ENTER/LEAVE and error * reporting macros. */ #define H5FD_MODULE #define H5_MY_PKG H5FD #define H5_MY_PKG_ERR H5E_VFL #define H5_MY_PKG_INIT YES #endif /* _H5FDmodule_H */ hat is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-07-28 14:32:31 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-07-28 14:34:03 (GMT)
commit2094d3c03ba895e4458a0bb6b1b4935abacd4816 (patch)
tree9c3e3b12850a9924aad48d2b07fcbcd00d5d604d
parent9a21c1abb96426b7a9f168b007d05db303a8de65 (diff)
downloadQt-2094d3c03ba895e4458a0bb6b1b4935abacd4816.zip
Qt-2094d3c03ba895e4458a0bb6b1b4935abacd4816.tar.gz
Qt-2094d3c03ba895e4458a0bb6b1b4935abacd4816.tar.bz2
Move sub-attaq from examples to demos because sub-attaq is a bit
too "advanced".