[svn-r27682] Restored commented-out _POSIX_C_SOURCE line in configure.ac.

Tested on: h5committest
This commit is contained in:
Dana Robinson 2015-09-05 08:51:10 -05:00
parent 4906383c0f
commit 210b5d8441
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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.

View File

@ -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.