summaryrefslogtreecommitdiff
path: root/source4/lib/replace/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-18 00:20:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:33:28 -0500
commit5d899b8a35c9ef1e3688fc56495be1c37477e726 (patch)
tree243ed0a5caccb6edee951d74b33c98a19945e018 /source4/lib/replace/config.m4
parent22d22398937eba722d8c92808ed57f9ee90a9594 (diff)
downloadsamba-5d899b8a35c9ef1e3688fc56495be1c37477e726.tar.gz
samba-5d899b8a35c9ef1e3688fc56495be1c37477e726.tar.bz2
samba-5d899b8a35c9ef1e3688fc56495be1c37477e726.zip
r9369: an attempt to fix the build on HPUX. This is based on work by Don
McCall, but takes a slightly different approach that I hope will be more generic (This used to be commit e8260a81cf99be2ccae64135ca0572c8a6ae62ad)
Diffstat (limited to 'source4/lib/replace/config.m4')
-rw-r--r--source4/lib/replace/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/config.m4 b/source4/lib/replace/config.m4
index 8c85663d3b..33dc33a50b 100644
--- a/source4/lib/replace/config.m4
+++ b/source4/lib/replace/config.m4
@@ -14,3 +14,5 @@ exit(1);}],
if test x"$samba_cv_REPLACE_INET_NTOA" = x"yes"; then
AC_DEFINE(REPLACE_INET_NTOA,1,[Whether inet_ntoa should be replaced])
fi
+
+AC_CHECK_FUNCS(strtoull __strtoull strtouq strtoll __strtoll strtoq seteuid)