1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r18284: enable _XOPEN_SOURCE_EXTENDED to fix a HP-UX bug with the definition

of sendfile()
This commit is contained in:
Andrew Tridgell 2006-09-09 03:16:05 +00:00 committed by Gerald (Jerry) Carter
parent 03f9c67c06
commit 3e0f262b38

View File

@ -18,6 +18,12 @@ AC_C_INLINE
AC_PROG_CC
AC_PROG_INSTALL
AH_VERBATIM([_XOPEN_SOURCE_EXTENDED],
[/* Enable XOPEN extensions on systems that have them. */
#ifndef _XOPEN_SOURCE_EXTENDED
# define _XOPEN_SOURCE_EXTENDED 1
#endif])
LIBREPLACE_C99_STRUCT_INIT([],[])
AC_SYS_LARGEFILE