mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r17184: Attempt to get rid of some warnings on HP/UX. Without _XOPEN_SOURCE_EXTENDED
#defined getsockopt uses an int* as socklen parameter. Volker
This commit is contained in:
parent
4e51cf34cf
commit
0b78da62f7
@ -628,6 +628,7 @@ case "$host_os" in
|
||||
AC_DEFINE(_LARGEFILE64_SOURCE, 1, [Whether to use large file support])
|
||||
AC_DEFINE(_ALIGNMENT_REQUIRED, 1, [Required alignment])
|
||||
AC_DEFINE(_MAX_ALIGNMENT, 4, [Maximum alignment])
|
||||
AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [Unix 98 sources -- needed for socklen_t in getsockopt on HP/UX 11])
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user