summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-08-21 22:48:58 +0000
committerHerb Lewis <herb@samba.org>2003-08-21 22:48:58 +0000
commit409dd6454e7426e561f8546eac69e81902638f50 (patch)
tree98cd7c3ecb2b3c6fa07c1552012d77f091de5569
parent5600804bfa11407c0d850f02906ecfcd0f62c581 (diff)
downloadsamba-409dd6454e7426e561f8546eac69e81902638f50.tar.gz
samba-409dd6454e7426e561f8546eac69e81902638f50.tar.bz2
samba-409dd6454e7426e561f8546eac69e81902638f50.zip
define SYSV for IRIX
(This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index fc158a04c7..a94f7d9e86 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -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])
;;