summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-09-02 14:11:35 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-09-02 14:11:35 +0000
commit7ad124cf2eefb2d11d3f5813a083f531e6e298d0 (patch)
tree58bc024c32a1423d14ff2db8a11effba092f9e4b /configure.ac
parent2ba5511a7c1265f05f749d233a34610949b036f5 (diff)
downloadlibtiff-git-7ad124cf2eefb2d11d3f5813a083f531e6e298d0.tar.gz
*** empty log message ***
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4112af4c..61a669af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,6 +132,12 @@ esac
AC_DEFINE_UNQUOTED(HOST_FILLORDER, $HOST_FILLORDER, [Set the native cpu bit order])
dnl ---------------------------------------------------------------------------
+dnl Make the POSIX.2 features available.
+dnl ---------------------------------------------------------------------------
+_POSIX_C_SOURCE=2
+AC_DEFINE_UNQUOTED(_POSIX_C_SOURCE, $_POSIX_C_SOURCE, [Define this macro to a positive integer to control which POSIX functionality is made available.])
+
+dnl ---------------------------------------------------------------------------
dnl Set the floating point format.
dnl FIXME: write appropriate test.
dnl ---------------------------------------------------------------------------