Commit 283c8d8d by Richard Earnshaw Committed by Richard Earnshaw

configure.in (__EXTENSIONS__): Define.

* libI77/configure.in (__EXTENSIONS__): Define.
* libI77/config.h.in, libI77/conifgure: regenerate.
* libU77/configure.in (__EXTENSIONS__): Likewise.

From-SVN: r45752
parent 6a1d250e
2001-09-22 Richard Earnshaw <rearnsha@arm.com>
* libI77/configure.in (__EXTENSIONS__): Define.
* libI77/config.h.in, libI77/conifgure: regenerate.
* libU77/configure.in (__EXTENSIONS__): Likewise.
2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move
......
......@@ -36,6 +36,9 @@
/* Get Single Unix Specification semantics */
#undef _XOPEN_SOURCE_EXTENDED
/* Solaris extensions */
#undef __EXTENSIONS__
/* Get 64-bit file size support */
#undef _FILE_OFFSET_BITS
......
......@@ -28,6 +28,8 @@ AC_CONFIG_HEADER(config.h)
AC_DEFINE(_XOPEN_SOURCE, 500L, [Get Single Unix Specification semantics])
# The following is needed by irix6.2 so that struct timeval is declared.
AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [Get Single Unix Specification semantics])
# The following is needed by Solaris2.5.1 so that struct timeval is declared.
AC_DEFINE(__EXTENSIONS__, 1, [Solaris extensions])
AC_DEFINE(_FILE_OFFSET_BITS, 64, [Get 64-bit file size support])
dnl Checks for programs.
......
......@@ -117,6 +117,9 @@
/* Get Single Unix Specification semantics */
#undef _XOPEN_SOURCE_EXTENDED
/* Solaris extensions */
#undef __EXTENSIONS__
/* Get 64-bit file size support */
#undef _FILE_OFFSET_BITS
......@@ -28,6 +28,8 @@ AC_CONFIG_HEADER(config.h:config.hin)
AC_DEFINE(_XOPEN_SOURCE, 500L, [Get Single Unix Specification semantics])
# The following is needed by irix6.2 so that struct timeval is declared.
AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [Get Single Unix Specification semantics])
# The following is needed by Solaris2.5.1 so that struct timeval is declared.
AC_DEFINE(__EXTENSIONS__, 1, [Solaris extensions])
AC_DEFINE(_FILE_OFFSET_BITS, 64, [Get 64-bit file size support])
dnl Checks for programs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment