summaryrefslogtreecommitdiff
path: root/source4/lib/replace/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-23 11:32:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:36 -0500
commit09129c73d7b7fc97478fe642dc43f7e5ce9a2ba9 (patch)
treebd15a34b4d3f23ca5e2eb2ffd11bfd7836d43a7d /source4/lib/replace/config.m4
parent6ac7ea5027428c006ac79889ce9a2bb059450387 (diff)
downloadsamba-09129c73d7b7fc97478fe642dc43f7e5ce9a2ba9.tar.gz
samba-09129c73d7b7fc97478fe642dc43f7e5ce9a2ba9.tar.bz2
samba-09129c73d7b7fc97478fe642dc43f7e5ce9a2ba9.zip
r17750: these have moved to ldb/replace/ now
(This used to be commit ac178b52935d7629f8583092e833b74093ca70e1)
Diffstat (limited to 'source4/lib/replace/config.m4')
-rw-r--r--source4/lib/replace/config.m411
1 files changed, 2 insertions, 9 deletions
diff --git a/source4/lib/replace/config.m4 b/source4/lib/replace/config.m4
index 8b71372262..0fda967c54 100644
--- a/source4/lib/replace/config.m4
+++ b/source4/lib/replace/config.m4
@@ -1,16 +1,10 @@
AC_CHECK_HEADERS([stdint.h inttypes.h])
AC_CHECK_TYPE(uint_t, unsigned int)
-AC_CHECK_TYPE(int8_t, signed char)
-AC_CHECK_TYPE(uint8_t, unsigned char)
AC_CHECK_TYPE(int16_t, short)
AC_CHECK_TYPE(uint16_t, unsigned short)
AC_CHECK_TYPE(int32_t, long)
AC_CHECK_TYPE(uint32_t, unsigned long)
-AC_CHECK_TYPE(int64_t, long long)
-AC_CHECK_TYPE(uint64_t, unsigned long long)
AC_CHECK_TYPE(ssize_t, int)
-AC_CHECK_TYPE(comparison_fn_t,
-[AC_DEFINE(HAVE_COMPARISON_FN_T, 1,[Whether or not we have comparison_fn_t])])
AC_CHECK_HEADERS(stdbool.h)
@@ -53,10 +47,9 @@ AC_TRY_COMPILE([
[AC_DEFINE(socklen_t, int,[Socket length type])])
AC_CHECK_HEADERS(sys/syslog.h syslog.h)
-AC_CHECK_FUNCS(strtoull __strtoull strtouq strtoll __strtoll strtoq)
AC_CHECK_FUNCS(seteuid setresuid setegid setresgid chroot bzero strerror)
-AC_CHECK_FUNCS(timegm setenv vsyslog setlinebuf mktime ftruncate chsize rename)
-AC_CHECK_FUNCS(waitpid strnlen strlcpy strlcat innetgr initgroups memmove strdup)
+AC_CHECK_FUNCS(setenv vsyslog setlinebuf mktime ftruncate chsize rename)
+AC_CHECK_FUNCS(waitpid strlcpy strlcat innetgr initgroups memmove strdup)
AC_CHECK_FUNCS(pread pwrite strndup strcasestr strtok_r mkdtemp)
AC_HAVE_DECL(setresuid, [#include <unistd.h>])
AC_HAVE_DECL(setresgid, [#include <unistd.h>])