diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-05-02 03:17:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-05-02 03:17:49 (GMT) |
commit | c6e532afb936a4a7cd8d2cb97029e55cd5b9e435 (patch) | |
tree | 8956e938a9157070d75e2f29f8f5ce8602b60ac3 /src/H5config.h.in | |
parent | 714d90171466c84dfafad771b0b26a87a4b4ebff (diff) | |
download | hdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.zip hdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.tar.gz hdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.tar.bz2 |
[svn-r12320] Purpose:
code cleanup
Description:
Finish H5FS->H5CS internal API name changes...
Platforms tested:
FreeBSD 4.11 (sleipnir) w/ & w/o --enable-codestack
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index d8bc362..0f8d607 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -48,6 +48,9 @@ /* Define to 1 if you have the `BSDgettimeofday' function. */ #undef HAVE_BSDGETTIMEOFDAY +/* Define if the function stack tracing code is to be compiled in */ +#undef HAVE_CODESTACK + /* Define to 1 if you have the `difftime' function. */ #undef HAVE_DIFFTIME @@ -90,9 +93,6 @@ /* Define to 1 if you have the `fseek64' function. */ #undef HAVE_FSEEK64 -/* Define if the function stack tracing code is to be compiled in */ -#undef HAVE_FUNCSTACK - /* Define if the compiler understand the __FUNCTION__ keyword */ #undef HAVE_FUNCTION |