• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
1# 24 Spe 2001  Steve Langasek <vorlon@debian.org>
2
3# This file contains autoconf settings specific to the sparc-linux
4# platform that should be preloaded when building for this architecture.
5
6
7# Linux 2.2 on Sparc doesn't have setresgid() or setresuid(), but
8# Linux 2.4 does.  Ensure that packages compiled for woody remain
9# compatible with 2.2 kernels, even if the build machine is running 2.4.
10samba_cv_have_setresuid=${samba_cv_have_setresuid=no}
11samba_cv_have_setresgid=${samba_cv_have_setresgid=no}
12samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=no}
13samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
14