diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-31 23:06:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-31 23:06:18 (GMT) |
commit | 21bd3532dd468eda3f32014fdc236d2a003f3521 (patch) | |
tree | 96b2dc42a6bc3c66f19407debe598783d4f10cc2 /src/H5.c | |
parent | 5d1838beab77a93f29ac0278ed43f9d1aec505b7 (diff) | |
download | hdf5-21bd3532dd468eda3f32014fdc236d2a003f3521.zip hdf5-21bd3532dd468eda3f32014fdc236d2a003f3521.tar.gz hdf5-21bd3532dd468eda3f32014fdc236d2a003f3521.tar.bz2 |
[svn-r18474] Description:
Switch back to generating a .h file for the library settings. Also, tart
it up a bit to avoid multiple inclusions, etc.
Tested on:
Mac OS X/32 10.6.3 (amazon) w/debug & production
FreeBSD/32 6.3 (duty)
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,7 @@ /****************/ /* Module Setup */ /****************/ +#define H5_LIBSETTINGS_OWNER /* This module is the owner of the lib settings variable */ /***********/ @@ -56,7 +57,6 @@ static void H5_debug_mask(const char*); /*********************/ /* Package Variables */ /*********************/ -#include "H5lib_settings.c" /* Embedded library information */ /*****************************/ |