diff options
author | Herb Lewis <herb@samba.org> | 2003-08-21 22:48:58 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-08-21 22:48:58 +0000 |
commit | 409dd6454e7426e561f8546eac69e81902638f50 (patch) | |
tree | 98cd7c3ecb2b3c6fa07c1552012d77f091de5569 /source3/configure.in | |
parent | 5600804bfa11407c0d850f02906ecfcd0f62c581 (diff) | |
download | samba-409dd6454e7426e561f8546eac69e81902638f50.tar.gz samba-409dd6454e7426e561f8546eac69e81902638f50.tar.xz samba-409dd6454e7426e561f8546eac69e81902638f50.zip |
define SYSV for IRIX
(This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index fc158a04c76..a94f7d9e863 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]) ;; |