diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-01-24 18:58:52 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-01-24 18:58:52 +0000 |
commit | c924528c86f4ff04db60bb021e12653f565bf68b (patch) | |
tree | 76701aef5db7fc309ab01055490d8f179d7a011a /source3/include/config.h.in | |
parent | 3a9beef2b7b25427ee4611cfc375e05cc82a1150 (diff) | |
download | samba-c924528c86f4ff04db60bb021e12653f565bf68b.tar.gz samba-c924528c86f4ff04db60bb021e12653f565bf68b.tar.bz2 samba-c924528c86f4ff04db60bb021e12653f565bf68b.zip |
Commit just a little more infrastructure for HAVE_GETDIRENTRIES
(This used to be commit fdd449fe7b4e858765f485cbbe2cc1b91a4e0c53)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 9f814a1dc3..96d9c3c070 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -445,7 +445,7 @@ #undef HAVE_GETDENTS /* Define to 1 of you have the `getdirentries' function */ -#undef HAVE_GETDIRENTRIES` +#undef HAVE_GETDIRENTRIES /* Define to 1 if you have the `getgrent' function. */ #undef HAVE_GETGRENT |