mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r27682] Restored commented-out _POSIX_C_SOURCE line in configure.ac.
Tested on: h5committest
This commit is contained in:
parent
4906383c0f
commit
210b5d8441
2
configure
vendored
2
configure
vendored
@ -23673,7 +23673,7 @@ case "$host_cpu-$host_vendor-$host_os" in
|
|||||||
##
|
##
|
||||||
## POSIX feature information can be found in the gcc manual at:
|
## POSIX feature information can be found in the gcc manual at:
|
||||||
## http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html
|
## http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html
|
||||||
##SCOT H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS"
|
H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS"
|
||||||
|
|
||||||
## Need to add this so that O_DIRECT is visible for the direct
|
## Need to add this so that O_DIRECT is visible for the direct
|
||||||
## VFD on Linux systems.
|
## VFD on Linux systems.
|
||||||
|
@ -1087,7 +1087,7 @@ case "$host_cpu-$host_vendor-$host_os" in
|
|||||||
##
|
##
|
||||||
## POSIX feature information can be found in the gcc manual at:
|
## POSIX feature information can be found in the gcc manual at:
|
||||||
## http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html
|
## http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html
|
||||||
##SCOT H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS"
|
H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS"
|
||||||
|
|
||||||
## Need to add this so that O_DIRECT is visible for the direct
|
## Need to add this so that O_DIRECT is visible for the direct
|
||||||
## VFD on Linux systems.
|
## VFD on Linux systems.
|
||||||
|
Loading…
Reference in New Issue
Block a user