diff options
author | Jeremy Allison <jra@samba.org> | 2002-03-19 02:32:39 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-03-19 02:32:39 +0000 |
commit | ffadd471b9664018b3010ab5d74e6d05b8886e66 (patch) | |
tree | eaf1c0c83d1f11f2eb6f68d1201f745722f33dfe /source3/include/config.h.in | |
parent | cdc9931bb2f53272159b04ef7b1b057ce837ed4b (diff) | |
download | samba-ffadd471b9664018b3010ab5d74e6d05b8886e66.tar.gz samba-ffadd471b9664018b3010ab5d74e6d05b8886e66.tar.bz2 samba-ffadd471b9664018b3010ab5d74e6d05b8886e66.zip |
Sync up vfs changes from 2.2.x.
Jeremy.
(This used to be commit ad1e858d8e72adf924ff435eab8da3e60842e2e6)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 310ef32b2f..cebd9ee346 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -676,6 +676,9 @@ /* Define if you have the readlink function. */ #undef HAVE_READLINK +/* Define if you have the realpath function. */ +#undef HAVE_REALPATH + /* Define if you have the rename function. */ #undef HAVE_RENAME |