summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-19 20:42:51 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-19 21:11:09 +0100
commit36038fb1263c64a58b439e43a19d9d164d366601 (patch)
treed049d0568300dc860a8bcf045fccf7141193e73e /configure.ac
parent624efc0781411c3c7d46c2e33863b8c38fe4d464 (diff)
downloaddbus-36038fb1263c64a58b439e43a19d9d164d366601.tar.gz
Remove fallback implementation of strtoll(), strtoull()
We now require a (mostly-)C99 compiler, which guarantees the presence of these functions. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e4b75e42..73ca1d23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -403,8 +403,6 @@ setlocale
setresuid
setrlimit
socketpair
-strtoll
-strtoull
unsetenv
usleep
])