1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

define SYSV for IRIX

This commit is contained in:
Herb Lewis
-
parent b7ccfb1592
commit f4e47012ff

View File

@ -1054,6 +1054,7 @@ if test "$enable_shared" = "yes"; then
AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
;;
*irix*) AC_DEFINE(IRIX,1,[Whether the host os is irix])
AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility])
case "$host_os" in
*irix6*) AC_DEFINE(IRIX6,1,[Whether the host os is irix6])
;;