summaryrefslogtreecommitdiffstats
path: root/src/H5Pprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-02 18:38:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-02 18:38:22 (GMT)
commit55b31c57b5fab7a8952041149774e60136391b57 (patch)
tree1b1bbc4c37f6f2de57ee881abf52a82227ca14a9 /src/H5Pprivate.h
parentd90d6ffdce1f1e3426c6b7f5dc83809e09749079 (diff)
downloadhdf5-55b31c57b5fab7a8952041149774e60136391b57.zip
hdf5-55b31c57b5fab7a8952041149774e60136391b57.tar.gz
hdf5-55b31c57b5fab7a8952041149774e60136391b57.tar.bz2
[svn-r12846] Description:
Further minor tweaking of property list class initialization macros, etc. Tested on: FreeBSD/32 4.11 (sleipnir) w/threadsafe & debugging turned on Linux/32 2.4 (heping) w/FORTRAN & C++ Linux/64 2.4 (mir) w/build-all & 1.6 compat enabled AIX/32 5.x (copper) w/FORTRAN & parallel
Diffstat (limited to 'src/H5Pprivate.h')
-rw-r--r--src/H5Pprivate.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h
index 3d39251..eb765b4 100644
--- a/src/H5Pprivate.h
+++ b/src/H5Pprivate.h
@@ -29,10 +29,8 @@
/* Library Private Macros */
/**************************/
-/* String creation properties */
-#define H5P_CHAR_ENCODING_NAME "character_encoding"
-#define H5P_CHAR_ENCODING_SIZE sizeof(H5T_cset_t)
-#define H5P_CHAR_ENCODING_DEF H5F_DEFAULT_CSET
+/* ======== String creation property names ======== */
+#define H5P_STRCRT_CHAR_ENCODING_NAME "character_encoding" /* Character set encoding for string */
/****************************/