summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-05 22:45:27 +1100
committerAndrew Tridgell <tridge@samba.org>2010-03-05 23:07:32 +1100
commitf3c738f8193665a80835471f6754a66b20725afa (patch)
tree75342ddb7379f317a72d46a4e9f19894ff89f0d6 /lib/replace/libreplace.m4
parentace6d75ae6f953b76fa9709857af4744020cd6fb (diff)
downloadsamba-f3c738f8193665a80835471f6754a66b20725afa.tar.gz
samba-f3c738f8193665a80835471f6754a66b20725afa.tar.bz2
samba-f3c738f8193665a80835471f6754a66b20725afa.zip
replace: added get_current_dir_name()
Diffstat (limited to 'lib/replace/libreplace.m4')
-rw-r--r--lib/replace/libreplace.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4
index c8cd213b83..8b7a56ecb7 100644
--- a/lib/replace/libreplace.m4
+++ b/lib/replace/libreplace.m4
@@ -109,6 +109,7 @@ AC_CHECK_FUNCS(vsyslog setlinebuf mktime ftruncate chsize rename)
AC_CHECK_FUNCS(waitpid wait4 strlcpy strlcat initgroups memmove strdup)
AC_CHECK_FUNCS(pread pwrite strndup strcasestr strtok_r mkdtemp dup2 dprintf vdprintf)
AC_CHECK_FUNCS(isatty chown lchown link readlink symlink realpath fdatasync)
+AC_CHECK_FUNCS(get_current_dir_name)
AC_HAVE_DECL(setresuid, [#include <unistd.h>])
AC_HAVE_DECL(setresgid, [#include <unistd.h>])
AC_HAVE_DECL(errno, [#include <errno.h>])