define SYSV for IRIX
authorHerb Lewis <herb@samba.org>
Thu, 21 Aug 2003 22:48:58 +0000 (22:48 +0000)
committerHerb Lewis <herb@samba.org>
Thu, 21 Aug 2003 22:48:58 +0000 (22:48 +0000)
(This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)

source3/configure.in

index fc158a04c762772dd9be068038bd02d439ccc7b9..a94f7d9e8630efab8f0ba9008d3afcf95a1c0dc8 100644 (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])
                        ;;